Unable to run business rule in scoped application
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2023 12:46 AM
I am writing BR on sys_attachment table [ After insert/ update]
Advanced:

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2023 02:59 AM
Hi,
Did you check adding logs in the beginning of BR to test if it is running or not.
Also As per your condition the BR will be triggered once an attachment record is created/update.
Can you please explain how record is created/updated and why it is updating Variable definition from table 'item_option_new'?
I hope you are adding attachment on Variable to test this BR.
Thanks
Anil Lande

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2023 03:17 AM
I tested your scope and I was able to the result.
1. Create a Variable of type Rich text in scope app. And added temp Rich text.
2. Created a BR and added your script.
3. Added attachment on The variable created in step1
It shows the added attachment in the Rich Text field on Variable.
Thanks
Anil Lande