Reference qualifier is showing only one value
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2024 05:28 AM
Hello,
I am calling script include in reference qualifier and i am getting only one value, instead of showing related values.
script include i am using:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2024 06:46 AM
Tried but no luck.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2024 06:52 AM
I'm still not clear from your logging if the correct records are being returned by the GlideRecord in all test cases. The field changing to a choice is likely an attribute. If you don't want that, clear the Attributes field or use something basic/standard like
edge_encryption_enabled=true,encode_utf8=false
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2024 07:01 AM
Tried but no luck. initially i tried
javascript: 'u_app_applicationsLIKE'+current.cmdb_ci; within the reference qualifier but it worked on while on Load, not while on Change.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2024 07:10 AM
That's a good point - if the Script Include is only doing a query on the same table, try the same query without it. If any reference qualifier works when the form loads, but not when a field mentioned in the qualifier changes, try adding to the end of your Attributes
,ref_qual_elements=cmdb_ci
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2024 05:48 AM - edited 10-29-2024 05:52 AM