incident.overview acl not working

Sachin G K1
Kilo Sage

Hi,

Admin doesn't have major_incident_major, but still able to edit field overview field. Why so?

SachinGK1_0-1708971235751.pngSachinGK1_1-1708971275663.png

SachinGK1_2-1708971328465.png

Thanks in Advance

1 ACCEPTED SOLUTION

Sachin G K1
Kilo Sage

I have resolved it using script:

if(gs.hasRoleExactly('major_incident_major') ){

   answer=true;

}

else{answer=false;

}

View solution in original post

3 REPLIES 3

Jaspal Singh
Mega Patron
Mega Patron

Hi,

Can you check if there happens to be incident.* or incident.none once and try then.

incident.* and incident.none is generic, but we have incident.overview acl for that specific field. If i am not wrong specific win over generic

Sachin G K1
Kilo Sage

I have resolved it using script:

if(gs.hasRoleExactly('major_incident_major') ){

   answer=true;

}

else{answer=false;

}