The CreatorCon Call for Content is officially open! Get started here.

business rule details

adityahubli
Tera Contributor

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

 

7 REPLIES 7

Nikhil Bajaj9
Tera Sage
Tera Sage

Hi @adityahubli ,

 

Business Rule can't be called from any other scope. Only script include can be called from other scope with these conditions- The Script Include you intend to call must be configured to be accessible from other scopes. This is typically achieved by setting the "Accessible from" field on the Script Include record to "All application scopes" or to the specific scope of your Business Rule.

 

Please appreciate my efforts, help and support extended to you by clicking on – “Accept as Solution”; button under my answer. It will motivate me to help others as well.
Regards,
Nikhil Bajaj

ServiceNow Rising Star-2025

Ankur Bawiskar
Tera Patron
Tera Patron

@adityahubli 

your question is not clear.

what's your exact business requirement?

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

1)just like how script include created in demo named scoped application can called from another scoped application name demo2 ,then can we use business rule in another scoped application just like script  include 

2) what is difference between business rule and script include?