invalid update prompt

swathikrishanan
Tera Contributor

Is invalid update prompt   OOB functionaliy.

5 REPLIES 5

amlanpal
Kilo Sage

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


Bharath40
Giga Guru

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'


Pradeep Sharma
ServiceNow Employee
ServiceNow Employee

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


        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.