Async BR and After BR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2024 02:09 AM
HI All,
Can we use a Async BR instead of After BR in the below scenario:
Suppose I want to generate a Problem records just after the Incident state changes to On Hold and On Hold Reason changes to Awaiting Problem and it should show a message at the top of the incident page with the Problem record number.
Thanks,
Rooma
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2024 01:41 AM
Hi @Rooma1
If you need to display a message to the user immediately after the state changes and the On Hold Reason changes, you would indeed need to use an After Business Rule (After BR) rather than an asynchronous one. After BRs execute synchronously and are suitable for actions that require immediate feedback to the user, such as displaying a message.
Please mark as helpful & Accepted Solution