How to Make a field read only for user if he's from a certain group

kartikey
Tera Contributor

Hi Everyone,

i wan't to make a field read only for currently logged in user if he's not from a certain group, i don't wan't to create ACL or Business rules, can this be done via UI policy?

3 REPLIES 3

Lokesh Reddy2
Tera Contributor

Yes its possible, please use script field in UI policy and apply your logic.

could you please give an example of a logic for this?

Prince Arora
Tera Sage
Tera Sage

@kartikey 

 

I believe ACL is the easiest option for doing the same, in UI policy you need to make GlideAjax call for checking whether user is the member of the group then you need to make it readonly/editable.