- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-18-2019 07:17 AM
Using Postman: attempting to query the dmn_demand table returns an empty result set.
Using the following Roles; the query returns data in the London version.
If I add the "admin" role; Postman returns the requested dmn_demand table result set.
Thanks!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-19-2019 12:34 PM
Thanks for the help! We discovered it is custom JavaScript added to the "dmn_demand" read Access Control.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-18-2019 08:51 AM
Thanks for the feedback!
The following does not return a result set. If I add the Admin role to the user, it does return a result set.
https://YourInstanceName.service-now.com/api/now/table/dmn_demand?sysparm_display_value=true&sysparm_limit=1
There are 3 read Access Controls for dmn_demand.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-18-2019 09:03 AM
Is there any role restricted for dmn_demand*
Check if your API user has that access
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
‎09-19-2019 12:34 PM
Thanks for the help! We discovered it is custom JavaScript added to the "dmn_demand" read Access Control.