<?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: Variable Select box , list collector auto populate in Developer forum</title>
    <link>https://www.servicenow.com/community/developer-forum/variable-select-box-list-collector-auto-populate/m-p/2979767#M1127419</link>
    <description>&lt;P&gt;Assuming that Continents, Countries and Cities are maintained as records in the Location [cmn_location] table, you can connect them via the Parent field to form a &lt;A href="https://docs.servicenow.com/csh?topicname=define-tni-locations.html&amp;amp;version=latest" target="_blank" rel="noopener"&gt;hierarchy&lt;/A&gt;. Then you would be able to apply &lt;A href="https://docs.servicenow.com/csh?topicname=c_ReferenceQualifiers.html&amp;amp;version=latest" target="_blank" rel="noopener"&gt;reference qualifiers&lt;/A&gt; to your &lt;A href="https://docs.servicenow.com/bundle/washingtondc-servicenow-platform/page/product/service-catalog-management/reference/r_VariableTypes.html#d148627e651" target="_blank" rel="noopener"&gt;list collector variables&lt;/A&gt;, so that only records that are children of the Parent selected in the other field are available for selection.&lt;/P&gt;</description>
    <pubDate>Wed, 03 Jul 2024 11:19:41 GMT</pubDate>
    <dc:creator>Slava Savitsky</dc:creator>
    <dc:date>2024-07-03T11:19:41Z</dc:date>
    <item>
      <title>Variable Select box , list collector auto populate</title>
      <link>https://www.servicenow.com/community/developer-forum/variable-select-box-list-collector-auto-populate/m-p/2979692#M1127390</link>
      <description>&lt;P&gt;I have a requirement like for example having three variables in a catalog.&lt;/P&gt;&lt;P&gt;Continent - Select Box field&lt;/P&gt;&lt;P&gt;Country - List collector field&lt;/P&gt;&lt;P&gt;City - List collector field&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;continent selection should populate country, user can select multiple countries, country selection should populate city. User can select multiple cities. How to achieve this? Can we do it without custom table? &amp;nbsp;If not what other way to implement?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2024 10:30:08 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/variable-select-box-list-collector-auto-populate/m-p/2979692#M1127390</guid>
      <dc:creator>arshad199110</dc:creator>
      <dc:date>2024-07-03T10:30:08Z</dc:date>
    </item>
    <item>
      <title>Re: Variable Select box , list collector auto populate</title>
      <link>https://www.servicenow.com/community/developer-forum/variable-select-box-list-collector-auto-populate/m-p/2979747#M1127410</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/649357"&gt;@arshad199110&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Could you please share respective table names of the fields ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rohit Suryawanshi&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2024 11:03:21 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/variable-select-box-list-collector-auto-populate/m-p/2979747#M1127410</guid>
      <dc:creator>Rohit99</dc:creator>
      <dc:date>2024-07-03T11:03:21Z</dc:date>
    </item>
    <item>
      <title>Re: Variable Select box , list collector auto populate</title>
      <link>https://www.servicenow.com/community/developer-forum/variable-select-box-list-collector-auto-populate/m-p/2979767#M1127419</link>
      <description>&lt;P&gt;Assuming that Continents, Countries and Cities are maintained as records in the Location [cmn_location] table, you can connect them via the Parent field to form a &lt;A href="https://docs.servicenow.com/csh?topicname=define-tni-locations.html&amp;amp;version=latest" target="_blank" rel="noopener"&gt;hierarchy&lt;/A&gt;. Then you would be able to apply &lt;A href="https://docs.servicenow.com/csh?topicname=c_ReferenceQualifiers.html&amp;amp;version=latest" target="_blank" rel="noopener"&gt;reference qualifiers&lt;/A&gt; to your &lt;A href="https://docs.servicenow.com/bundle/washingtondc-servicenow-platform/page/product/service-catalog-management/reference/r_VariableTypes.html#d148627e651" target="_blank" rel="noopener"&gt;list collector variables&lt;/A&gt;, so that only records that are children of the Parent selected in the other field are available for selection.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2024 11:19:41 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/variable-select-box-list-collector-auto-populate/m-p/2979767#M1127419</guid>
      <dc:creator>Slava Savitsky</dc:creator>
      <dc:date>2024-07-03T11:19:41Z</dc:date>
    </item>
    <item>
      <title>Re: Variable Select box , list collector auto populate</title>
      <link>https://www.servicenow.com/community/developer-forum/variable-select-box-list-collector-auto-populate/m-p/2979780#M1127423</link>
      <description>&lt;P&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/320349"&gt;@Slava Savitsky&lt;/a&gt;&amp;nbsp;Thanks for your reply. We are not trying to use CMN location table here. But if we create a custom table and try to implement this. The display column will be only one , say if it is city. How I can pull continent and country from same table to display it in separate fields?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2024 11:19:10 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/variable-select-box-list-collector-auto-populate/m-p/2979780#M1127423</guid>
      <dc:creator>arshad199110</dc:creator>
      <dc:date>2024-07-03T11:19:10Z</dc:date>
    </item>
    <item>
      <title>Re: Variable Select box , list collector auto populate</title>
      <link>https://www.servicenow.com/community/developer-forum/variable-select-box-list-collector-auto-populate/m-p/2979783#M1127424</link>
      <description>&lt;P&gt;In your custom table, you need an attribute that would define the type of location (similar to "Location type" in the Locations [cmn_location] table in the base system). This would enable you to filter by that attribute in your reference qualifiers.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2024 11:22:18 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/variable-select-box-list-collector-auto-populate/m-p/2979783#M1127424</guid>
      <dc:creator>Slava Savitsky</dc:creator>
      <dc:date>2024-07-03T11:22:18Z</dc:date>
    </item>
    <item>
      <title>Re: Variable Select box , list collector auto populate</title>
      <link>https://www.servicenow.com/community/developer-forum/variable-select-box-list-collector-auto-populate/m-p/2979786#M1127425</link>
      <description>&lt;P&gt;By the way, why are you reluctant to use the [cmn_location] table for this?&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2024 11:23:08 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/variable-select-box-list-collector-auto-populate/m-p/2979786#M1127425</guid>
      <dc:creator>Slava Savitsky</dc:creator>
      <dc:date>2024-07-03T11:23:08Z</dc:date>
    </item>
    <item>
      <title>Re: Variable Select box , list collector auto populate</title>
      <link>https://www.servicenow.com/community/developer-forum/variable-select-box-list-collector-auto-populate/m-p/2979800#M1127432</link>
      <description>&lt;P&gt;So basically All regions, countries and cities will be a record in same table. We do the parent mapping between 3 of them. And location type will define their type. Display value column will remain the same.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2024 11:33:25 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/variable-select-box-list-collector-auto-populate/m-p/2979800#M1127432</guid>
      <dc:creator>arshad199110</dc:creator>
      <dc:date>2024-07-03T11:33:25Z</dc:date>
    </item>
    <item>
      <title>Re: Variable Select box , list collector auto populate</title>
      <link>https://www.servicenow.com/community/developer-forum/variable-select-box-list-collector-auto-populate/m-p/2979811#M1127436</link>
      <description>&lt;P&gt;Right.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2024 11:42:03 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/variable-select-box-list-collector-auto-populate/m-p/2979811#M1127436</guid>
      <dc:creator>Slava Savitsky</dc:creator>
      <dc:date>2024-07-03T11:42:03Z</dc:date>
    </item>
    <item>
      <title>Re: Variable Select box , list collector auto populate</title>
      <link>https://www.servicenow.com/community/developer-forum/variable-select-box-list-collector-auto-populate/m-p/2979878#M1127453</link>
      <description>&lt;P&gt;Client uses location for different purpose. This is just for a catalog they need this logic with limited countries and cities.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2024 12:31:25 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/variable-select-box-list-collector-auto-populate/m-p/2979878#M1127453</guid>
      <dc:creator>arshad199110</dc:creator>
      <dc:date>2024-07-03T12:31:25Z</dc:date>
    </item>
  </channel>
</rss>

