snc_external users need to see some of the incident fields in the custom portal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi,
I have created a portal for external customers, they can create the incident using the record producer in the widget. but when I am showing the incident records which they are created on another widget, they are not able to see it, actually while Gliding also no record is iterating. Can anyone suggest anything?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Your external users cannot see their incidents because of ACL restrictions check ACL on incident tables .
Fix Incident ACL (Required)
Go to:
System Security → Access Control → incident.table (Read)
Add this condition in the script:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Thanks for the solution, even I also found this on some articles and replicated the same. But still not working. the snc_external user are still not able to read particular fields in incident table. Appreciate your reply.
