business rule details

adityahubli
Tera Contributor

one business rule can called in another scope application just like script include ?

 

1 REPLY 1

Ashir Waheed
Kilo Sage
Kilo Sage

Hi @adityahubli 

 

Please go through the details below, they will be able to help you have the better understanding of these functionalities.

 

  • Script Includes:
    These can be explicitly set to be accessible from all application scopes (Accessible from: All application scopes). That’s why you can call them across scoped apps, provided the Client Callable.
  • Business Rules:
    These are tied to a specific table and scope. You cannot directly call or execute a Business Rule from another scope the way you do with Script Includes. They’re meant to run automatically on database operations (insert, update, delete, query) or as "before/after" logic on records in that scope.

You can also lookup at the ServiceNow DOCS Business Rule

 

Regards,

Ashir Waheed