Can we use gs.addInfoMessage in an async Business rule
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-13-2015 09:35 AM
I am creating a business rule and running it asynchronously. Can I use gs.addInfoMessage in it.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-13-2015 12:23 PM
I do not believe that you can. An async rule essentially runs as a scheduled job at its most basic. About all you can do is dump out log messages as far as I am aware.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-13-2015 12:38 PM
Hi, Anuneeti, no, it would not work. You may want to consider converting your async business rule to an onBefore or an onAfter one.
Thanks,
Berny
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-14-2015 12:29 AM
Thanks Guys.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-14-2015 07:21 AM
Hi Anuneeti, would you mind closing this thread by marking the responses are helpful/correct?
Thanks,
Berny