Click HERE to see how Saviynt Intelligence is transforming the industry. |
09/03/2024 06:07 AM
Hi,
We have a check box on the user form and the value is mapped to customproperty1. now we have a requirement that if the checkbox is selected then the mapped value should be 'True' else 'False'
Current mapping:
Check box is selected - customproperty1='Line Manager'
Check box is not selected - customproperty1=''
Requirement:
Check box is selected - customproperty1='True'
Check box is not selected - customproperty1='False'
Is this possible using checkbox? if not, could you suggest some best practice to achieve this usecase.
Thanks in advance
Best regards
Harish
09/03/2024 06:17 AM - edited 09/03/2024 06:18 AM
Hi @HarishG you can use radio button instead of check box and instead of giving line manager as an option .. give true and false, frame a question for which user select yes or no
09/03/2024 06:36 AM
09/03/2024 07:03 AM
@HarishG
This is not supported in the Check box.
09/03/2024 07:05 AM
Thanks @NM and @rushikeshvartak ,
If we use single select dropdown, how to modify the value to True or False while mapping to custom property?
do we need to use another Dynamic attribute to check the first dynamic attribute value(LineManager or not)? i tried this way but the second dynamic attribute cannot be hidden on the userForm. If we hide, the value is not mapped to CP
any suggestions?
Best regards
Harish
09/03/2024 07:10 AM
@HarishG any issues with radio button?
09/03/2024 07:11 AM
Dont use checkbox use only dropdown
09/03/2024 07:24 AM
Thanks @NM , radio button would be and alternative. but we have Manager Flag as an Attribute. Under ManagerFlag, currently we have LineManager as option. Later these options will be extended.
@rushikeshvartak , Thanks,
If we use single select dropdown, how to modify the value to True or False while mapping to custom property?
do we need to use another Dynamic attribute to check the first dynamic attribute value(LineManager or not)? i tried this way but the second dynamic attribute cannot be hidden on the userForm. If we hide, the value is not mapped to CP
09/03/2024 07:26 AM
@HarishG in single drop down you can't hide it .. to map the value.
09/03/2024 07:30 AM