How to change the number of knowledge articles?

Yu_G
Tera Contributor

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.

1 ACCEPTED SOLUTION

Runjay Patel
Giga Sage

Hi @Yu_G ,

 

No That you can not do with configuration. You can change from KB to what ever you want.

RunjayPatel_0-1730194895981.png

 

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

-------------------------------------------------------------------------

 

View solution in original post

2 REPLIES 2

Hitoshi Ozawa
Giga Sage
Giga Sage

It possible to just change "KB" to "KBM" using "Number Maintenance" but not change prefix based on knowledge base.

Runjay Patel
Giga Sage

Hi @Yu_G ,

 

No That you can not do with configuration. You can change from KB to what ever you want.

RunjayPatel_0-1730194895981.png

 

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

-------------------------------------------------------------------------