The CreatorCon Call for Content is officially open! Get started here.

How to apply custom template to knowledge interceptor and apply the template to the new form?

Mark Weber2
Tera Contributor

I have a requirement to add a user created knowledge template to the Article Template Selector. This should open a new knowledge article and apply the template. How do I automatically apply the template to the new record, and build the new target URL? Thanks in advance.

1 ACCEPTED SOLUTION

Ashutosh Munot1
Kilo Patron
Kilo Patron

HI,

We can apply a template using script and at the end we can redirect it to URL which you want:

https://docs.servicenow.com/bundle/london-platform-administration/page/administer/form-administratio...

Thanks,
Ashutosh

View solution in original post

4 REPLIES 4

Ashutosh Munot1
Kilo Patron
Kilo Patron

HI,

We can apply a template using script and at the end we can redirect it to URL which you want:

https://docs.servicenow.com/bundle/london-platform-administration/page/administer/form-administratio...

Thanks,
Ashutosh

Hi @Ashutosh Munot1 ,

Can you please share the solution to apply the template here? The above link does not work.

 

Regards,

Anish

If you still need this, I got a redirect using the original author's link so i just searched for "Scripted Templates" which brought up this result 

 

Hopefully that's enough breadcrumbs in case the url changes again. 

Mark Weber2
Tera Contributor

Thank you, Ashutosh, that is what I needed!