Hi,
I am trying to insert user data through CSV and so created mappings and workflow. I am able to insert the user but CentralAccount for that user is not getting generated. Can anyone please help
Hi,
I am trying to insert user data through CSV and so created mappings and workflow. I am able to insert the user but CentralAccount for that user is not getting generated. Can anyone please help
Please check the following thread that explains the use of the Data Import flag at your workflow step https://www.quest.com/community/products/one-identity/f/identity-manager/20210/disable-session-variables-fullsync-for-hr-synchronisation.
For more details, you can take a look at the documentation Synchronizing User Data with Different Systems.
Hi Ruchita,
In your workflow step, check the following box:
This will set the FULLSYNC variable to false and so allow the template on Person.CentralAccount to evaluate. Of course you
must also satisfy the other conditions in the template for it to work. And be sure to check all the other templates and satisfy yourself that having
FULLSYNC = False is what you want/need in this use case. If not, you could always modify the template to remove the dependency on the
FULLSYNC variable.
HTH, Barry.