Business rule 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2023 12:47 AM
Hello,
1.What are the main objects on 'After' and 'async' BR.
2.Can we use 'After' BR instead of 'Async' BR?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2023 01:13 AM
After --Use to update information on related objects that need to be displayed immediately, such as GlideRecord queries.
You can use an async business rule in place of an after business rule. Async business rules are similar to after rules in that they run after the database commits a change. Unlike after rules, async rules run in the background simultaneously with other processes. Async business rules allow the system to return control to the user sooner but may take longer to update related objects.
If this solution worked for you, please mark this as helpful & accept the solution as correct!
Regards,
Shyamkumar
Regards,
Shyamkumar