Error message on aborting action in Business Rule

Pallavi_G
Tera Expert

I want to show error message on aborting action in Business Rule. My BR is before update, the abort action is working fine but the error message is not displaying, it is only showing once the form is reloaded. And with my BR form is not reloading automatically it has to manually reload.

I checked in the existing community posts but did not get proper solution. Anyone has any idea or any other way how can i achieve to show error message on aborting of action.

 

Thanks in Advance.

6 REPLIES 6

That should work. I'm guessing there is something else at play here that interferes with the errormessage not being displayed.

You'll need to debug.

Chaitanya ILCR
Kilo Patron

Hi @Pallavi_G ,

 

The form should reload with save or update action and your BR should run.

if that's not happening check if there any client side thing is blocking it

1.Like any OnSubmit client script 

2. if you are clicking on any other UI action other than Save or Update that UI action's code etc.

 

Please mark my answer as helpful/correct if it resolves your query.

Regards,
Chaitanya