Suppressing 'Invalid update' Display Message When Aborting a Business Rule
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-03-2015 11:01 AM
Hello All,
How do I suppress 'Invalid update' display message when aborting a Business Rule (script with 'current.setAbortAction(true)')?
I have a defined display message as a requirement and the business group does not want to see 'Invalid update'. All are working find except this message.
Any tips and leads is appreciated.
Thanks,
Salvador
- Labels:
-
User Interface (UI)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-03-2015 11:32 AM
Hi Salvador, have you tried using catch ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-03-2015 11:45 AM
Atleast until Calgary, I'm sure that this message is hard coded in the function of setAbortAction and there is NO way to not have this on the screen.. There is a way to supress it using Client Script, but I would not recommend it.