- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-15-2017 04:14 AM
Hi,
I have write one reference qualifier on "Lookup Select Box" type, on service catalog.
but it's not working on portal.
Solved! Go to Solution.
- Labels:
-
Service Catalog
-
Service Portal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-17-2017 02:33 AM
Hi Bhushan,
can you please check with " Reference " Type.
I will work on portal as well.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-15-2017 04:25 AM
Hi Bhushan,
Any error in browser console you are getting?
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-18-2017 04:33 AM
Thanks Ankur,
It not showing an error, actually I want to bind the extension number with requested for field.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-15-2017 04:26 AM
Hi Bhushan,
Following links should be helpful:
reference qualifier not working for lookup select box in service portal
Reference Qualifier on Lookup Select Box Variable
Service Portal - Catalog item variable reference qualifier not working
Mark Correct if this solves your issue and also hit Like and Helpful if you find my response worthy based on the impact.
Thanks
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-15-2017 04:33 AM
Hi Bhushan,
Have you tried with single quotes like below?
javascript:'assigned_to='+current.variables.requested_for
Just wondering, is the assigned_to field is available in your custom table?