- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-09-2019 03:19 AM
Hi,
When i am inserting Incident from custom table in scoped application, i am getting cross scope error. But i have added cross-scope privileges for sys_journal_field table.. Still i am getting same error. I am using setJournalEntry() where as i developed the same in Global, that it was fine.
Anyone have idea on this error, please let me know.
Thanks in advance
Solved! Go to Solution.
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-09-2019 04:41 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-09-2019 03:25 AM
Does it have access to write to the incident table as well?
You are looking for a write entry on the incident target
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-09-2019 03:30 AM
Hi Scott,
I gave access for Incident as well, able to create Incident the problem is with journal fields only
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-09-2019 03:40 AM
Odd as it seems ok in my instance. How are you creating the incident? Is it a UI action , workflow or some other method?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-09-2019 04:08 AM
Hi Scott,
Through BR