<?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 make Comments and worknotes section as default section in ITSM forum</title>
    <link>https://www.servicenow.com/community/itsm-forum/make-comments-and-worknotes-section-as-default-section/m-p/3178079#M535653</link>
    <description>&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;How can we make 'Comments and Worknotes' as a default section? When ever user over opens a case it is opening with Fullfilment Instructions tab.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="si21_0-1739533080333.png" style="width: 400px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/419438i0661492317874295/image-size/medium?v=v2&amp;amp;px=400" role="button" title="si21_0-1739533080333.png" alt="si21_0-1739533080333.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;TIA&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 14 Feb 2025 11:38:53 GMT</pubDate>
    <dc:creator>Community Alums</dc:creator>
    <dc:date>2025-02-14T11:38:53Z</dc:date>
    <item>
      <title>make Comments and worknotes section as default section</title>
      <link>https://www.servicenow.com/community/itsm-forum/make-comments-and-worknotes-section-as-default-section/m-p/3178079#M535653</link>
      <description>&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;How can we make 'Comments and Worknotes' as a default section? When ever user over opens a case it is opening with Fullfilment Instructions tab.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="si21_0-1739533080333.png" style="width: 400px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/419438i0661492317874295/image-size/medium?v=v2&amp;amp;px=400" role="button" title="si21_0-1739533080333.png" alt="si21_0-1739533080333.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;TIA&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2025 11:38:53 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/make-comments-and-worknotes-section-as-default-section/m-p/3178079#M535653</guid>
      <dc:creator>Community Alums</dc:creator>
      <dc:date>2025-02-14T11:38:53Z</dc:date>
    </item>
    <item>
      <title>Re: make Comments and worknotes section as default section</title>
      <link>https://www.servicenow.com/community/itsm-forum/make-comments-and-worknotes-section-as-default-section/m-p/3178116#M535658</link>
      <description>&lt;P&gt;@Community Alums&amp;nbsp;&lt;/P&gt;
&lt;P&gt;use this in onLoad client script&lt;/P&gt;
&lt;P style="box-sizing: border-box; margin: 0px; color: #1d1d1d; font-family: Lato, Gilroy, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: #ffffff; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"&gt;g_tabs2Sections.setActive(n); // n is the number of section&lt;/P&gt;
&lt;P style="box-sizing: border-box; margin: 0px; color: #1d1d1d; font-family: Lato, Gilroy, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: #ffffff; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"&gt;section number starts with 0,1,2 etc&lt;/P&gt;
&lt;P style="box-sizing: border-box; margin: 0px; color: #1d1d1d; font-family: Lato, Gilroy, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: #ffffff; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"&gt;In your case it's number 2 so use this&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;g_tabs2Sections.setActive(2); &lt;/LI-CODE&gt;
&lt;P&gt;If my response helped please mark it correct and close the thread so that it benefits future readers.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2025 12:22:33 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/make-comments-and-worknotes-section-as-default-section/m-p/3178116#M535658</guid>
      <dc:creator>Ankur Bawiskar</dc:creator>
      <dc:date>2025-02-14T12:22:33Z</dc:date>
    </item>
    <item>
      <title>Re: make Comments and worknotes section as default section</title>
      <link>https://www.servicenow.com/community/itsm-forum/make-comments-and-worknotes-section-as-default-section/m-p/3179632#M535717</link>
      <description>&lt;P&gt;@Community Alums&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for marking my response as helpful.&lt;/P&gt;
&lt;P&gt;If my response helped please mark it correct and close the thread so that it benefits future readers.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Feb 2025 10:20:12 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/make-comments-and-worknotes-section-as-default-section/m-p/3179632#M535717</guid>
      <dc:creator>Ankur Bawiskar</dc:creator>
      <dc:date>2025-02-17T10:20:12Z</dc:date>
    </item>
  </channel>
</rss>

