- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2022 07:50 AM
I use the table API to create a new incident:
https://dev77859.service-now.com/api/now/table/incident
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2022 08:01 AM
Hello,
EDIT: Ensure the user has ITIL role since there is an ACL on incident.urgency field that requires sn_incident_write role (ITIL role contains this).
Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2022 08:01 AM
Hello,
EDIT: Ensure the user has ITIL role since there is an ACL on incident.urgency field that requires sn_incident_write role (ITIL role contains this).
Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2022 08:17 AM
That did it!
Thanks