- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2025 03:17 AM - edited 02-19-2025 05:50 AM
Hello Community,
I'm working on a catalog item with a reference field for the Tables table. For some reason, the choices are limited to the current selected Application Scope even though I have no filter to only get the tables defined on my current scope. From my understanding, it seems like a default behavior of ServiceNow but I would like to know if there is a way to change this to retrieve all the records regardless of the Application Scope.
Update: After doing some tests in my PDI, I found out that this is happening only because the variable is part of a Multi-Row Variable Set.
Thanks,
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2025 02:45 AM
The issue was caused by the advanced reference qualifier applied to the reference variable and not because the variable was inside the multi-row variable set. We solved it by adding the attribute allow_public=true.
Thanks to everyone who tried to help 😉.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2025 02:45 AM
The issue was caused by the advanced reference qualifier applied to the reference variable and not because the variable was inside the multi-row variable set. We solved it by adding the attribute allow_public=true.
Thanks to everyone who tried to help 😉.