- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2022 06:44 AM
Hi ,
We have a requirement where we have to set a Field as Ready only based on a condition in list view. See below workspace related list view:
We want to make the RTC field read only when the RTC field has value pulled in while loading.
As of now RTC is editable. UI Policy is working in Form Level , not List view level.
Any suggestions on how to achieve this ?
(Changed question from mandatory to Read only)
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2022 02:11 AM
Hi Daksha,
You need to write Field Level ACL to achieve your requirement. Try to follow the given steps:-
1) elevate your role as security_admin
2) create new list edit ACL on catalog task table and field as RTC(your field name)
3) use advanced checkbox as true
4) admin overrides uncheck - means even admin cannot list edit
4) script as
answer = false;
Please mark the answer as correct/helpful based on impact.
Regards,
Surbhi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2022 06:56 AM
Hello Daksha,
Could you please check below thread, if it helps you.
Regards,
Akshay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2022 07:29 AM
Thanks for the response Akshay. This is not working for us.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2022 06:57 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2022 07:28 AM
Thanks Sagar. This isn't working in Workspace for some reason. Works in Native view.