Confuse between After Business rule and Async Business rule.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-06-2023 12:31 AM
Compare and contrast 'After Business Rules' and 'Async Business Rules' in the context of ServiceNow. Provide a detailed explanation of their purposes, behavior, and use cases. Additionally, discuss the key differences between the two types of business rules, including when and why one might be preferred over the other. Use real-world examples to illustrate your points.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-06-2023 06:48 AM
Hi @Aruns12 ,
After BR : After business rule is used when some field changes needs to be reflected immediately after user saves the record. Mostly used to update/insert record into another table once insert/update/delete operation is performed on current record.
Below is an example where After BR can be used:
- On reassignment of incident, add comments in associated problem record.
Asynch BR : As name suggest, it runs asynchronously. Whenever Asynch BR is triggered, system creates new entry in event queue to process. Execution time varies for Asynch BR based on the load on event queue.
Mark my answer correct and helpful if helps you.
Thanks,
Nivedita Patil.