The Zurich release has arrived! Interested in new features and functionalities? Click here for more

Request Approval for Change Request - Invalid update

Bret Smith
Giga Guru

After I click on Request Approval button (when the Change Request state=New 

(I expect to get the Please perform risk assessment before requesting for approval (blue bar))

I get the following

BretSmith_1-1683303466740.png

 

Where do I find:

1. where Invalid Update message comes from

2. what is causing the invalid update

 

 

 

3 REPLIES 3

Voona Rohila
Kilo Patron
Kilo Patron

Hi @Bret Smith 

If there is any abort action happening through Business Rules, then the 'invalid update' error message comes up because the update was aborted.

 

current.setAbortAction(true); - Abort action option stops execution of the Business Rule and aborts the database operation,

 

Looks like BR that is checking the mandatory risk assessment has abort action configured too to stop the update.


Mark it helpful if this helps you to understand. Accept solution if this give you the answer you're looking for
Kind Regards,
Rohila V
2022-25 ServiceNow Community MVP

Any idea how to find the business rule in question

Hi @Bret Smith 

refer below link on how to debug

Debug BR's

you should also check 'Request Approval' button too and see if the logic is written


Mark it helpful if this helps you to understand. Accept solution if this give you the answer you're looking for
Kind Regards,
Rohila V
2022-25 ServiceNow Community MVP