<?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: Order Field Value in Developer forum</title>
    <link>https://www.servicenow.com/community/developer-forum/order-field-value/m-p/1637468#M294394</link>
    <description>&lt;P&gt;What is the max length field on the dictionary entry?&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 08 Sep 2015 01:05:27 GMT</pubDate>
    <dc:creator>paulmorris</dc:creator>
    <dc:date>2015-09-08T01:05:27Z</dc:date>
    <item>
      <title>Order Field Value</title>
      <link>https://www.servicenow.com/community/developer-forum/order-field-value/m-p/1637463#M294389</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to ask if there is a certain max value in the Order field because we have tried using values around 1000 - 2000 but it seem to not be working with that values.&lt;/P&gt;&lt;P&gt;In this case, i would like to ask what is the maximum input value for Order field?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Moreover, what is the best practice in using this field?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the help.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Sep 2015 06:22:10 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/order-field-value/m-p/1637463#M294389</guid>
      <dc:creator>blaize</dc:creator>
      <dc:date>2015-09-07T06:22:10Z</dc:date>
    </item>
    <item>
      <title>Re: Order Field Value</title>
      <link>https://www.servicenow.com/community/developer-forum/order-field-value/m-p/1637464#M294390</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;I checked that Order field in Task table is of type INT of max length 11. &lt;span class="lia-inline-image-display-wrapper" image-alt="Screen Shot 2015-09-07 at 7.51.10 PM.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/196366iD849469063C342C0/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2015-09-07 at 7.51.10 PM.png" alt="Screen Shot 2015-09-07 at 7.51.10 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Moreover, it is given that max. value of &lt;SPAN style="color: #222222; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif; font-size: 13px; background-color: #eeeeee;"&gt;2147483647 &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;is allowed. Check this link&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;A title="ackoverflow.com/questions/7171312/what-is-the-max-number-if-i-store-int255-in-mysql" href="http://stackoverflow.com/questions/7171312/what-is-the-max-number-if-i-store-int255-in-mysql"&gt;http://stackoverflow.com/questions/7171312/what-is-the-max-number-if-i-store-int255-in-mysql&lt;/A&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Sep 2015 14:29:46 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/order-field-value/m-p/1637464#M294390</guid>
      <dc:creator>yetesh_ch</dc:creator>
      <dc:date>2015-09-07T14:29:46Z</dc:date>
    </item>
    <item>
      <title>Re: Order Field Value</title>
      <link>https://www.servicenow.com/community/developer-forum/order-field-value/m-p/1637465#M294391</link>
      <description>&lt;P&gt;Hi Blaize,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Normally Integer fields maps to MYSQL Integers(11 digits)&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;so it should not impact the functionality with the values you have chosen. &amp;nbsp; &amp;nbsp; &amp;nbsp; It might be that other conflicting Rules overriding the functionality. &lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;As the Best Practice goes, Normally i never saw any implementations that require pretty huge values. 1-1000 should be fine enough.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;STRONG&gt;Thanks&lt;/STRONG&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Srinivas&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Sep 2015 14:31:24 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/order-field-value/m-p/1637465#M294391</guid>
      <dc:creator>srinivasthelu</dc:creator>
      <dc:date>2015-09-07T14:31:24Z</dc:date>
    </item>
    <item>
      <title>Re: Order Field Value</title>
      <link>https://www.servicenow.com/community/developer-forum/order-field-value/m-p/1637466#M294392</link>
      <description>&lt;P&gt;Hi Yetesh, &lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;thanks for the response, but in our dev, we have tried using values for 21 variables ranging from 100- 2000 for value in order. When we go to the requested catalog item, some of the fields are not being displayed. not until we change the value of the order same as seen in the screenshot below:&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="order.PNG"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/196372i1398B186A6623C06/image-size/large?v=v2&amp;amp;px=999" role="button" title="order.PNG" alt="order.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Using the updated order value as seen above, all the fields are now visible. what could have been the problem with the order value? &lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Thanks for the help.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Sep 2015 00:21:52 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/order-field-value/m-p/1637466#M294392</guid>
      <dc:creator>blaize</dc:creator>
      <dc:date>2015-09-08T00:21:52Z</dc:date>
    </item>
    <item>
      <title>Re: Order Field Value</title>
      <link>https://www.servicenow.com/community/developer-forum/order-field-value/m-p/1637467#M294393</link>
      <description>&lt;P&gt;Hi Srinivas,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;thanks for the response, you may also look at my response to Yetesh if you have any idea of the issue we encountered.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Sep 2015 00:22:39 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/order-field-value/m-p/1637467#M294393</guid>
      <dc:creator>blaize</dc:creator>
      <dc:date>2015-09-08T00:22:39Z</dc:date>
    </item>
    <item>
      <title>Re: Order Field Value</title>
      <link>https://www.servicenow.com/community/developer-forum/order-field-value/m-p/1637468#M294394</link>
      <description>&lt;P&gt;What is the max length field on the dictionary entry?&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Sep 2015 01:05:27 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/order-field-value/m-p/1637468#M294394</guid>
      <dc:creator>paulmorris</dc:creator>
      <dc:date>2015-09-08T01:05:27Z</dc:date>
    </item>
    <item>
      <title>Re: Order Field Value</title>
      <link>https://www.servicenow.com/community/developer-forum/order-field-value/m-p/1637469#M294395</link>
      <description>&lt;P&gt;Hi Paul,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;There is no max length indicated in the dictionary as seen below:&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="dictionary.PNG"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/196371iF25C56EB8B87E08C/image-size/large?v=v2&amp;amp;px=999" role="button" title="dictionary.PNG" alt="dictionary.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Sep 2015 01:16:06 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/order-field-value/m-p/1637469#M294395</guid>
      <dc:creator>blaize</dc:creator>
      <dc:date>2015-09-08T01:16:06Z</dc:date>
    </item>
    <item>
      <title>Re: Order Field Value</title>
      <link>https://www.servicenow.com/community/developer-forum/order-field-value/m-p/1637470#M294396</link>
      <description>&lt;P&gt;Open the context menu (Right Click on banner) and navigate to 'Show XML'.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Browse down the XML tree until you find &amp;lt;max_length&amp;gt; as shown below.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="2015-09-08_9-18-03.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/196368i712EBADB02344025/image-size/large?v=v2&amp;amp;px=999" role="button" title="2015-09-08_9-18-03.png" alt="2015-09-08_9-18-03.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;If you want to change this value, open a list of records for the table in question.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Personalize the list and add the max length field and increase the value via a cell edit for the field in question.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;I've seen Fuji do some weird things around defaulting the max length value to be lower than what is practical.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Sep 2015 01:22:04 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/order-field-value/m-p/1637470#M294396</guid>
      <dc:creator>paulmorris</dc:creator>
      <dc:date>2015-09-08T01:22:04Z</dc:date>
    </item>
    <item>
      <title>Re: Order Field Value</title>
      <link>https://www.servicenow.com/community/developer-forum/order-field-value/m-p/1637471#M294397</link>
      <description>&lt;P&gt;Hi Paul,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Max length is 40, what does this mean? is it 40 digit number? if it is 40 digit number then why does the 2000 values not being accepted?&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Sep 2015 01:26:04 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/order-field-value/m-p/1637471#M294397</guid>
      <dc:creator>blaize</dc:creator>
      <dc:date>2015-09-08T01:26:04Z</dc:date>
    </item>
    <item>
      <title>Re: Order Field Value</title>
      <link>https://www.servicenow.com/community/developer-forum/order-field-value/m-p/1637472#M294398</link>
      <description>&lt;P&gt;You may have a Catalog Client Script or UI Policy that is hiding a container and some of your variables are numerically within that container.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;As for numbering, I like to use large numbers because that gives you flexibility to add in variables without having to renumber a bunch of them. &amp;nbsp; I'll usually number variables within a section/container within 1,000 or 10,000 intervals, so the first section would start at 1,000, the next 2,000 and so on (or 10,000 and 20,000). &amp;nbsp; For the variables within the sections, depending on how many I already know I need, will be numbered in increments of 50 or 100.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Sep 2015 01:41:07 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/order-field-value/m-p/1637472#M294398</guid>
      <dc:creator>Jim Coyne</dc:creator>
      <dc:date>2015-09-08T01:41:07Z</dc:date>
    </item>
    <item>
      <title>Re: Order Field Value</title>
      <link>https://www.servicenow.com/community/developer-forum/order-field-value/m-p/1637473#M294399</link>
      <description>&lt;P&gt;Hi Blaize,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Try changing the Max length value to 256 first and then try to put it to the bigger value after.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Sep 2015 01:42:05 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/order-field-value/m-p/1637473#M294399</guid>
      <dc:creator>Pradeep Sharma</dc:creator>
      <dc:date>2015-09-08T01:42:05Z</dc:date>
    </item>
    <item>
      <title>Re: Order Field Value</title>
      <link>https://www.servicenow.com/community/developer-forum/order-field-value/m-p/1637474#M294400</link>
      <description>&lt;P&gt;Hi Blaize,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Thanks for the update. I don't see any issue with the UI policy. However I think there might be other client scripts on the form which might be conflicting. Can you please check for the same once.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Sep 2015 01:43:23 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/order-field-value/m-p/1637474#M294400</guid>
      <dc:creator>Pradeep Sharma</dc:creator>
      <dc:date>2015-09-08T01:43:23Z</dc:date>
    </item>
    <item>
      <title>Re: Order Field Value</title>
      <link>https://www.servicenow.com/community/developer-forum/order-field-value/m-p/1637475#M294401</link>
      <description>&lt;P&gt;Hi Pradeep, &lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;We have deactivated all scripts that may be conflicting the form, so as all views, but still the issue is the same. &lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Sep 2015 06:42:20 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/order-field-value/m-p/1637475#M294401</guid>
      <dc:creator>blaize</dc:creator>
      <dc:date>2015-09-08T06:42:20Z</dc:date>
    </item>
    <item>
      <title>Re: Order Field Value</title>
      <link>https://www.servicenow.com/community/developer-forum/order-field-value/m-p/1637476#M294402</link>
      <description>&lt;P&gt;Hi Blaize,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;I have tried and a value of 100,000 in order field is working for me. &lt;span class="lia-inline-image-display-wrapper" image-alt="Screen Shot 2015-09-08 at 1.21.13 PM.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/196380iE20B6A7E975DCD03/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2015-09-08 at 1.21.13 PM.png" alt="Screen Shot 2015-09-08 at 1.21.13 PM.png" /&gt;&lt;/span&gt; &lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;There is difference between max length in ServiceNow and max length in MySQL. In ServiceNow, it defines a limit on value of a String field. But in MySQL, it is a limit on number of digits. Read the info displayed at top in the image below.&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Screen Shot 2015-09-08 at 1.23.36 PM.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/196370iC170823CD61E48EF/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2015-09-08 at 1.23.36 PM.png" alt="Screen Shot 2015-09-08 at 1.23.36 PM.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Sep 2015 08:02:02 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/order-field-value/m-p/1637476#M294402</guid>
      <dc:creator>yetesh_ch</dc:creator>
      <dc:date>2015-09-08T08:02:02Z</dc:date>
    </item>
  </channel>
</rss>

