How to trigger BR in HIGH order
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2024 10:11 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2024 03:16 AM
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.
Suresh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2024 06:44 AM
Hi All,
The issue is resolved. I used setWorkflow(false) and this resolved.