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.

How to make field read only using business rule

Community Alums
Not applicable

Hello All,

How to make field read only using business rule I want to achieve this without using client script is it possible or not?

Thank You.

5 REPLIES 5

Ankita19
Tera Guru

Hi ,

You can use UI policy also. 

reshmapatil
Tera Guru

Hi @Community Alums ,

 

1. You can use Data Policy

2. You can create field level read ACL.

 

Regards,

Reshma

**Please mark my answer correct or helpful based on the impact**

Hi @Community Alums ,

 

Could you mark my solution as correct if helped you so others can also refer to it?

Omkar Ranjane
Tera Guru

You want to set client side behavior in server side it sounds odd.

Business rules are database triggers and are used to perform a database operation usually on the insert/update/delete/display of record.

 

Either use ACL or UI policy.

 

If my answer helped you in any way, please then mark it as helpful.