Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Create an ACL to restrict the list in related list

FaizDev101
Tera Expert

 

FaizDev101_0-1690547855828.png

The requirement is to restrict the catalog task related list available in RITM using ACL.

Restrict editing the "state" field if, "assigned to" field is empty.

1 ACCEPTED SOLUTION

Ranjit Nimbalka
Mega Sage

Hi @FaizDev101 

 

you can create a Write ACL on sc_task(catalog task) table for the field state and this will apply when assigned to is empty.

Below i attached a screenshot in that i given access to update only for admin.

Note: This will apply on list view or form view of sc_task table as well not only in related list of RITM.

Screenshot 2023-07-28 at 6.25.30 PM.png

Regards,

Ranjit

View solution in original post

1 REPLY 1

Ranjit Nimbalka
Mega Sage

Hi @FaizDev101 

 

you can create a Write ACL on sc_task(catalog task) table for the field state and this will apply when assigned to is empty.

Below i attached a screenshot in that i given access to update only for admin.

Note: This will apply on list view or form view of sc_task table as well not only in related list of RITM.

Screenshot 2023-07-28 at 6.25.30 PM.png

Regards,

Ranjit