Global business rule

harry24
Tera Contributor

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 

4 REPLIES 4

Mark Manders
Mega Patron

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

This is on global table with no conditions.

I have to improve performance by adding conditions to business rule 

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

Sandeep Rajput
Tera Patron
Tera Patron

@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