Regarding ID field in servicenow table with default value
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā06-26-2025 09:03 AM
We have a table in servicenow , In which a column Id is present and whose default value is Get Next Number. can i know the reason why this field is getting duplicates in table even after taking next number?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā06-27-2025 03:24 AM
Not without telling us more.
Is the value set to be unique? Is the next number really the next number (check 'number maintenance'). If, for instance, you already have (old) record in the 10000 range and your 'number maintenance' states that the next number is 7658, you will get the same numbers once you reach that.
Also, importing records from other instances through xml import will just generate duplicates. But we don't know what is happening or what kind of tables you are talking about.
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā06-27-2025 05:18 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā06-27-2025 05:19 AM