Notification via Business rule (after? or async?)
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2023 11:26 PM
Hi
Just want to understand the best practice to trigger notification via business rule (after or async).
I want to a notification to be triggered for users after a particular field gets changed. means after updation of the record.
What is the best practice to in this case. using async BR or after BR
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2023 01:44 PM
Hi,
As best practices, we should use async business rules instead of after, because async business rules put it on queue and taking care of performance, but after business rules reacts immediately when there is insert/update record operation in the database.
Thanks,
Faizeal.