- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2022 04:50 AM
I need the snc_internal role to be able to see RITM variables on a portal report. They only see standard RITM fields on the report. They can click into the RITM and see everything but we need to be able to filter or sort columns on the report.
Solved! Go to Solution.
- Labels:
-
Request Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2022 07:27 AM
Try adding read ACL for snc_internal to these table:
- Variables [item_option_new]
- Options [sc_item_option]
- Variable Ownership [sc_item_option_mtom]
Aman Kumar

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2022 07:27 AM
Try adding read ACL for snc_internal to these table:
- Variables [item_option_new]
- Options [sc_item_option]
- Variable Ownership [sc_item_option_mtom]
Aman Kumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2022 07:40 AM
After further troubleshooting, it looks like I only need the - Variable Ownership [sc_item_option_mtom] - Read for snc_internal.
Thanks for your help