- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-05-2017 08:35 AM
We noticed recently that our Incident numbers have grown beyond the halfway point of six-figures. What happens when our Incident number reaches 999999? Do we roll into 1000000?
Solved! Go to Solution.
- Labels:
-
Incident Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-05-2017 09:30 AM
When you get to the end of your six digit numbering, the incident that follows INC999999 is INC1000000. The number will continue, it will just be a little longer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-05-2017 08:50 AM
Chuck,
Yes, your fingerprints are on the number maintenance records for April of 2010.
Good to know that it will just start using 7 digits. When it gets there, what will the INC number be? INC0000001, INC0000001, INC1000000, or something else?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-05-2017 09:30 AM
When you get to the end of your six digit numbering, the incident that follows INC999999 is INC1000000. The number will continue, it will just be a little longer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-05-2017 08:39 AM
it depends on the table numbering setup... look at the "number Maintenence" application in your nav menu and it will tell you how many digits your table is set to.. if you come close to that you will need to increase it.. which, if i am not mistaken, causes the table to be renumbered and reindexed <Read as a VERY long release night>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-07-2018 10:57 PM
Hi,
We've finally hit the 1,000,000 mark in the INC ticket numbers! Unfortunately, when you are ordering your view by ticket number ascending/descending, it goes in ASCII order.
But this is going to make it increasingly difficult for users of ServiceNow at the time of sorting the numbers in descending of ascending order. If you order the view descending, it shows up numbers starting from 999999, 999998, 999997.....
Is this possible to view numbers as 1000010, 1000009, 1000008.....like this?
Thanks,
Neeta Patil

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-08-2018 04:40 AM
Short answer - no - it's a string field and the string fields are going to sort that way. All computers do that.
Go to System Definition> Number Maintenance, locate the INC record and change the number of digits from 7 to 8 or 9 and you'll get padded 0s and be able to sort.