<?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 Incindents using templates in Community Central forum</title>
    <link>https://www.servicenow.com/community/community-central-forum/incindents-using-templates/m-p/3118834#M1751</link>
    <description>&lt;P&gt;Hello, when creating an Incident Template, can you lock down the short description field as to block people from altering any information.&lt;/P&gt;</description>
    <pubDate>Tue, 03 Dec 2024 19:54:14 GMT</pubDate>
    <dc:creator>paulparment</dc:creator>
    <dc:date>2024-12-03T19:54:14Z</dc:date>
    <item>
      <title>Incindents using templates</title>
      <link>https://www.servicenow.com/community/community-central-forum/incindents-using-templates/m-p/3118834#M1751</link>
      <description>&lt;P&gt;Hello, when creating an Incident Template, can you lock down the short description field as to block people from altering any information.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Dec 2024 19:54:14 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/incindents-using-templates/m-p/3118834#M1751</guid>
      <dc:creator>paulparment</dc:creator>
      <dc:date>2024-12-03T19:54:14Z</dc:date>
    </item>
    <item>
      <title>Re: Incindents using templates</title>
      <link>https://www.servicenow.com/community/community-central-forum/incindents-using-templates/m-p/3118979#M1752</link>
      <description>&lt;P&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/821804"&gt;@paulparment&lt;/a&gt;&amp;nbsp;You can create an onChange client script on the short description field and check isTemplate flag inside it. If the isTemplate is true you can set the short description field to read only g_form.setReadOnly('short_description',true);&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;function onChange(control, oldValue, newValue, isLoading,isTemplate) {
  if (isLoading || newValue == '') {
    return;
  }
if(isTemplate){
g_form.setReadOnly('short_description',true);
}
}&lt;/LI-CODE&gt;
&lt;P&gt;Hope this helps.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Dec 2024 01:53:37 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/incindents-using-templates/m-p/3118979#M1752</guid>
      <dc:creator>Sandeep Rajput</dc:creator>
      <dc:date>2024-12-04T01:53:37Z</dc:date>
    </item>
  </channel>
</rss>

