Skip to content

Context.InConditions in complex mapping #18

@mouki9

Description

@mouki9

Please add the following template code as an example:

function getValue() { let functions = '' let c = Array.from(Person.Contracts) for (let i = 0; i < c.length; i++) { if(c[i].Context.InConditions){ functions = functions + c[i].Title.Name } } return functions; } getValue();

the specific use case is as follows:
Only the titles from contracts which results in the entitlement should be set in the value.
This functionality can be used in the complex mapping for AD and PowerShell V2 systems. I'm not sure about buitlin Azure.
So make sure there is a info/warning when applying the following target complex mapping.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions