I am having one form ie. customer form, I need to hide the 2 fields like dob and email id from basic user automatically , like we can keep showwhen condition in the form itself but it is manual process , need to do automatically .. is there any way to do this? in appian
Discussion posts and replies are publicly visible
Can't you just check if the user is an admin or not in the showWhen?
You can make use of the property 'userTypeId' in the 'user' function to differentiate the Basic User and System Admin (The output will be 1 for System Admin and 0 for Basic User).