<?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 How to sort the Subcategory by name in ITSM forum</title>
    <link>https://www.servicenow.com/community/itsm-forum/how-to-sort-the-subcategory-by-name/m-p/812434#M384213</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to sort the subcategory choice list by name ,i got there is a sequence field in the choice table but we are having 200 subcategory so is there any other way i can do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_emote jive_macro" data-renderedposition="92_129_16_16" src="https://www.servicenow.com/8.0.1.35b65d4/images/emoticons/happy.png"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&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/42965i8B5A10E9F77823D0/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;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Akshay&lt;/P&gt;</description>
    <pubDate>Thu, 07 Apr 2016 12:22:51 GMT</pubDate>
    <dc:creator>akshaybhardwaj</dc:creator>
    <dc:date>2016-04-07T12:22:51Z</dc:date>
    <item>
      <title>How to sort the Subcategory by name</title>
      <link>https://www.servicenow.com/community/itsm-forum/how-to-sort-the-subcategory-by-name/m-p/812434#M384213</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to sort the subcategory choice list by name ,i got there is a sequence field in the choice table but we are having 200 subcategory so is there any other way i can do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_emote jive_macro" data-renderedposition="92_129_16_16" src="https://www.servicenow.com/8.0.1.35b65d4/images/emoticons/happy.png"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&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/42965i8B5A10E9F77823D0/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;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Akshay&lt;/P&gt;</description>
      <pubDate>Thu, 07 Apr 2016 12:22:51 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/how-to-sort-the-subcategory-by-name/m-p/812434#M384213</guid>
      <dc:creator>akshaybhardwaj</dc:creator>
      <dc:date>2016-04-07T12:22:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to sort the Subcategory by name</title>
      <link>https://www.servicenow.com/community/itsm-forum/how-to-sort-the-subcategory-by-name/m-p/812435#M384214</link>
      <description>&lt;P&gt;Apart from sequence there is another field called Dependent value in the list. if this field does not appear in the list then add it to the list layout. Subcategories are dependent on categories. like if you do a show matching with 'request' as the dependent field then you will get-Password reset, Password Expired and Account locked. Now if you set the sequence on alphabetical order then job would get easier to set the sequence of 200 subcategories.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Please mark it helpful or Correct if it helps.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 07 Apr 2016 12:38:02 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/how-to-sort-the-subcategory-by-name/m-p/812435#M384214</guid>
      <dc:creator>Manoj Kumar16</dc:creator>
      <dc:date>2016-04-07T12:38:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to sort the Subcategory by name</title>
      <link>https://www.servicenow.com/community/itsm-forum/how-to-sort-the-subcategory-by-name/m-p/812436#M384215</link>
      <description>&lt;P&gt;Hi Akshay,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;I just thought of an idea how you can do it.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Export the choice list to an xml file -&amp;gt; then sort it by name -&amp;gt; there you can easily change the sequence -&amp;gt; make an import set -&amp;gt; and &amp;nbsp; import it by using transform map.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Otherwise before entering the choices in the choice list, you could have written a script to auto populate the sequence form as per the name.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Hope it helps,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Abhinav Anshu&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 07 Apr 2016 13:19:11 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/how-to-sort-the-subcategory-by-name/m-p/812436#M384215</guid>
      <dc:creator>a_anshu</dc:creator>
      <dc:date>2016-04-07T13:19:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to sort the Subcategory by name</title>
      <link>https://www.servicenow.com/community/itsm-forum/how-to-sort-the-subcategory-by-name/m-p/812437#M384216</link>
      <description>&lt;P&gt;If I am not wrong by doing this also i had to change the sequence only.Suppose if in future if i got again some subcategory for category then again &amp;nbsp; i had to set their sequence.Is there not any other way we can do it which will not create any maintainance problem.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Akshay&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 08 Apr 2016 11:18:40 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/how-to-sort-the-subcategory-by-name/m-p/812437#M384216</guid>
      <dc:creator>akshaybhardwaj</dc:creator>
      <dc:date>2016-04-08T11:18:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to sort the Subcategory by name</title>
      <link>https://www.servicenow.com/community/itsm-forum/how-to-sort-the-subcategory-by-name/m-p/812438#M384217</link>
      <description>&lt;P&gt;Hi Akshay,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;For once when you have already inputted the value, do it by exporting and importing, and then what you can do for future reference is that you can make the sequence field a script type and then you can write a script that dynamically fill in values in the sequence field based on its alphabetical order. I hope it can be done.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Hope it helps,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Abhinav Anshu&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 08 Apr 2016 12:29:51 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/how-to-sort-the-subcategory-by-name/m-p/812438#M384217</guid>
      <dc:creator>a_anshu</dc:creator>
      <dc:date>2016-04-08T12:29:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to sort the Subcategory by name</title>
      <link>https://www.servicenow.com/community/itsm-forum/how-to-sort-the-subcategory-by-name/m-p/812439#M384218</link>
      <description>&lt;P&gt;Hi Akshay,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;As per my experience, If u have dependent value, then remove sequence value and check, it will work. By default subcategories will come in alphabetical order.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;I have tried its working fine.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 12 Apr 2016 07:15:43 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/how-to-sort-the-subcategory-by-name/m-p/812439#M384218</guid>
      <dc:creator>jyothikalaadurt</dc:creator>
      <dc:date>2016-04-12T07:15:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to sort the Subcategory by name</title>
      <link>https://www.servicenow.com/community/itsm-forum/how-to-sort-the-subcategory-by-name/m-p/812440#M384219</link>
      <description>&lt;P&gt;Thanks Jyothi&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;For work around its fine like it takes sequence on its own but not everytime we can clear the sequence.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 12 Apr 2016 07:22:15 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/how-to-sort-the-subcategory-by-name/m-p/812440#M384219</guid>
      <dc:creator>akshaybhardwaj</dc:creator>
      <dc:date>2016-04-12T07:22:15Z</dc:date>
    </item>
  </channel>
</rss>

