- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-22-2022 12:43 AM
I'm experiencing this error whenever I try to add comment from Service Portal, but I can add comments without any issue from instance. I'm using Journal Input.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-22-2022 06:20 PM
I solved the issue by checking the Can create and Can update in Application Access tab.
and run the following code in Scripts - Background, while using the global scope.
GlideTableManager.invalidateTable('<table_name>');
GlideCacheManager.flushTable('<table_name>');
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-22-2022 02:34 AM
Hi,
seems cross scope issue
Did you check the table of Cross Scope privelege?
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-22-2022 04:41 PM
No, how do I add that scope?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-22-2022 06:20 PM