- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2023 05:41 AM
The requirement is to restrict the catalog task related list available in RITM using ACL.
Restrict editing the "state" field if, "assigned to" field is empty.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2023 05:57 AM
Hi @FaizDev101
you can create a Write ACL on sc_task(catalog task) table for the field state and this will apply when assigned to is empty.
Below i attached a screenshot in that i given access to update only for admin.
Note: This will apply on list view or form view of sc_task table as well not only in related list of RITM.
Regards,
Ranjit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2023 05:57 AM
Hi @FaizDev101
you can create a Write ACL on sc_task(catalog task) table for the field state and this will apply when assigned to is empty.
Below i attached a screenshot in that i given access to update only for admin.
Note: This will apply on list view or form view of sc_task table as well not only in related list of RITM.
Regards,
Ranjit