- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2020 12:48 PM
I gave the user that is getting the error, full write and read access on the incident table, what am I missing?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2020 06:18 AM
It was a silly mistake trying to do a business rule on insert before, I changed it to insert after and the incident was there so the function had some where to save the attachment to .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2020 12:54 PM
See if this help:
https://hi.service-now.com/kb_view.do?sysparm_article=KB0719311
Please mark my response as correct and helpful if it helped solved your question.
-Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2020 01:14 PM
We are not using a mid server. I use very similar code to get attachments for sc_req_items on a different system. If I copy the sys_id from the error and search for it in the incident table list it finds the record.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2020 06:18 AM
It was a silly mistake trying to do a business rule on insert before, I changed it to insert after and the incident was there so the function had some where to save the attachment to .