Hi,
We have the following requirement:-
Detect user in HRMS-> Run Identity Collection & collect user in RSA-> On new user detect, initiate a Change Request to create account in AD (through Attribute Change type Rule)
Account provisioning in AD is successful but manager attribute mapping is not happening as in the account template configured '$User.Supervisor' is just resolving to RSA ID not Manager DN for AD.
How can we get to map Manager DN (already collected in VIA) in the Account Template form. Or is there any other way to achieve this?
Use the SQL Select node in your fulfillment workflow to fetch the relevant DN value from the DB. Then use the AFXCUSTOM_ prefix to pass that variable to the AFX connector.
Search for other posts and help section to understand how to use 'AFXCUSTOM_' variables