- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2018 10:16 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2018 09:38 PM
Hi,
when the business rule is triggered by some condition, the system creates a scheduled job that processes your script in a background.
Mark Correct if this solves your issue and also mark Helpful if you find my response worthy based on the impact.
Regards,
Abhijeet Bangera
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2018 10:05 PM
Hi Simran,
1) Schedule something based on operation called as async.
2) Async BRule runs on background. It allows user to carry out without having wait for the BRule to complete.
3) Async BRule is same as After BRule, (But after BRule are executed synchronously so the user has to wait for BRule to complete before gets control back).
4) Ex:- While importing data, the new user record is inserted & notification is send to user's manager.
5) Async BRule runs when :- When the scheduler runs the scheduled job created from the BRule. The system creates a schedule job from the BRule atfter the user submits the form and after any action is taken on the record in the database.
6) Refer the below link also :-
Let me know, if you have any questions.
Please mark it Correct or Helpful, if it works based on impact....!!!!
Warm Regards,
Priyanka
www.dxsherpa.com