Hi,
my situation is as follows:
I am provisioning an account to some resource.
In the 'create account' task I check if there is already a matching account in the resource.
If such account does not exist, I create a new account in disabled state and return a status 'C' wich mapped to the 'Disabled' object state in the 'Task to Object Status Mapping'.
If such account already exists in the resource, I need to 'link' this account instead of creating a new one.
The problem is now I need to set the OIM account status in accordance with the real account state, i.e. if the existing account is enabled, I need to change the OIM account state to 'Enabled' too.
What are my options?
Regards,
Vladimir