Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Where to find "kb_article_list_template"

Stephan S_
Tera Expert

Hi Community,

 

can someone tell me, where i find "kb_article_list_template"?

I found a link to this in the Widget "KnowledgeRelatedArticles". It seems to be a Widget, but i do not find it in the Widget Table...

Thanks a lot!

Best,

Stephan

1 ACCEPTED SOLUTION

Suseela Peddise
Kilo Sage

Hi,

In 'Knowledge Related Articles' it is referring to 'kb-list-widget-template' widget.

See the html in 'Knowledge Related Articles' , it says below

<sp-widget widget="::c.data.template"></sp-widget>

find_real_file.png

template value has passed from server script on the widget

data.template = $sp.getWidget("kb-list-widget-template"

find_real_file.png

 

I hope you are referring to 'kb-list-widget-template' widget.

'kb_article_list_template' in client script refers to Angular ng-templates. It has not used in the widget and I can't find that record in 'sp_ng_template' table as well.

 

Hope this helps.

If I have answered your question, please mark my response as correct and/or helpful.

 

Thanks,

Suseela P.

View solution in original post

4 REPLIES 4

Onkar Pandav
Tera Guru

Suseela Peddise
Kilo Sage

Hi,

In 'Knowledge Related Articles' it is referring to 'kb-list-widget-template' widget.

See the html in 'Knowledge Related Articles' , it says below

<sp-widget widget="::c.data.template"></sp-widget>

find_real_file.png

template value has passed from server script on the widget

data.template = $sp.getWidget("kb-list-widget-template"

find_real_file.png

 

I hope you are referring to 'kb-list-widget-template' widget.

'kb_article_list_template' in client script refers to Angular ng-templates. It has not used in the widget and I can't find that record in 'sp_ng_template' table as well.

 

Hope this helps.

If I have answered your question, please mark my response as correct and/or helpful.

 

Thanks,

Suseela P.

How to make this Knowledge related articles open in new tab ? use _blank where exactly

 

RadZz
Tera Contributor

Hello, 

 

How can I show Knowledge Related Articles in logged in user languages. Where do I change it in the widget and how?

 

TIA 🙂