make relatated list view field readonly
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2024 08:29 AM
Hellow,
i have a requirement to make choice field in the related list view read only.
whith using ACL's.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2024 08:50 AM
hey
Create a new ACL record with the following settings:
- Name: Give it a descriptive name like "Read-only Related List Choice Field ACL".
- Application: Select the application where your choice field resides.
- Operation: Choose "Read" operation.
- Type: Choose "Record".
- Conditions: Define conditions to target the specific related list view where the choice field is present, typically by specifying the table and related list field.
- Role: Specify the roles that you want to grant read access to. Usually, you would specify the roles that need to view the related list but not modify the choice field.
Define Script: In the script section of the ACL record, write a script that checks if the current operation is trying to read the choice field. If it is, set the "canRead" variable to false to deny read access.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2024 09:19 AM
- If its for a particular field, refer the link below ;
- If its for complete related list, Navigate -> List View -> Click on the Column Options -> Configure -> List Control
From the drop down, select "Disable List Editing".
Before list edit :
After list edit:
Please mark this as helpful and accept it as a solution if this resolves your query.
Thanks,
Sujatha V.M.
Sujatha V.M.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2024 09:40 AM