- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-05-2022 07:24 AM
Hi All,
We are calling table API from external source to Case(sn_customerservice_case), it is working as expected we are able to post text to worknotes field , but when ever we fill the consumer field on the form and calling the same API the it's not working. Tried updating the comments from postman and getting the below error.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-05-2022 07:29 AM
Hi,
consumer field is reference to some table
Did you check that API user has read access to that table and write access to that field?
Is it working fine with admin user?
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
‎09-05-2022 07:29 AM
Hi,
consumer field is reference to some table
Did you check that API user has read access to that table and write access to that field?
Is it working fine with admin user?
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
‎09-05-2022 08:42 AM
Hi,
Yeah consumer field is reference field of the table Consumers(csm_consumer).
Yeah I have given API user read access to consumer table and on Case(sn_customerservice_case) form and list of the table is visible if the consumer field is not populated once consumer field is populated that record disappears from list view and not able to see the form view as well for API user.
It is working with admin user.
Thanks,
Sushma
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-05-2022 08:05 PM
Hi,
if it's working with admin then some access issue only
what do you mean by this -> if the consumer field is not populated once consumer field is populated that record disappears from list view and not able to see the form view as well for API user
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
‎09-07-2022 08:40 AM
Thanks, I am able to get the role and grant access to API user. It has a counter role which is stopping the form hence I removed it and it working now.