Suppressing 'Invalid update' Display Message When Aborting a Business Rule

salvadormarchan
Kilo Guru

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

2 REPLIES 2

poyntzj
Kilo Sage

Hi Salvador, have you tried using catch ?


adiddigi
Tera Guru

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.