
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-08-2016 06:32 AM
In reviewing the Service Portal, I've noticed that they item widget does not seem to accept a reference qualifier I have on some of my variables on a few items.
The variable is a Lookup Select Box type variable that references another table using the sys id as the lookup value field.
The qualifier is calling a script include to return sys id's for a reference field.
This all works in the base standard catalog, but does not show any selections in the Portal.
Any ideas on what may be the issue?
Solved! Go to Solution.
- Labels:
-
User Interface (UI)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-09-2017 01:18 PM
I was able to get this working by changing the variable type to Reference.
Not a great UX in the catalog, but from the Service Portal the UI is nearly identical. When it is a reference, it appears the reference qualifier is run when you click on that field rather than just onload as with the Lookup Select variable type.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-03-2017 12:21 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-23-2017 08:34 AM
I am having the same issue, in Istanbul. I have a catalog variable called "asset_name" that I am trying to populate via a Lookup Select Box as defined below. I am referencing the alm_hardware table and limiting the lookup by only assets where the assigned_to == the requested_for of the cart and the model_category is specified.
This works fine in the "internal" Service Catalog, but not in the portal. The Lookup Select Box doesn't populate in the portal.
Thoughts? Thanks,
Artie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-05-2017 10:51 PM
HI Artie,
Did you get this work? i am having the same issue can u please help me?
Regards
Swamy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-07-2017 06:41 AM
I just returned to this today and tried changing the variable type from "Lookup Select" to "Reference", as suggested by brian. above. Unfortunately, this didn't work at all. Now my reference qualifier is broken on both the internal catalog and the external portal, and no records are found in either environment.
So I now have no solution for displaying a reference-type field in the portal that contains a reference qualifier. will.leingang can you help us troubleshoot this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-07-2017 07:10 AM
I found a few more related threads on this. Following Lookup selectbox reference qualifier and Reference Qualifier on Lookup Select Box Variable I added ref_qual_elements=current.cart.requested_for to the "Variable attributes" field of the variable definition form. Unfortunately, this didn't fix the issue in the Service Portal. Still doesn't work.
Also see this thread: Reference Qualifier on Lookup Select Box Variable and note sbolton's comment that none of this works in the Service Portal. I think I'll try this client script approach next...