- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a week ago
Hi Team,
I would like to change the Incident number prefix from INC to XYZ.
For example:
Current Incident Number: INC0000012
Required Incident Number: XYZ0000012
Can anyone please guide me on how to configure this in ServiceNow?
Thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a week ago
Hello @sparit3737 ,
Navigate to System Definition > Number Maintenance :
and search for INC and modify..
If my response helped mark as helpful and accept the solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a week ago
Hi @sparit3737,
Follow below:
- Navigate to System Definition > Number Maintenance
- Search > INC or Table > Incident
- Change the Prefix with your requirement
Note: It's not a best practice to change the OOTB Tables.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a week ago
✅ How to Change Incident Prefix (INC → XYZ) in ServiceNow
In ServiceNow, the Incident number (e.g., INC0000012) is generated using the Auto-numbering configuration on the Incident table.
✅ Steps to change prefix
- Navigate to:
System Definition → Tables
- Search and open:
Incident [incident]
Go to the Controls tab
Locate the Prefix field
Update:
Prefix = XYZ
- Click Update
✅ Reference Screenshot
Below is the exact location where you need to update the prefix:
👉 In the screenshot:
- The Prefix field (highlighted in red) currently shows INC
- You need to change it to XYZ
✅ Result
- New incidents will be generated like:
XYZ0000013 XYZ0000014
⚠️ Important Notes
- Existing records (e.g., INC0000012) will NOT change
- Only new incidents will use the updated prefix
- Test this change in lower environments first
- Ensure no integrations or reports depend on the INC prefix
✅ Quick Summary
| Location | Incident Table → Controls tab |
| Field | Prefix |
| Change | INC → XYZ |
| Impact | Only new records |
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a week ago
✅ How to Change Incident Prefix (INC → XYZ) in ServiceNow
In ServiceNow, the Incident number (e.g., INC0000012) is generated using the Auto-numbering configuration on the Incident table.
✅ Steps to change prefix
- Navigate to:
System Definition → Tables
- Search and open:
Incident [incident]
Go to the Controls tab
Locate the Prefix field
Update:
Prefix = XYZ
- Click Update
✅ Reference Screenshot
Below is the exact location where you need to update the prefix:
👉 In the screenshot:
- The Prefix field (highlighted in red) currently shows INC
- You need to change it to XYZ
✅ Result
- New incidents will be generated like:
XYZ0000013 XYZ0000014
⚠️ Important Notes
- Existing records (e.g., INC0000012) will NOT change
- Only new incidents will use the updated prefix
- Test this change in lower environments first
- Ensure no integrations or reports depend on the INC prefix
✅ Quick Summary
| Location | Incident Table → Controls tab |
| Field | Prefix |
| Change | INC → XYZ |
| Impact | Only new records |