We're reclaiming inactive PDIs to keep them available for active builders. Learn what's changing, who's affected, and how to protect your work. Read More

Add new change type to Interceptor

Akshay14
Tera Guru

Hello All,

 

I am tyring to add new change type to interceptor in my personal instance(just for experimentation). I am referring ServiceNow product documentation for the same, however I am not able to add type to interceptor. 

document says to select "Simple question to redirect the URL".

find_real_file.png

But when I follow given path and open interceptor to add new type, I don't see option "Simple question to redirect the URL".

 

find_real_file.png

Thanks,

Akshay

 

 

 

 

1 ACCEPTED SOLUTION

Paul Curwen
Giga Sage

Use:

Ask the user to make a selection

 

Then fill out the following:

Name = Direct to 'your text here'

Uaer Prompt = Text you want the user to see and click on

Target URL = something like 'change_request.do?sys_id=-1&sysparm_query=type=emergency'

Type = Answer

 

Version Kingston. 

 

***If Correct/Helpful please take time mark as Correct/Helpful. It is much appreciated.***

Regards

Paul

View solution in original post

4 REPLIES 4

sebastian_g_snc
ServiceNow Employee

Hi Akshay,

which ServiceNow release are you running?

Regards

Hi Sebastian,

 

I am using Kingston release.

 

Thanks,

Akshay

Paul Curwen
Giga Sage

Use:

Ask the user to make a selection

 

Then fill out the following:

Name = Direct to 'your text here'

Uaer Prompt = Text you want the user to see and click on

Target URL = something like 'change_request.do?sys_id=-1&sysparm_query=type=emergency'

Type = Answer

 

Version Kingston. 

 

***If Correct/Helpful please take time mark as Correct/Helpful. It is much appreciated.***

Regards

Paul

Hi Paul,

 

Thanks for reply.

 

Your solution worked for me when I performed it as below.

 

Name = Direct to 'your text here'

User Prompt = Text you want the user to see and click on

find_real_file.png

Save the form first and then Target URL field appeared on the form(See below screen shot).

 

find_real_file.png

Target URL = something like 'change_request.do?sys_id=-1&sysparm_query=type=emergency'

Type = Answer

 

 

Thanks,

Akshay