MIMWAL Delta Lookup

Jeff Nelson 1 Reputation point
2021-04-12T04:29:00.297+00:00

I have an Authz Activity

[//Delta/ExplicitMember/Added/msidmPamRequestRole] returns all values from the Request body. How can I isolate just msidmPamRequestRole so that I can load the returned ref vale into WorkflowData.

Thanks Jeff.

Microsoft Identity Manager
Microsoft Identity Manager
A family of Microsoft products that manage a user's digital identity using identity synchronization, certificate management, and user provisioning.
654 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Jeff Nelson 1 Reputation point
    2021-04-13T11:07:23.727+00:00

    [//Delta//msidmPamRequestRole] was all that was needed. So I was able to determine the msidmPamRole/Owner and from that determine the email address of the msidmPamRole/Owner to inject into the 'To' recipient of the MIMWAL Send Email Notification Activity.

    Notes:

    Combining the Resource Lookups with the Email Notification Activity proved to be problematic...so I separated them out into separate steps in the Workflow.

    It works fine when there is a single Owner for msidmPamRole...but fails when there are multiple Owners. Will post how to do this when I figure it out unless anyone else already knows.

    0 comments No comments