- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-14-2017 12:53 AM
I have check both BR and client script s, no where on the incident i had written this messages, still they are getting generated once i submit record producer for incident. I want to remove these massages, how to find where these messages are triggered from?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-14-2017 01:07 AM
Hi Swathi,
Did you check the Record Producer Script(written in Script Field). Might be they are coming from there.
Thanks,
Apurva

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-14-2017 12:59 AM
A "brute force" way would be to selectively disable business rules, UI policies and client scripts until the messages disappear. That way you should be able to find the source.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-14-2017 01:07 AM
Hi Swathi,
Did you check the Record Producer Script(written in Script Field). Might be they are coming from there.
Thanks,
Apurva

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-14-2017 01:08 AM
Looking at the format of the messages generated this are generated from Business rule since gs.addInfoMessage method produces such messages.
So please
right click --> configure --> Business Rules
Now add the following filter
Script --> contains --> Message displayed.(in this case would be applications). Hope this helps.
Please like or mark correct based on the impact of response.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-14-2017 01:51 AM