Request Approval for Change Request - Invalid update
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2023 09:18 AM
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
Where do I find:
1. where Invalid Update message comes from
2. what is causing the invalid update
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2023 09:28 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2023 11:31 AM
Any idea how to find the business rule in question
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2023 10:44 PM
Hi @Bret Smith
refer below link on how to debug
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