
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-29-2015 12:18 AM
Hello Guys,
I am trying to attach files to incidents using rest web service (JSONV2). I am able to insert the attachment using ECC queue when I am using user account with admin access .
Reference - Generate Attachments in ServiceNow via REST-John Andersen
But when I am trying to do this using a account having rest_service role, I am not able to do this.. I thought that this might be a access issue. So i tried creating a 'create access control' on ecc_queue table and still this is not working. But with the create ACL added, I am getting status as 200 indicating successful insertion. When I open and check the ECC queue, I am noticing that everytime I do a transaction, an empty record is being inserted in the ecc_queue.
What else do I need to do inorder for this to work with a user account which is not having admin role.
Solved! Go to Solution.
- Labels:
-
Integrations

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-30-2015 09:29 PM
Table access was the issue. Added table level write and read access along with create access and it worked.
User account can have only rest_service role and soap_create was not required to do this...
Thanks for your help guys !!!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-30-2015 09:29 PM
Table access was the issue. Added table level write and read access along with create access and it worked.
User account can have only rest_service role and soap_create was not required to do this...
Thanks for your help guys !!!