Setting Auto increment value to field on Catalog form
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2020 09:57 PM
Hi Everyone,
i have created one field(number) in Catalog form.
now my requirement is, to make that field Auto Incremented field Just like Incident number field in Incident Table.
if anyone knows, please let me know.
Thank you

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2020 10:00 PM
Hi there,
Unfortunately, you can't use the auto number for this. Because there can only be one auto number on a table. So you need to setup this manually.
What kinda auto number is it? Should it already be populated on display? Or just on save? Are missing numbers allowed or should there now gaps between the numbers? Etcetera.
If my answer helped you in any way, please then mark it as helpful.
Kind regards,
Mark
2020 ServiceNow Community MVP
2020 ServiceNow Developer MVP
---
LinkedIn
Community article list
Kind regards,
Mark Roethof
Independent ServiceNow Consultant
10x ServiceNow MVP
---
~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2020 10:34 PM
Hi Mark,
i am also having only one field(number) in the form(catalog form),i need to set up Auto increment for that field only
Thank you

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2020 11:00 PM
So did you try setting up a auto number? Or is your question that you are unaware of how this works?
If you go to the table, under section "Controls" select "Auto-number".
On save, automatically a Number column will be created.
When opening new records, the auto-number will be applied. On existing records, obviously you have to decide yourself if you are updating the data or not.
If my answer helped you in any way, please then mark it as helpful.
Kind regards,
Mark
2020 ServiceNow Community MVP
2020 ServiceNow Developer MVP
---
LinkedIn
Community article list
Kind regards,
Mark Roethof
Independent ServiceNow Consultant
10x ServiceNow MVP
---
~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2020 11:11 PM
Hi Mark,
Thank you for responding
let me clearly explain you my requirement,
1)Can i have a variable on catalog item form which is auto generated just as incident number?
if yes, then how to do that one
Thank you
Aswartha