gs.adderrormessage does not display message when used in simple After update BR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā03-16-2022 05:05 AM
Iam trying to throw an error message on Incident form via an after update BR using
gs.addErrorMessage('xxxxxx');
But the error message doesnot show up .
I could verify the the BR is called logged an info message.
Trying to understand if there is limitation that gs.addErrorMessage doesn't work via BR.
Any suggestions are much appreciated.
- Labels:
-
Incident Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā03-16-2022 06:03 AM
Hi
I did try with order 1,it didnot work.
I even tried current.filed_name.setError('xxxx');
Regards,
Shilpa
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā03-16-2022 06:06 AM
Does you BR conditions satisfying?
Murthy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā03-16-2022 06:23 AM
yes condition is satisfying. The first gs.info message is logged. I don't think it is the condition issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā03-16-2022 06:09 AM
Business when to run condition issue.Most probably when to run condition is not meeting.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā03-16-2022 06:24 AM
The first gs.info message is logged so I don't think it is the condition issue.