Hi,
I have a requirement to prevent users to update their skills information in their profile (case manager portal > profile > edit profile). However they can still update their title, phone number etc. How can I just restrict updating pySkills property ?
Thanks.
How to restrict users to update skills ?
Use a when rule to make the property as read only. In that when rule check for a privilege, assign that privilege to a manager role only. So whoever would be manager can update the profile, while the operator himself cannot.
Thank you for your answer. I can change the table layout to read only mode in operator profile. But pySkills property is referenced in couple of other sections. Some of them are final rules. So, I can not update every one of them. Is there any other way to achieve this by using ARO security rules ?