
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2025 08:36 PM
Hello,
Tempted by this post: https://servicenowguru.com/business-rules-scripting/controlling-record-access-before-query-business-... I tried to make my own Before Query Business Rule. But it turned out that it's not possible in a scoped app:
After I changed the scope to global, it became available.
Can you tell me why?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2025 08:44 PM
Hi @Beata I_owiecka ,
There is an OOB client script that's making this field disabled.
as per that only table in the current scope can be created as query BR.
You can create this Query BR in Global scope
Please mark my answer as helpful/correct if it resolves your query.
Regards,
Chaitanya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2025 08:44 PM
Hi @Beata I_owiecka ,
There is an OOB client script that's making this field disabled.
as per that only table in the current scope can be created as query BR.
You can create this Query BR in Global scope
Please mark my answer as helpful/correct if it resolves your query.
Regards,
Chaitanya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2025 08:47 PM
Requested item item table is on Global scope and your business rules is on custom scope.
That's why the query check box is greyed out.
Regards,
Siva