How to show fields in Person Profile as Read only Or Editable based on a field value and User Role?
Summary:
We have requirements for our Skills and Qualifications page that in the Education section, if a specific field Education Level Completed (we rename it to Verified) is marked Yes, that the remaining fields become Read Only to specific users based on their role.
I have created an IF/Else case containing Switch cases as follows:
IF Education Level Completed = Yes
Then Switch Parameter: User Role
And I list the roles and designate the fields that should be Read Only or Editable based on Role.
Otherwise
Then Switch Parameter: User Role
And I list the roles and designate the fields that should be Read Only or Editable based on the same Roles