<?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 Changing the Status Field values in Developer forum</title>
    <link>https://www.servicenow.com/community/developer-forum/changing-the-status-field-values/m-p/1584686#M241612</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have a requirement to change the status values in ServiceNow in one of the applications.&lt;/P&gt;&lt;P&gt;If I change the status names or values, will this break anything?&lt;/P&gt;&lt;P&gt;In the Form Design, I see Draft [-5] and again Draft [-6]. &amp;nbsp; What does this mean? &lt;/P&gt;</description>
    <pubDate>Wed, 26 Aug 2015 15:44:48 GMT</pubDate>
    <dc:creator>tekkytommy</dc:creator>
    <dc:date>2015-08-26T15:44:48Z</dc:date>
    <item>
      <title>Changing the Status Field values</title>
      <link>https://www.servicenow.com/community/developer-forum/changing-the-status-field-values/m-p/1584686#M241612</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have a requirement to change the status values in ServiceNow in one of the applications.&lt;/P&gt;&lt;P&gt;If I change the status names or values, will this break anything?&lt;/P&gt;&lt;P&gt;In the Form Design, I see Draft [-5] and again Draft [-6]. &amp;nbsp; What does this mean? &lt;/P&gt;</description>
      <pubDate>Wed, 26 Aug 2015 15:44:48 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/changing-the-status-field-values/m-p/1584686#M241612</guid>
      <dc:creator>tekkytommy</dc:creator>
      <dc:date>2015-08-26T15:44:48Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the Status Field values</title>
      <link>https://www.servicenow.com/community/developer-forum/changing-the-status-field-values/m-p/1584687#M241613</link>
      <description>&lt;P&gt;Hi Tom,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;If you change the existing label value then make sure corresponding change is done in any script which might be using this field.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 26 Aug 2015 15:54:06 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/changing-the-status-field-values/m-p/1584687#M241613</guid>
      <dc:creator>Pradeep Sharma</dc:creator>
      <dc:date>2015-08-26T15:54:06Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the Status Field values</title>
      <link>https://www.servicenow.com/community/developer-forum/changing-the-status-field-values/m-p/1584688#M241614</link>
      <description>&lt;P&gt;Hi Tom,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;I can only agree with Pradeep but also take into account which tables make use of the status field. It can be that for example 5 tables all use the same status field. So changing the value can cause wrong statuses across multiple applications.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Also there's a possible impact on all kinds of OOB scripts which look at the value of status fields.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Sometimes it's a good option to define new choices on a choice list for a particular table/field. This way you override the existing choices.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Plus; keep in mind of redefining your active/inactive states in case of changing/add new values: &lt;A href="http://wiki.servicenow.com/index.php?title=TaskStateUtil#gsc.tab=0" title="http://wiki.servicenow.com/index.php?title=TaskStateUtil#gsc.tab=0"&gt;TaskStateUtil - ServiceNow Wiki&lt;/A&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Stijn&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 26 Aug 2015 15:58:23 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/changing-the-status-field-values/m-p/1584688#M241614</guid>
      <dc:creator>Stijn Verhulst3</dc:creator>
      <dc:date>2015-08-26T15:58:23Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the Status Field values</title>
      <link>https://www.servicenow.com/community/developer-forum/changing-the-status-field-values/m-p/1584689#M241615</link>
      <description>&lt;P&gt;The Status fields I am referring to are in Release Management. To modify the Status field, I selected: &amp;nbsp; Configure, then Form Design. &amp;nbsp; &lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;When I see Draft [5], On Hold[11] - what does the number mean? Does the number indicate that 5 tables reference the &amp;lt;Draft Status&amp;gt;? Should I hide the out-of-box Status and create a new Status field? &lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Is there a way to find out if there are any OOB scripts associated with this field?&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 26 Aug 2015 17:02:53 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/changing-the-status-field-values/m-p/1584689#M241615</guid>
      <dc:creator>tekkytommy</dc:creator>
      <dc:date>2015-08-26T17:02:53Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the Status Field values</title>
      <link>https://www.servicenow.com/community/developer-forum/changing-the-status-field-values/m-p/1584690#M241616</link>
      <description>&lt;P&gt;HI Tom,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Number here indicates the choice value for the state field. However you can make the field "State" choice value inactive and create a new choice values in the same field state.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 26 Aug 2015 17:07:40 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/changing-the-status-field-values/m-p/1584690#M241616</guid>
      <dc:creator>Pradeep Sharma</dc:creator>
      <dc:date>2015-08-26T17:07:40Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the Status Field values</title>
      <link>https://www.servicenow.com/community/developer-forum/changing-the-status-field-values/m-p/1584691#M241617</link>
      <description>&lt;P&gt;Hi Tom,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;there sure is a way to find out. A trick I apply to find scripts which affect a certain field is searching for Business Rules, Client Scripts, etc... which have the name of the field defined in their condition/script fields. Or you can also search for the number, which represents the value of the &lt;EM&gt;state&lt;/EM&gt; field, in the mentioned fields.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Sometimes however you need to check manually; for example Business Rule can alter certain fields via the &lt;EM&gt;Actions&lt;/EM&gt; tab in case you're not using a script.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Stijn&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Aug 2015 09:07:36 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/changing-the-status-field-values/m-p/1584691#M241617</guid>
      <dc:creator>Stijn Verhulst3</dc:creator>
      <dc:date>2015-08-27T09:07:36Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the Status Field values</title>
      <link>https://www.servicenow.com/community/developer-forum/changing-the-status-field-values/m-p/1584692#M241618</link>
      <description>&lt;P&gt;And before you set any existing state value as inactive, please check once if any of the records is having the same status value. The status value will not be lost but it would appear in blue in list view of the table...&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Aug 2015 09:16:48 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/changing-the-status-field-values/m-p/1584692#M241618</guid>
      <dc:creator>Kalaiarasan Pus</dc:creator>
      <dc:date>2015-08-27T09:16:48Z</dc:date>
    </item>
  </channel>
</rss>

