why gs.addinfomessage() not working when ui page redirects to form on click of UI button ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-15-2022 07:24 AM
Hi Community,
On clicking on UI button 'Resolve' on incident form opens an ui page and after clicking on button 'Resolve Incident' present on ui page ,the ui page redirects to form again and save incident as resolved.
Having an after Business Rule with condition when incident is resolved(it's creating a new problem record and setting an info message) .This is working fine when user is manually updating the state as resolved and saves the incident form.However ,problem is getting created when resolving incident through UI page but not displaying the infomessage on form.
Could anyone please help with this?
Thanks,
Ankita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-15-2022 07:29 AM
Hi,
If you add the gs.addInfoMessage() message on the UI button also then It should work
If this answers your question please mark the answer as correct/helpful
Regards,
Maharshi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-15-2022 07:35 AM