business rule details
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
one business rule can called in another scope application just like script include ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago - last edited 3 weeks ago
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.
Regards,
Nikhil Bajaj
ServiceNow Rising Star-2025
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
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.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
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?