I would like to update my transfer/movers process to create a review as part of an attribute change rule that runs after identity unification, however, i am only able to select User Access Review definitions in the rule.
Is anyone aware of a solution/workaround to this issue?
Thanks,
Bill
7.0.2
Hi,
I see two potential workarounds for this
a) you equip those empty accounts with a dummy entitlement. Either via the EDC that collects the entitlements anyways (UNION in the dummy entitlement for all empty accounts) or via a separate one (collect from the IGL database, get all those empty accounts and associate the dummy entitlement for them via e.g. a MAEDC)
b) trigger the Account review indirectly. use two User Attribute change rules. One that detect the move (like you do right now), but let it set a custom user attribute (managed) to a certain value e.g. Is Mover = True and another (Date) attribute to the current datestamp (Move Date). Then have a second rule check all users with a Move Date of > sysdate -1.5 and let that rule reset the Is Mover to empty or "No".
Then let the account review be scheduled and only include accounts which users' have the Is Mover = True set.
Pretty sure this is what will get you there.
Frank