We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

Business rule to make field not edit in list editing

VSN
Tera Expert

Hello everyone,

 

I have a requirement to make entered cost field in benefit plan table  not editable  in related list if parent project is in cancel state.. 

by using business rule only..

 

 

2 REPLIES 2

Sandeep Rajput
Tera Patron

@VSN Ideally this should be handled via a list_edit ACL where in the condition field you can dot walk to the parent project field and check if the state is cancel.

i dont want to go with ACL's

..