LIST view readonly
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2023 12:22 AM
Hi Community,
How to make filed read only in list view when that field is not an empty. I tried data policy but no luck.
Thanks,
Manu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2023 12:32 AM
Hello @Manu143
Use List Edit ACL with your use case for doing this
Plz mark my solution as Accept, If you find it helpful.
Regards,
Samaksh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2023 12:36 AM
Hi Samaksh,
Thanks for your reply but I want to achieve this using data policy.
Thanks,
Manu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2023 12:44 AM
Hello @Manu143
1. Navigate to System UI > UI Policies and select New to create a new policy as follows:
2. table: Your table
condition: Your condition
3. Submit this new record.
4. Return to this policy and scroll down to Related List "UI Policy Actions".
5. Create a new UI Policy Action as follows:
field name: Your Field name
read only: true
6. Submit this new record.
Plz mark my solution as Accept, If you find it helpful.
Regards,
Samaksh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2023 12:35 AM
Hi @Manu143
Let's try the below approach. Just replace the table and the field accordingly.
let me know if it works for you.
Thank you,
Tai Vu