Value not mapping in user CP value

Aniketk
New Contributor III
New Contributor III

Hello Team,

We have a DA2 called MobileAccessRequired(True, False), If a user is selecting Job Center from DA 1 the DA2 will be visible or else it will be hidden for other selections.

Due to this when the user is submitting a request with other DA1 values, we get the error Error in user creation errorCode: MALFORMED_IDmessage: Profile ID: id value of incorrect type: null”.

We need a JSON for salesforce, If a user is selecting Job Center in DA1 the the value DA2 should be mapped to the user's CP value, or else if the user selects a different value in DA2 it should be automatically updated user.CP35 as false

Kindly help

4 REPLIES 4

DaanishJawed
Saviynt Employee
Saviynt Employee

Hi @Aniketk ,

Can you share screenshots of your DA1, DA2 and your Register User Form page?

 

Aniketk
New Contributor III
New Contributor III

Aniketk_0-1694792604666.png

DA1 : Select application 

DA2: App Access

When DA1 is Job center DA2 will be visible or else Hidden.

Does hide works with Single select to check box ?

Can you convert check box to single select and try

Show and Hide is working with Checkbox as well. However they need boolean value as True/false where false is default