How to make field read only using business rule
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-15-2022 09:39 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-15-2022 09:46 PM
Hi ,
You can use UI policy also.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-15-2022 09:49 PM
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**
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-15-2022 10:52 PM
Hi @Abhijeet Pawar ,
Could you mark my solution as correct if helped you so others can also refer to it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-15-2022 10:21 PM
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.