Get a first look at what's coming. The Developer Passport Australia Release Preview kicks off March 12. Dive in! 

Notification via Business rule (after? or async?)

Jonnie_
Tera Contributor

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

Faizeal Mohamed
Tera Guru

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.