<?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 Location reference Variable not searching properly in ServiceNow AI Platform forum</title>
    <link>https://www.servicenow.com/community/servicenow-ai-platform-forum/location-reference-variable-not-searching-properly/m-p/1100364#M56753</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I have a Location variable referencing to the cmn_location table.&lt;/P&gt;
&lt;P&gt;I have selected the following location, but if I just use the keyword it is not picking up the location.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/113665i91CB08A4A70B9CEA/image-size/large?v=v2&amp;amp;px=999" role="button" title="find_real_file.png" alt="find_real_file.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Example: I have selected 10369 Democracy Lane, some users may not know the whole address and just search for democracy. But this address does not show up.&lt;/P&gt;
&lt;P&gt;Hope I am able to make you guys understand my problem.&lt;/P&gt;
&lt;P&gt;Please help.&lt;/P&gt;</description>
    <pubDate>Fri, 06 May 2022 12:08:58 GMT</pubDate>
    <dc:creator>Vishwa Pandya19</dc:creator>
    <dc:date>2022-05-06T12:08:58Z</dc:date>
    <item>
      <title>Location reference Variable not searching properly</title>
      <link>https://www.servicenow.com/community/servicenow-ai-platform-forum/location-reference-variable-not-searching-properly/m-p/1100364#M56753</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I have a Location variable referencing to the cmn_location table.&lt;/P&gt;
&lt;P&gt;I have selected the following location, but if I just use the keyword it is not picking up the location.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/113665i91CB08A4A70B9CEA/image-size/large?v=v2&amp;amp;px=999" role="button" title="find_real_file.png" alt="find_real_file.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Example: I have selected 10369 Democracy Lane, some users may not know the whole address and just search for democracy. But this address does not show up.&lt;/P&gt;
&lt;P&gt;Hope I am able to make you guys understand my problem.&lt;/P&gt;
&lt;P&gt;Please help.&lt;/P&gt;</description>
      <pubDate>Fri, 06 May 2022 12:08:58 GMT</pubDate>
      <guid>https://www.servicenow.com/community/servicenow-ai-platform-forum/location-reference-variable-not-searching-properly/m-p/1100364#M56753</guid>
      <dc:creator>Vishwa Pandya19</dc:creator>
      <dc:date>2022-05-06T12:08:58Z</dc:date>
    </item>
    <item>
      <title>Re: Location reference Variable not searching properly</title>
      <link>https://www.servicenow.com/community/servicenow-ai-platform-forum/location-reference-variable-not-searching-properly/m-p/1100365#M56754</link>
      <description>&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;Hi Vishwa,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;If you want to search by field name, you need to add the attributes to the field or variable.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;ref_auto_completer=AJAXTableCompleter,ref_ac_columns=name,city,country,state,street,ref_ac_columns_search=true&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;Sagar Pagar&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 06 May 2022 12:18:27 GMT</pubDate>
      <guid>https://www.servicenow.com/community/servicenow-ai-platform-forum/location-reference-variable-not-searching-properly/m-p/1100365#M56754</guid>
      <dc:creator>Sagar Pagar</dc:creator>
      <dc:date>2022-05-06T12:18:27Z</dc:date>
    </item>
    <item>
      <title>Re: Location reference Variable not searching properly</title>
      <link>https://www.servicenow.com/community/servicenow-ai-platform-forum/location-reference-variable-not-searching-properly/m-p/1100366#M56755</link>
      <description>&lt;P&gt;Hey,&lt;/P&gt;
&lt;P&gt;You need to ensure few things:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Ensure that the system property "glide.ui.ref_ac.startswith" is set to false.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;Confirm that the reference field has similar dictionary attributes as the following: ref_ac_columns_search=true, ref_ac_order_by=column_name, ref_ac_columns=column_name1, column_name2, ref_auto_completer=AJAXTableCompleter&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;Create the following user preference:&lt;BR /&gt;&lt;BR /&gt;Name: table_name_being_referenced.autocomplete.contains (i.e. sys_user.autocomplete.contains)System: checked&lt;BR /&gt;User: leave this blank&lt;BR /&gt;Type: true | false&lt;BR /&gt;Value: true&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;Ref article:&lt;/P&gt;
&lt;P&gt;https://support.servicenow.com/kb?id=kb_article_view&amp;amp;sysparm_article=KB0715718&lt;/P&gt;</description>
      <pubDate>Fri, 06 May 2022 12:24:32 GMT</pubDate>
      <guid>https://www.servicenow.com/community/servicenow-ai-platform-forum/location-reference-variable-not-searching-properly/m-p/1100366#M56755</guid>
      <dc:creator>Aman Kumar S</dc:creator>
      <dc:date>2022-05-06T12:24:32Z</dc:date>
    </item>
    <item>
      <title>Re: Location reference Variable not searching properly</title>
      <link>https://www.servicenow.com/community/servicenow-ai-platform-forum/location-reference-variable-not-searching-properly/m-p/1100367#M56756</link>
      <description>&lt;P&gt;Hi &lt;SN-MENTION class="sn-mention" table="live_profile" sysid="20a8ed9fdbc40150fd8d2b6913961979"&gt;@Vishwa Pandya&lt;/SN-MENTION&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can search by giving a asterisk(*) symbol in the start.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/113664i78A097F9724B0EF0/image-size/large?v=v2&amp;amp;px=999" role="button" title="find_real_file.png" alt="find_real_file.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can add a help text to the field so that users can also know that.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Mark as correct or helpful if it works.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Sumanth&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 May 2022 12:24:55 GMT</pubDate>
      <guid>https://www.servicenow.com/community/servicenow-ai-platform-forum/location-reference-variable-not-searching-properly/m-p/1100367#M56756</guid>
      <dc:creator>SumanthDosapati</dc:creator>
      <dc:date>2022-05-06T12:24:55Z</dc:date>
    </item>
    <item>
      <title>Re: Location reference Variable not searching properly</title>
      <link>https://www.servicenow.com/community/servicenow-ai-platform-forum/location-reference-variable-not-searching-properly/m-p/1100368#M56757</link>
      <description>&lt;P&gt;Thanks Aman, I'll try this too.&lt;/P&gt;</description>
      <pubDate>Fri, 06 May 2022 12:27:56 GMT</pubDate>
      <guid>https://www.servicenow.com/community/servicenow-ai-platform-forum/location-reference-variable-not-searching-properly/m-p/1100368#M56757</guid>
      <dc:creator>Vishwa Pandya19</dc:creator>
      <dc:date>2022-05-06T12:27:56Z</dc:date>
    </item>
  </channel>
</rss>

