<?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 Want to Populate Choices in the Category and Sub-Category Fields of Case form in Developer forum</title>
    <link>https://www.servicenow.com/community/developer-forum/want-to-populate-choices-in-the-category-and-sub-category-fields/m-p/1846463#M503389</link>
    <description>&lt;P&gt;Hi Team,&lt;/P&gt;
&lt;P&gt;I have two drop-down fields category and sub-category on case form.I want to add choices to these two fields both fields are drop-down.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;For Category i have 4-choices For example : A,B,C,D is the 4 categories.&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;If Category selected is 'A' then For Sub-category there are some choices to be added.&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Similarly if category selected is 'B' then For 'B' category there will be some choices in the Sub-category drop-down.&lt;/STRONG&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;Let me know the script for this ???&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Thanks in Advance&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Balaraju&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 17 Sep 2020 07:52:25 GMT</pubDate>
    <dc:creator>Balaraju K B</dc:creator>
    <dc:date>2020-09-17T07:52:25Z</dc:date>
    <item>
      <title>Want to Populate Choices in the Category and Sub-Category Fields of Case form</title>
      <link>https://www.servicenow.com/community/developer-forum/want-to-populate-choices-in-the-category-and-sub-category-fields/m-p/1846463#M503389</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;
&lt;P&gt;I have two drop-down fields category and sub-category on case form.I want to add choices to these two fields both fields are drop-down.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;For Category i have 4-choices For example : A,B,C,D is the 4 categories.&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;If Category selected is 'A' then For Sub-category there are some choices to be added.&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Similarly if category selected is 'B' then For 'B' category there will be some choices in the Sub-category drop-down.&lt;/STRONG&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;Let me know the script for this ???&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Thanks in Advance&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Balaraju&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Sep 2020 07:52:25 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/want-to-populate-choices-in-the-category-and-sub-category-fields/m-p/1846463#M503389</guid>
      <dc:creator>Balaraju K B</dc:creator>
      <dc:date>2020-09-17T07:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: Want to Populate Choices in the Category and Sub-Category Fields of Case form</title>
      <link>https://www.servicenow.com/community/developer-forum/want-to-populate-choices-in-the-category-and-sub-category-fields/m-p/1846464#M503390</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;No need to have script for the,&lt;/P&gt;
&lt;P&gt;If you check incident category and sub category functionality you will understand.&lt;/P&gt;
&lt;P&gt;You need to set dependent fields for subcategory.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Dhananjay.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Sep 2020 07:56:14 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/want-to-populate-choices-in-the-category-and-sub-category-fields/m-p/1846464#M503390</guid>
      <dc:creator>Dhananjay Pawar</dc:creator>
      <dc:date>2020-09-17T07:56:14Z</dc:date>
    </item>
    <item>
      <title>Re: Want to Populate Choices in the Category and Sub-Category Fields of Case form</title>
      <link>https://www.servicenow.com/community/developer-forum/want-to-populate-choices-in-the-category-and-sub-category-fields/m-p/1846465#M503391</link>
      <description>&lt;P&gt;Process.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Right click on subcategory -&amp;gt; configure dictionary -&amp;gt; under dependent value section select category field as dependent field(check attached screenshot)&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/47413iD3B89BE8E520FA2B/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;Then under choice related list add total choices and set dependent values(check attached screenshot)&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/47411i6FE2FC5358628AEC/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;</description>
      <pubDate>Thu, 17 Sep 2020 08:01:50 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/want-to-populate-choices-in-the-category-and-sub-category-fields/m-p/1846465#M503391</guid>
      <dc:creator>Dhananjay Pawar</dc:creator>
      <dc:date>2020-09-17T08:01:50Z</dc:date>
    </item>
    <item>
      <title>Re: Want to Populate Choices in the Category and Sub-Category Fields of Case form</title>
      <link>https://www.servicenow.com/community/developer-forum/want-to-populate-choices-in-the-category-and-sub-category-fields/m-p/1846466#M503392</link>
      <description>&lt;P&gt;First Category Itself Contains 47 subcategory choices is it good to use deependent field?&lt;/P&gt;
