- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2022 02:24 AM
How to give access of RITM table to the approver of RITM Record so that they can view and add comments on RITM record by ACL.
Solved! Go to Solution.
- Labels:
-
Personal Developer Instance

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2022 02:36 AM
For viewing you need to modify ACL of type read on RITM table's Comment field & check if logged in user is approver for the record
For adding comments yo uneed to modify ACL of type write on RITM table's Comments field & check if logged in user is approver for the record
OOB platform restricts it to ITIL
Alternate way would be to copy comments from RITM to Approval record & copy comments from RITM to Approval record if you wish to avoid update of ACLs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2022 02:32 AM
You have to give them ITIL role

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2022 02:36 AM
For viewing you need to modify ACL of type read on RITM table's Comment field & check if logged in user is approver for the record
For adding comments yo uneed to modify ACL of type write on RITM table's Comments field & check if logged in user is approver for the record
OOB platform restricts it to ITIL
Alternate way would be to copy comments from RITM to Approval record & copy comments from RITM to Approval record if you wish to avoid update of ACLs