Reference Qualifier not working on portal

b_patil
Tera Contributor

Hi,

I have write one reference qualifier on "Lookup Select Box" type, on service catalog.

but it's not working on portal.

find_real_file.png

1 ACCEPTED SOLUTION

core1
Tera Expert

Hi Bhushan,


can you please check with " Reference " Type.


I will work on portal as well.



find_real_file.png


View solution in original post

10 REPLIES 10

Ankur Bawiskar
Tera Patron
Tera Patron

Hi Bhushan,



Any error in browser console you are getting?



Regards


Ankur


Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

Thanks Ankur,



It not showing an error, actually I want to bind the extension number with requested for field.


Ankur Bawiskar
Tera Patron
Tera Patron

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


Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

Srikanth Gajjel
Kilo Guru

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?