<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: Lookup select box reference qualifier not working in Developer forum</title>
    <link>https://www.servicenow.com/community/developer-forum/lookup-select-box-reference-qualifier-not-working/m-p/2057225#M714151</link>
    <description>&lt;P&gt;You need to add attribute &lt;SPAN style="color: #333333; font-family: monospace, Courier;"&gt;ref_qual_elements=&lt;SPAN style="color: #666666; font-family: arial, sans-serif;"&gt;vm_user as it has to query again to the server with update value of referring field.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;SPAN style="color: #666666; font-family: arial, sans-serif;"&gt;&lt;A href="http://wiki.servicenow.com/index.php?title=Variable_Types#Lookup_Select_Box" title="http://wiki.servicenow.com/index.php?title=Variable_Types#Lookup_Select_Box"&gt;http://wiki.servicenow.com/index.php?title=Variable_Types#Lookup_Select_Box&lt;/A&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 08 Mar 2017 02:11:34 GMT</pubDate>
    <dc:creator>ajitchandragiri</dc:creator>
    <dc:date>2017-03-08T02:11:34Z</dc:date>
    <item>
      <title>Lookup select box reference qualifier not working</title>
      <link>https://www.servicenow.com/community/developer-forum/lookup-select-box-reference-qualifier-not-working/m-p/2057223#M714149</link>
      <description>&lt;P&gt;I am trying to use a lookup select box to display options based on the user using a reference qualifier. &amp;nbsp; I have seen many references to it should work it won't work and am looking for if this can work and how. &amp;nbsp; I am using as my ref qual javascript:'u_user_uuid='+current.variables.vm_user; . &amp;nbsp; This works when I am using a Reference table perfectly but this just seems to show the first entry in the table when the form loads and doesn't change with the user. &amp;nbsp; With the reference field it will work but shows only the sysid even though I have a different field set to show set to display true (that is a separate issue). &amp;nbsp; So should this work or is there something else I have to add?&lt;/P&gt;</description>
      <pubDate>Tue, 07 Mar 2017 23:05:42 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/lookup-select-box-reference-qualifier-not-working/m-p/2057223#M714149</guid>
      <dc:creator>gm01</dc:creator>
      <dc:date>2017-03-07T23:05:42Z</dc:date>
    </item>
    <item>
      <title>Re: Lookup select box reference qualifier not working</title>
      <link>https://www.servicenow.com/community/developer-forum/lookup-select-box-reference-qualifier-not-working/m-p/2057224#M714150</link>
      <description>&lt;P&gt;It should work to filter a reference list based on another variable. When you say change with the user, is that vm_user? Your reference choices need to have the u_user_uuid set to the user.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Mar 2017 01:42:29 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/lookup-select-box-reference-qualifier-not-working/m-p/2057224#M714150</guid>
      <dc:creator>Michael Fry1</dc:creator>
      <dc:date>2017-03-08T01:42:29Z</dc:date>
    </item>
    <item>
      <title>Re: Lookup select box reference qualifier not working</title>
      <link>https://www.servicenow.com/community/developer-forum/lookup-select-box-reference-qualifier-not-working/m-p/2057225#M714151</link>
      <description>&lt;P&gt;You need to add attribute &lt;SPAN style="color: #333333; font-family: monospace, Courier;"&gt;ref_qual_elements=&lt;SPAN style="color: #666666; font-family: arial, sans-serif;"&gt;vm_user as it has to query again to the server with update value of referring field.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;SPAN style="color: #666666; font-family: arial, sans-serif;"&gt;&lt;A href="http://wiki.servicenow.com/index.php?title=Variable_Types#Lookup_Select_Box" title="http://wiki.servicenow.com/index.php?title=Variable_Types#Lookup_Select_Box"&gt;http://wiki.servicenow.com/index.php?title=Variable_Types#Lookup_Select_Box&lt;/A&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Mar 2017 02:11:34 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/lookup-select-box-reference-qualifier-not-working/m-p/2057225#M714151</guid>
      <dc:creator>ajitchandragiri</dc:creator>
      <dc:date>2017-03-08T02:11:34Z</dc:date>
    </item>
    <item>
      <title>Re: Lookup select box reference qualifier not working</title>
      <link>https://www.servicenow.com/community/developer-forum/lookup-select-box-reference-qualifier-not-working/m-p/2057226#M714152</link>
      <description>&lt;P&gt;So after looking at that page again and searching for other posts I found where to put that. &amp;nbsp; Not that clear in documentation and the field has changed placement over time. &amp;nbsp; &lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Mar 2017 15:39:13 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/lookup-select-box-reference-qualifier-not-working/m-p/2057226#M714152</guid>
      <dc:creator>gm01</dc:creator>
      <dc:date>2017-03-08T15:39:13Z</dc:date>
    </item>
    <item>
      <title>Re: Lookup select box reference qualifier not working</title>
      <link>https://www.servicenow.com/community/developer-forum/lookup-select-box-reference-qualifier-not-working/m-p/2057227#M714153</link>
      <description>&lt;P&gt;yeah, documentation does not give examples and with version changes the field look and placement changes.. glad to hear you got it to work..:)&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Mar 2017 19:51:37 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/lookup-select-box-reference-qualifier-not-working/m-p/2057227#M714153</guid>
      <dc:creator>ajitchandragiri</dc:creator>
      <dc:date>2017-03-08T19:51:37Z</dc:date>
    </item>
    <item>
      <title>Re: Lookup select box reference qualifier not working</title>
      <link>https://www.servicenow.com/community/developer-forum/lookup-select-box-reference-qualifier-not-working/m-p/2057228#M714154</link>
      <description>&lt;P&gt;HiAll,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;I am trying the same thing. &lt;/P&gt;&lt;BR /&gt;&lt;P&gt;In my Select Lookup Box i have :&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;STRONG&gt;Reference Qualifier&lt;/STRONG&gt; :&lt;STRONG&gt; javascript: new getValues().GetActivity();&lt;/STRONG&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;STRONG&gt;Attributes: ref_qual_elements=Operating_Sys;affected_ci_15&lt;/STRONG&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;So it is working ( and has been for many years now ) on the CMS .&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;BUt my problem is on Istanbul Portal .&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;On Portal the &lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;STRONG&gt;var server _id = current.variables.&lt;STRONG&gt;affected_ci_15; ( Script Include Class- getValues)&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;gives me a&lt;STRONG&gt;&lt;STRONG&gt; Undefined !&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 14 Jul 2017 13:42:57 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/lookup-select-box-reference-qualifier-not-working/m-p/2057228#M714154</guid>
      <dc:creator>cg_snow</dc:creator>
      <dc:date>2017-07-14T13:42:57Z</dc:date>
    </item>
    <item>
      <title>Re: Lookup select box reference qualifier not working</title>
      <link>https://www.servicenow.com/community/developer-forum/lookup-select-box-reference-qualifier-not-working/m-p/2057229#M714155</link>
      <description>&lt;P&gt;I am facing the same issue and even set ref_qual_elements but still it is not working in service portal.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Sep 2017 05:51:35 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/lookup-select-box-reference-qualifier-not-working/m-p/2057229#M714155</guid>
      <dc:creator>amaradiswamy</dc:creator>
      <dc:date>2017-09-06T05:51:35Z</dc:date>
    </item>
    <item>
      <title>Re: Lookup select box reference qualifier not working</title>
      <link>https://www.servicenow.com/community/developer-forum/lookup-select-box-reference-qualifier-not-working/m-p/2057230#M714156</link>
      <description>&lt;P&gt;Hi Ajit, can you assist with my scenario in the discussion at the following link?&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;A title="Advanced reference qualifier not working on Lookup Select Box" __default_attr="281590" __jive_macro_name="thread" class="jive_macro_thread jive_macro" data-orig-content="Advanced reference qualifier not working on Lookup Select Box" data-renderedposition="52_8_413_16" href="https://www.servicenow.com/community?id=community_question&amp;amp;sys_id=c8784beddb1cdbc01dcaf3231f9619f9"&gt;Advanced reference qualifier not working on Lookup Select Box&lt;/A&gt; &lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Teri&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Sep 2017 19:19:31 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/lookup-select-box-reference-qualifier-not-working/m-p/2057230#M714156</guid>
      <dc:creator>Teri Bobst</dc:creator>
      <dc:date>2017-09-06T19:19:31Z</dc:date>
    </item>
    <item>
      <title>Re: Lookup select box reference qualifier not working</title>
      <link>https://www.servicenow.com/community/developer-forum/lookup-select-box-reference-qualifier-not-working/m-p/2057231#M714157</link>
      <description>&lt;P&gt;where did you find &lt;SPAN style="color: #666666; font-family: arial, sans-serif;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-family: monospace, Courier; color: #333333;"&gt;ref_qual_elements&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;SPAN style="font-family: monospace, Courier; color: #333333;"&gt;i dont have it on my form&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 31 Oct 2017 23:08:15 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/lookup-select-box-reference-qualifier-not-working/m-p/2057231#M714157</guid>
      <dc:creator>SN Emy</dc:creator>
      <dc:date>2017-10-31T23:08:15Z</dc:date>
    </item>
    <item>
      <title>Re: Lookup select box reference qualifier not working</title>
      <link>https://www.servicenow.com/community/developer-forum/lookup-select-box-reference-qualifier-not-working/m-p/2057232#M714158</link>
      <description>&lt;P&gt;you need to add it to the variable attributes input field, e.g ref_qual_elements=requested_for&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jun 2018 12:54:30 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/lookup-select-box-reference-qualifier-not-working/m-p/2057232#M714158</guid>
      <dc:creator>H_kon Sm_rvik</dc:creator>
      <dc:date>2018-06-21T12:54:30Z</dc:date>
    </item>
    <item>
      <title>Re: Lookup select box reference qualifier not working</title>
      <link>https://www.servicenow.com/community/developer-forum/lookup-select-box-reference-qualifier-not-working/m-p/2620796#M1018996</link>
      <description>&lt;P&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/345521"&gt;@ajitchandragiri&lt;/a&gt;&amp;nbsp; You saved my butt today w/ this info. Thank you!&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jul 2023 18:26:16 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/lookup-select-box-reference-qualifier-not-working/m-p/2620796#M1018996</guid>
      <dc:creator>apjohn2</dc:creator>
      <dc:date>2023-07-21T18:26:16Z</dc:date>
    </item>
  </channel>
</rss>

