- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2023 02:15 PM
Hello,
I am trying to write a BR that runs when a product is deleted and makes queries related to that product inactive.
For some reason this is not working, any help appreciated
Thank you
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2023 02:39 PM
Hi @dscov22 you are missing gr.update(); use it after gr.setValue() method,
Also active is Boolean type field then you should set active as false.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2023 02:39 PM
Hi @dscov22 you are missing gr.update(); use it after gr.setValue() method,
Also active is Boolean type field then you should set active as false.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2023 02:51 PM
Thank you very much