- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2024 01:55 AM
Hi everyone,
The number of knowledge articles usually starts with KB.
Is there any way to change it into customized word?
For example,if the article is from [My] knowledge base, the number of it will be KBM+string of numbers.
If the article is from [Group] knowledge base, the number of it will be KBG+string of numbers.
Thank you very much.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2024 02:45 AM
Hi @Yu_G ,
No That you can not do with configuration. You can change from KB to what ever you want.
Using customization you can do, Follow below step.
1. Create one new field which hold Number based on your logic.
2. Write after BR and set custom number field based on you logic.
3. To get the actual count you have to create two property which hold your current number of KBM and KBG.
4. Read this property and update in new field.
-------------------------------------------------------------------------
If you found my response helpful, please consider selecting "Accept as Solution" and marking it as "Helpful." This not only supports me but also benefits the community.
Regards
Runjay Patel - ServiceNow Solution Architect
YouTube: https://www.youtube.com/@RunjayP
LinkedIn: https://www.linkedin.com/in/runjay
-------------------------------------------------------------------------

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2024 02:17 AM
It possible to just change "KB" to "KBM" using "Number Maintenance" but not change prefix based on knowledge base.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2024 02:45 AM
Hi @Yu_G ,
No That you can not do with configuration. You can change from KB to what ever you want.
Using customization you can do, Follow below step.
1. Create one new field which hold Number based on your logic.
2. Write after BR and set custom number field based on you logic.
3. To get the actual count you have to create two property which hold your current number of KBM and KBG.
4. Read this property and update in new field.
-------------------------------------------------------------------------
If you found my response helpful, please consider selecting "Accept as Solution" and marking it as "Helpful." This not only supports me but also benefits the community.
Regards
Runjay Patel - ServiceNow Solution Architect
YouTube: https://www.youtube.com/@RunjayP
LinkedIn: https://www.linkedin.com/in/runjay
-------------------------------------------------------------------------