Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

Hide a dependent Dynamic attribute from the Form || REST

DG1811
New Contributor III
New Contributor III

Hi Team,

We have a requirement where we are passing entitlements in the Create Account JSON using dynamic attributes.
Example :

Entitlement Value  :ABCD

Entitlement CP1 : 1(ID for ABCD)

Now we have two Dynamic attributes : 

DA1 :  Pulling the Entitlementvalue.

DA2 : Based on the selection of DA1, it will populate the corresponding ID value.

 

End user will have to select the DA1 and select the entitlement. Upon selection the DA2 will autopopulate and the user need to select that.

DA2 is the value that we are passing in the createaccount json.

Requirement is to hide the DA2 value in the ARS form, and when the user selects the DA1 value it will autopopulate the id value and pass it in create account json. 

Is there anyway we can achieve this to hide a DA value but pass the value in the create account json. 

Thanks

 

e

9 REPLIES 9

Raghu
All-Star
All-Star

@DG1811  you can only check it hide on create /update check it once

Raghu_0-1728042509440.png

 


Thanks,
Raghu
If this reply answered your question, Please Accept As Solution and hit Kudos.

DG1811
New Contributor III
New Contributor III

Hi @Raghu ,
Clicking on Hide to Create, will remove the DA visibility in the creation time. Whereas Clicking on Hide On Update will remove the DA visibility on the update scenario. 

 

But here the requirement is to pass the value after hiding also. So selecting DA1 should populate the DA2 value automatically (must not show in ARS form) and pass the value in the create account json. 

Thanks

NM
Honored Contributor II
Honored Contributor II

Hi @DG1811 hiding the DA won't allow you to pass the value.

DG1811
New Contributor III
New Contributor III

Hi @NM ,
Is there any way we can check the DA1 selection value and then store the corresponding id value in Customproperty of accounts and then pass it in the create account json?

Thanks

We can't show like .


Thanks,
Raghu
If this reply answered your question, Please Accept As Solution and hit Kudos.

NM
Honored Contributor II
Honored Contributor II

@DG1811 if it is created account json you want to use then it means account doesn't exist so we can't store it anywhere.

NM
Honored Contributor II
Honored Contributor II

@DG1811 make DA2 not editable. So it automatically computes the values.

DG1811
New Contributor III
New Contributor III

Hi @NM ,

Thanks for the update. So in case of update account can we use it?

Thanks

NM
Honored Contributor II
Honored Contributor II

@DG1811 store in one of the customproperty and use the value.

If the suggestion helped you plus click on kudos button and accept the solution.