Business rule 1

Shaik22
Tera Expert

Hello,

 

1.What are the main objects on 'After' and 'async' BR.

2.Can we use 'After' BR instead of 'Async' BR?

1 REPLY 1

shyamkumar VK
Kilo Patron

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

Please mark this as helpful and accept as a solution if this resolves your Ask.
Regards,

Shyamkumar