- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2023 10:25 PM
Hi All,
Please help on this, I am facing this issue, I wrote abort action code on incident form, abort action is happening but I need to display Error message, for this i have used gs.addErrorMessage(); method but after abort action it is blinking and going.
Thanks & Regards,
Aditya
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2023 01:13 AM
Hi @Aditya253
For such issues, I take a very lame method but it proves effective and time consuming.
Deactivate all the BRs on the table, and just keep this current BR active.
Then activate the BRs one by one.
You should be able to narrow down which BR upon being activated is causing this issue.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2023 01:13 AM
Hi @Aditya253
For such issues, I take a very lame method but it proves effective and time consuming.
Deactivate all the BRs on the table, and just keep this current BR active.
Then activate the BRs one by one.
You should be able to narrow down which BR upon being activated is causing this issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2023 06:13 AM
Hi Satya,
I have followed the same which you have mentioned above, I found out that there is a ui policy code having clear messages I just removed that it started working. Thank you soo much for your help.
Thanks and regards,
Aditya.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2023 10:37 PM
Hello @Aditya253
You might want to check this out.
Check if any of the BRs on that table has the following line of code. If so, then you need to remove that. Or, change the order of execution of that BR and your BR.
gs.flushMessages();
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2023 11:35 PM
Thank you Satya, I will check
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2023 11:48 PM
I have checked there is no flush messages on that form