invalid update prompt
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2017 11:24 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2017 11:30 PM
Hi Sandeep,
This is a common OOB scenario. This comes from the server-side script object.setAbortAction(true), in general.
I hope this helps.Please mark correct/helpful based on impact

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2017 11:30 PM
Hi Sandeep,
"Invalid update" is generally seen on the screen when you have a business rule on the current table which aborts the record update as per some logic.
current.setAbortAction(true) causes the error message 'Invalid update'

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2017 11:31 PM
Hello Sandeep,
That message is hardcoded when an action has been aborted by setAbortAction(). Please check for the business rule script on the table where you see the error.
More info here.
http://wiki.servicenow.com/index.php?title=GlideRecord
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2017 12:13 AM
Thanks every one ,is there any possibility that as iam going the message what ever required ,I just what to remove Invalid Update Prompt without effecting the my action.