difference between asyn and after business rule

Shilpi Sharma2
Tera Contributor

difference between asyn and after business rule

8 REPLIES 8

Aakash Shah4
Tera Guru

Hi Shilpi,

Check these links

https://community.servicenow.com/community?id=community_question&sys_id=54719b2ddbdcdbc01dcaf3231f96191b

https://community.servicenow.com/community?id=community_question&sys_id=16298be1db5cdbc01dcaf3231f9619fe

I hope you find the helpful.

Regards,
Aakash Shah

sopan kale
Kilo Expert

Hi,

Business Rule works on the server.async means the form will be loaded even if there is no response from the server. When the response comes it will be reflected on the form(Asynchronous).

 

After Business Rule runs after the user submits the forms and after any action is taken on the record in the database.

 

I hope you are clear about the BRule concept.

Mark Correct if it helps you incase.

 

Warm Regards, 

sopan kale

www.DxSherpa.com

 

ScienceSoft
Tera Guru

The main difference is in reaction time after you update a record - after BR reacts immediately and async is not. 
Why using async? Because there may be need in taking care of performance.

 

Reference: