- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2025 07:52 AM
Hello Community!!
I've a custom table in global scope with Number field on it , we are just setting up this table where user will be manually creating an entry.
This table will be shows under related list of Table - Incident in ITSM.
For this table we have prefix and Number of digits details mentioned under Number Maintenance
Number starts with 10,001 and it has 7 digits and let's assume prefix is ABCD.
Field Number will look like this --ABCD0010001.
And my query is if I reach ABCD1999999, which is last number is 7 digit series, will ServiceNow automatically add extra 0 at take the next series or I need to take any care while designing it.
Happy Friday!
Thanks,
Linda
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2025 11:47 PM
Hi @linda_richards ,
Your numbering will grow to 8 digits when all numbers are consumed automatically:
Best regards,
Joni
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2025 11:47 PM
Hi @linda_richards ,
Your numbering will grow to 8 digits when all numbers are consumed automatically:
Best regards,
Joni
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2025 03:21 AM
Hello @linda_richards
- The last number in the 7-digit series will be ABCD9999999, which is already a very large number.
- However, if all 7-digit numbers are exhausted, ServiceNow will automatically continue the sequence with ABCD10000001 (8 digits), ensuring unique numbering without requiring manual adjustments.
Screenshot from Add auto-numbering records in a table
Hope this helps!
"If you found my answer helpful, please like and mark it as an "accepted solution". It helps future readers to locate the solution easily and supports the community!"
Thank You
Juhi Poddar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2025 07:00 AM
Thank you Joni and Juhi for the response. It has cleared my doubt.
Thanks again! Have good weekend!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2025 07:39 AM
Hello @linda_richards
Thank you for marking my response as helpful.
As per the new community guidelines, you can mark multiple response as an accepted solution.
Could you please mark my response as an accepted solution?
Thank You
Juhi Poddar