Variable Reference Qualifier from Script Include
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2025 02:29 PM
I have created a script include returning a list of distinct manufacturers found in the cmdb_software_product_model table.
It works perfectly when called from a background script, which I did for testing.
Here is my result from running the background script:
However, when applying it as a reference qualifier on a variable (referencing the core_company table) on a catalog item, it returns all manufacturers in the core_company table.
Thoughts on why my reference qualifier isn't working?
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2025 03:30 PM
disregard ... I wasn't returning the value from the script include.