- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-23-2020 03:02 AM
Hi Team,
I am a new user to Service Now, I have created a workflow to automatically set some fields from Incident Table upon approval. Now my concern is, is there a way to approve the incident record via REST API.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-23-2020 11:25 PM
BR is already running on insert/update but if you still want to update then you can update by scripted REST API

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-23-2020 11:25 PM
BR is already running on insert/update but if you still want to update then you can update by scripted REST API

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-23-2020 10:32 PM
Are you trying to learn ServiceNow or actually implementing approvals for incident? Approvals for incidents does not seem like a great choice for implementing the process.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-23-2020 10:43 PM
Hi Kalaiarasan,
I am trying to implement approvals for incident just for a small task. No good use case is involved.