<?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: How to Add Checklist Template to Record in Community Central forum</title>
    <link>https://www.servicenow.com/community/community-central-forum/how-to-add-checklist-template-to-record/m-p/3081102#M1111</link>
    <description>&lt;P&gt;Ah, so that can be done, there is a definitive article here on the process which I have used successfully. Basically you create a BR that runs on inset of your Table (with your Conditions) and it dynamically adds the checks from a Checklist Template of your choice to the record:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.servicenowelite.com/blog/2019/1/30/auto-generate-checklists" target="_blank" rel="noopener"&gt;https://www.servicenowelite.com/blog/2019/1/30/auto-generate-checklists&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 23 Oct 2024 08:02:33 GMT</pubDate>
    <dc:creator>Paul Curwen</dc:creator>
    <dc:date>2024-10-23T08:02:33Z</dc:date>
    <item>
      <title>How to Add Checklist Template to Record</title>
      <link>https://www.servicenow.com/community/community-central-forum/how-to-add-checklist-template-to-record/m-p/3080124#M1106</link>
      <description>&lt;P&gt;I have placed a Checklist area in my CHG record under the Relationships Tab. With this I have created a checklist named New Server Build. I have a Catalog Item for New Server Build requests that creates a CHG with details added to the CHG from the RITM and REQ. I would like to add a script somewhere in my workflow that adds the templated checklist to this CHG, so I do not have to manually add it once the CHG record is created.&lt;/P&gt;&lt;P&gt;I have been trying some scripts with ChatGPT and it is not working. Keeps having me try to use&amp;nbsp;GlideChecklistUtil and this is not recognized, even though I have all the Checklist plugins installed.&lt;/P&gt;&lt;P&gt;Is this something that can be done, or am I chasing my tail?&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2024 12:29:51 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/how-to-add-checklist-template-to-record/m-p/3080124#M1106</guid>
      <dc:creator>chrisinhoff</dc:creator>
      <dc:date>2024-10-22T12:29:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to Add Checklist Template to Record</title>
      <link>https://www.servicenow.com/community/community-central-forum/how-to-add-checklist-template-to-record/m-p/3080445#M1109</link>
      <description>&lt;P&gt;Add it to the form by following this remember to place it is a new Section call it Checklist:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://support.servicenow.com/kb?id=kb_article_view&amp;amp;sysparm_article=KB1200163" target="_blank" rel="noopener"&gt;https://support.servicenow.com/kb?id=kb_article_view&amp;amp;sysparm_article=KB1200163&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To hide/view from Client Script code use:&amp;nbsp;&lt;A href="https://developer.servicenow.com/dev.do#!/reference/api/xanadu/client/c_GlideFormAPI#r_GF-SetSectionDisplay_S_B" target="_self"&gt;&lt;SPAN&gt;g_form.setSectionDisplay()&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;e.g.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;To Hide:&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;g_form.setSectionDisplay('checklist', false);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;To Make Visible:&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;g_form.setSectionDisplay('checklist', true);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;IMPORTANT NOTE: In the above the name of your section MUST be &lt;U&gt;all lower case&lt;/U&gt;. If you have spaces in the Section name then replace &lt;SPAN&gt;the &lt;U&gt;first space only in the name with an underscore&lt;/U&gt;, and with the remaining spaces being removed.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2024 15:54:58 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/how-to-add-checklist-template-to-record/m-p/3080445#M1109</guid>
      <dc:creator>Paul Curwen</dc:creator>
      <dc:date>2024-10-22T15:54:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to Add Checklist Template to Record</title>
      <link>https://www.servicenow.com/community/community-central-forum/how-to-add-checklist-template-to-record/m-p/3080465#M1110</link>
      <description>&lt;P&gt;This seems like it is a KB on how to add the checklist to a form initially. I already have my section where the Checklist resides on my form.&lt;/P&gt;&lt;P&gt;I am looking to try and have my catalog request workflow automatically apply the templated checklist I have made to the CHG that is created from the request. Currently the Checklist section is there when the CHG is created, but I have to manually go to the record and load the template to start using it, otherwise it is just a an empty section labeled Checklist.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2024 15:55:59 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/how-to-add-checklist-template-to-record/m-p/3080465#M1110</guid>
      <dc:creator>chrisinhoff</dc:creator>
      <dc:date>2024-10-22T15:55:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to Add Checklist Template to Record</title>
      <link>https://www.servicenow.com/community/community-central-forum/how-to-add-checklist-template-to-record/m-p/3081102#M1111</link>
      <description>&lt;P&gt;Ah, so that can be done, there is a definitive article here on the process which I have used successfully. Basically you create a BR that runs on inset of your Table (with your Conditions) and it dynamically adds the checks from a Checklist Template of your choice to the record:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.servicenowelite.com/blog/2019/1/30/auto-generate-checklists" target="_blank" rel="noopener"&gt;https://www.servicenowelite.com/blog/2019/1/30/auto-generate-checklists&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Oct 2024 08:02:33 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/how-to-add-checklist-template-to-record/m-p/3081102#M1111</guid>
      <dc:creator>Paul Curwen</dc:creator>
      <dc:date>2024-10-23T08:02:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to Add Checklist Template to Record</title>
      <link>https://www.servicenow.com/community/community-central-forum/how-to-add-checklist-template-to-record/m-p/3081811#M1112</link>
      <description>&lt;P&gt;This worked. Thank you very much!&lt;/P&gt;</description>
      <pubDate>Wed, 23 Oct 2024 16:03:07 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/how-to-add-checklist-template-to-record/m-p/3081811#M1112</guid>
      <dc:creator>chrisinhoff</dc:creator>
      <dc:date>2024-10-23T16:03:07Z</dc:date>
    </item>
  </channel>
</rss>

