Interested in a ServiceNow event built for developers? Registration for now[dev]26 is officially open!

Incident Template Data not populating correctly when content contains after =

nameisnani
Giga Sage

Hi Team 

 

 I have this below template 

 

nameisnani_0-1790057513939.png

 

I have applied this template to this incident.

nameisnani_1-1790058094806.png

 

if u see here after = link is not popultating 

 

can any on e please help me 

 

@Ankur Bawiskar please help me 

 

 

14 REPLIES 14

Hi @nameisnani ,

1.href="Place your link here"
2.<a href='#' >"Place the text you want to display it to user"</a>
3.Use target="_blank" if you want to redirect user to new tab else remove it

4.Replace the link in the template with any one of the options below.

## Redirect to new tab
[code]<a href="https://sssn.service-now.com/spnz?id=kb_article&sys_id=987d954f1bdd75503c441f46b04bcb54" target="_blank">Click here to navigate to the KB Article</a>[/code]

## Redirect to same tab
[code]<a href="https://sssn.service-now.com/spnz?id=kb_article&sys_id=987d954f1bdd75503c441f46b04bcb54">Click here to navigate to the KB Article</a>[/code]


5.Your template should look like this:

This incident has been logged to unlock the network account.

Here is a link detailing the process for using Self Service Password Reset & Account Unlock (SSPR).

[code]<a href="https://sssn.service-now.com/spnz?id=kb_article&sys_id=987d954f1bdd75503c441f46b04bcb54" target="_blank">Click here to navigate to the KB Article</a>[/code]

Rakesh_M_0-1790062923715.png

 






 

@Rakesh_M 

 

Same issue 

nameisnani_0-1790069038755.png

 

Result 

still same issue 

nameisnani_1-1790069180657.png

 

I don't know why not complete link is not coming 

can u please attach your template to the incident and check .

HI @nameisnani ,
Its working for me 
Inc comm.gif

Once open any incident , In the comments copy and paste the following ,save the record and check whether its working.

[code]<a href="https://dev4025xx.service-now.com/esc" target="_blank">Click here to navigate to the ESC Portal</a>[/code]

@Rakesh_M 

 

As you sugessted i have updated in template 

nameisnani_0-1790062085849.png

 

 

result

nameisnani_1-1790062398552.png

 

not worked @Rakesh_M 

 

@Ankur Bawiskar need your help

Hi @nameisnani ,

1.Copy and paste this into the Comments field directly and post the comment:


[code]
<a href="https://dev4025xx.service-now.com/esc" target="_blank">Click here to navigate to the ESC Portal</a>[/code]

2.After posting the comment, check whether “Click here to navigate to the ESC Portal” appears as a clickable link and opens the ESC Portal in a new tab.

If this works, the issue template configuration.