Global business rule
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2024 11:46 AM
Hello ,
I have a global business rule .
What is the easiest way to find in which all table the functions of this global business rules are used .
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2024 11:51 AM
On every table that can meet the conditions.
What are the conditions on the BR?
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2024 12:02 PM
This is on global table with no conditions.
I have to improve performance by adding conditions to business rule
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2024 11:05 PM
What BR is this? What does it do? Because very simple: it runs always at this moment.
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2024 12:25 PM
@harry24 If you are using SNUtils then you can simply use /code command and search with the function names defined in your Global business rule. If you don't use SNUtils then following are the areas where you can do a contains search within the script field.
1. Business rules
2. Script Include
3. UI Page Script
4. Script Action
5. Inbound Email Action
6. Reference Qualifiers
7. Email Scripts
8. Tranform Scripts
9. Fix Scripts
10. UI Action Scripts
11. Widget Scripts
Hope this helps