How to make field read only using business rule

Abhijeet Pawar
Tera Contributor

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
Tera Guru

Hi ,

You can use UI policy also. 

reshmapatil
Tera Guru

Hi @Abhijeet Pawar ,

 

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 @Abhijeet Pawar ,

 

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.