Create Account: While creating an account and provisioning access, we don’t need country_code. So there we are sending null into database using stored procedure.
Modify Access : While modifying the access, we need to get the same record from database which is having null value for country_code, and send the actual country_code of that identity to database
To Achieve this, can we store the country_code value in any backup attribute as atached screenshot or how exactly I can get the country_code of an identity to pass it through modify operation(which is currently null in target database).
Appreciate your help as I just started my IdentityNow journey.
Thanks much for the quick response SivaKrishna.
Actually we can’t put null as static for country_code in Create provisioning policy as we need country code for other “entitlements” .
This country_code ‘null’ requirement is being handling through provisioning rule, for one specific entitlement.
please correct me if I’m understanding it right, on your suggestion.
Just like I’ve created a “Create account provisioning policy” with all the required attributes which are being used for Create operation, I need to create an " Update Provisioning Policy by UsageType" for Modify operation, to get the attribute value of actual country_code that is existing for that specific identity in IDN ?