09/13/2023 02:43 AM - edited 09/14/2023 06:58 AM
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
09/14/2023 10:50 AM
09/15/2023 08:44 AM - edited 09/15/2023 08:44 AM
DA1 : Select application
DA2: App Access
When DA1 is Job center DA2 will be visible or else Hidden.
09/17/2023 07:29 PM
Does hide works with Single select to check box ?
Can you convert check box to single select and try
09/20/2023 04:18 AM
Show and Hide is working with Checkbox as well. However they need boolean value as True/false where false is default