Info message raised by business rule displayed twice in Vancouver
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2023 07:55 AM - edited 11-28-2023 08:05 AM
I use gs.addInfoMessage in Business Rules to display information before update. I found that the message is displayed twice when I edit record in the list, but it is normally displayed once after saving the record in the form. It is normally displayed once in Tokyo after edit record in the list. Could someone give a hint how to let it just displayed once in list edit?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2023 08:01 AM
Hello,
If this is coming only in Vancover then create HI ticket, if it was coming earlier then use gs.flushMessages(); before addInfoMessage
Regards,
Musab
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2023 08:19 AM
it seems that flushMessages() does not work for scope application.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2023 08:02 AM
I use gs.addInfoMessage in Business Rules to display information before update.
The message is displayed twice after I edit record in the list.
But message displayed normally once after saving the record in the form
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2024 03:58 AM
Is this issue resolved for you? I'm also getting the duplicate messages, would like to know if you have got any solution for the same.
Thank You!