cancel
Showing results for 
Search instead for 
Did you mean: 

Setting read access for a new facet for certain business roles

sathishg
Product and Topic Expert
Product and Topic Expert
0 Kudos
165

How do we set read only access for a new facet I created on the Task screen for certain business roles using rule validation.

View Entire Topic
rohanarthur
Participant
0 Kudos

Hi Sathish,

the granularity of access control is on the workcenter view. Since your requirement is to restrict access on a facet, I think there is no standard way to achieve this.

However, you can try a harder way: get the user's role using the library function "Context.GetAssignedBusinessRoles". Based on this, you can set some attribute in your business object. You can then use the attribute value on UI Designer to make some logic to set the facet to editable or read-only. Not sure if this works, please let me know if it does, or if you have a better idea. 🙂

Regards,
Rohan