HRSD | After transferring HR case, new case number is lower than current case number
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2023 11:26 PM - edited 10-04-2023 10:49 AM
If i transfer current case (assume HRC0001007) then new number should be greater than HRC0001007 but thats not happening, it will create new case but the number will be lower than HRC0001007 (assume HRC0001004). I think it is filling out gap. How can i fix this issue..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2024 01:26 PM
@IAmIshan did you ever figure this out? We just implemented HRSD and are experiencing the same issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2024 01:15 PM
@IAmIshan could you find what was the issue and the solution?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2024 01:18 PM
@IAmIshan did you find what was the issue and the solution?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2024 05:59 PM - edited 10-01-2024 08:07 PM
@IAmIshan why is this an issue? The number will usually be incremental, but there may be unused numbers that will be used first (first free number ascending). The system will reserve a number when you create a new case, but not use it if the case is not saved (I think 🙂). You can also possibly delete records, leaving free numbers.
More information about numbering can be found here...
Record numbering (servicenow.com)
Preventing number gaps can be found here...
Prevent numbering gaps (servicenow.com)
From the docs above...
Role required: admin
About this task
When records are created but not saved, a gap in the numbering is created. You can prevent these numbering gaps by generating numbers only when records are saved.
Procedure
- Navigate to All > System Properties > System.
- Set the property Assign a task number only upon insert (prevents unused numbers), glide.itil.assign.number.on.insert, to true.
- Click Save.
Hope this helps.