Edit access on a field for only particular role

GTSNOW
Giga Guru

Hi,

I have created a Check Box field in incident form. I want that field to be made true or false only by the incident manager role I created. Please help.

1 ACCEPTED SOLUTION

try script option



if(gs.hasRole('rolename'))


{


answer=true;


}


View solution in original post

10 REPLIES 10

Hi,  but please could you tell me where we have to write this script.

I am also facing same issue. I made one field read only which is client requirement but now i have to give edit access to this field for one group. so please can you help me for the same.