How to trigger BR in HIGH order

Community Alums
Not applicable

Hi Team,

 

We have 2 BRs written. 1 BR(runs on Update/Insert) is written at order 100 and my BR(runs Update) is written at order 299.

 

BR at order 100 is still overriding field values of my BR. Can you tell how to make BR at order 299 override BR at 100.

 

Let me know how to achieve this.

 

BR,

Ankur

 

 

6 REPLIES 6

ersureshbe
Giga Sage
Giga Sage

Hi,

Please specify which order you would like to prioritize by adjusting one to 100 and the other to 110. This may help in resolving the issue.

Additionally, it is important to verify that altering the existing order does not affect the current functionalities.

 

Regards,
Suresh.

Community Alums
Not applicable

Hi All,

 

The issue is resolved. I used setWorkflow(false) and this resolved.