Custom Create Account Attributes to be used in Provisioning Rule

Hi,

Can we use custom attributes in Create Account policy to backup the data as per below scenario.

Scenario : :

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,
Shivaleela Bathini

Hi Shivaleela,

From create account provisioning policy you can pass the static value. Null

And create update account provisioning policy and then pass required value from update account.

 Or

If you have any criteria, then create custom transform i.e Lookup transform or first valid based on your logic and enable attribute sync.

Thanks,
Siva.K

1 Like

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 ?

Thanks in advance.

Hi Shivaleela,

Yes you are correct. Need to create update account provisioning policy same like create account provisioning policy.

When ever you try to update user account then update account provisioning policy provisions the user account into the target app.

Thanks,
Siva.K

Thank you so much Sivakrishna for much needed help :slight_smile:
I’ll implement this and get back if stuck.

1 Like

Thank you so much @sivakrishna_1993 , the solution worked for us : )

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.