Duplicate knowledge article numbers
- UpdatedDec 23, 2025
- 2 minutes to read
- Zurich
- Knowledge Management
Importing knowledge articles into an instance can create articles with duplicate numbers.
- Navigate to .
- In the Table column, search for and select Knowledge.
- Under Related Links select Number Counter, then update the Number field.
- SelectUpdate.
Importing knowledge articles from another instance or as part of the demo data for another application may introduce an article with a number that is already in use. Because the Knowledge Number field is not uniquely indexed, the import completes without error.
With duplicate knowledge article numbers present, links to article view pages that use the knowledge number can behave inconsistently. For example, if there are two articles with the same Knowledge number KB0000033, the following link may open either of these two articles randomly: kb_view.do?sysparm_article=KB0000033. This can happen in Knowledge search results where clicking on a result opens a different article instead of the article displayed in the search results.
Avoiding duplicate Knowledge article numbers
- Do not import demo data articles in production environment.
- Verify the numbers of the articles to be inserted to make sure they are not already in use.
- Create a before insert business rule on the Knowledge table (kb_knowledge) to ensure the new number is not already in use.
- Navigate to .
- In the Table column, search for and select Knowledge.
- In the Controls related list, in the Number field, update the count to a number greater than the largest value already in the system.
- Click Update.