&lt;P&gt;No i think that's why looking for client script.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Sep 2020 08:10:35 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/want-to-populate-choices-in-the-category-and-sub-category-fields/m-p/1846466#M503392</guid>
      <dc:creator>Balaraju K B</dc:creator>
      <dc:date>2020-09-17T08:10:35Z</dc:date>
    </item>
    <item>
      <title>Re: Want to Populate Choices in the Category and Sub-Category Fields of Case form</title>
      <link>https://www.servicenow.com/community/developer-forum/want-to-populate-choices-in-the-category-and-sub-category-fields/m-p/1846467#M503393</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;You can use and it is good. try to use OOB functionality instead script. If you go with script still you need to write code for all those subcategory choices of 4 category and thats not good.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Sep 2020 08:35:26 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/want-to-populate-choices-in-the-category-and-sub-category-fields/m-p/1846467#M503393</guid>
      <dc:creator>Dhananjay Pawar</dc:creator>
      <dc:date>2020-09-17T08:35:26Z</dc:date>
    </item>
    <item>
      <title>Re: Want to Populate Choices in the Category and Sub-Category Fields of Case form</title>
      <link>https://www.servicenow.com/community/developer-forum/want-to-populate-choices-in-the-category-and-sub-category-fields/m-p/1846468#M503394</link>
      <description>&lt;P&gt;&lt;SN-MENTION class="sn-mention" table="live_profile" sysid="249cec03db705014414eeeb5ca9619e0"&gt;@Balaraju K B&lt;/SN-MENTION&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;you can configure the dependent values for the drop down&lt;/P&gt;
&lt;P&gt;Sub-category choice values will have dependent value as per category value&lt;/P&gt;
&lt;P&gt;refer links below&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.servicenow.com/bundle/madrid-it-service-management/page/product/incident-management/reference/r_CategorizingIncidents.html" target="_blank"&gt;Incident categories and subcategories&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Regards&lt;BR /&gt;Ankur&lt;/P&gt;</description>
      <pubDate>Thu, 01 Oct 2020 15:38:10 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/want-to-populate-choices-in-the-category-and-sub-category-fields/m-p/1846468#M503394</guid>
      <dc:creator>Ankur Bawiskar</dc:creator>
      <dc:date>2020-10-01T15:38:10Z</dc:date>
    </item>
    <item>
      <title>Re: Want to Populate Choices in the Category and Sub-Category Fields of Case form</title>
      <link>https://www.servicenow.com/community/developer-forum/want-to-populate-choices-in-the-category-and-sub-category-fields/m-p/1846469#M503395</link>
      <description>&lt;P&gt;&lt;SN-MENTION class="sn-mention" table="live_profile" sysid="249cec03db705014414eeeb5ca9619e0"&gt;@Balaraju K B&lt;/SN-MENTION&gt;&amp;nbsp; - You may also find below video link helpful on how to configure it.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=vBpu7B3nDwQ"&gt;Video&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Oct 2020 15:49:56 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/want-to-populate-choices-in-the-category-and-sub-category-fields/m-p/1846469#M503395</guid>
      <dc:creator>Pradeep Sharma</dc:creator>
      <dc:date>2020-10-01T15:49:56Z</dc:date>
    </item>
    <item>
      <title>Re: Want to Populate Choices in the Category and Sub-Category Fields of Case form</title>
      <link>https://www.servicenow.com/community/developer-forum/want-to-populate-choices-in-the-category-and-sub-category-fields/m-p/1846470#M503396</link>
      <description>&lt;P&gt;&lt;SN-MENTION class="sn-mention" table="live_profile" sysid="249cec03db705014414eeeb5ca9619e0"&gt;@Balaraju K B&lt;/SN-MENTION&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope you are doing good.&lt;BR /&gt;&lt;BR /&gt;Let me know if I have answered your question.&lt;BR /&gt;&lt;BR /&gt;If so, please mark appropriate response as correct &amp;amp; helpful so that this thread can be closed and others can be benefited by this.&lt;BR /&gt;&lt;BR /&gt;If not, please let us know if you need some more assistance.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Ankur&lt;/P&gt;</description>
      <pubDate>Tue, 06 Oct 2020 12:29:56 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/want-to-populate-choices-in-the-category-and-sub-category-fields/m-p/1846470#M503396</guid>
      <dc:creator>Ankur Bawiskar</dc:creator>
      <dc:date>2020-10-06T12:29:56Z</dc:date>
    </item>
  </channel>
</rss>

