Interceptor: passing dynamic values using Interceptor’s Target URL or Script field

rhiannone1
Kilo Contributor

I have the following set up, from a Problem you are able to raise a related Change request using a UI Action form link. The Problem needs to be assigned to the raised Change request. I am using an Interceptor so the resolver has a choice in the type of Change request raised, e.g. emergency, standard etc.

Currently, I am unable to pass the sys_id of the Problem to the Change request. How can the sys_id of the Problem be passed using the interceptor form, either in the Target URL field (using a script include for example) or via the Script field?

Thanks

Rhiannone

6 REPLIES 6

Tushar Sharma2
Kilo Guru

Could you please explain your requirement using screenshots.

 

Regards,

Tushar

rhiannone1
Kilo Contributor

Hi Tushar

These are the steps a user would follow. Starting from a Problem:

find_real_file.png

Clicking the link will take the user/resolver to the change request interceptor interface with the choice of links:

find_real_file.png

Clicking one of the links will take the user/resolver to a new Change Request record were he can capture details.

find_real_file.png

Saving the Change Request will add the Problem to the Change request Problem related records tab:

find_real_file.png

 

Hope this helps

 

 

Tushar Sharma2
Kilo Guru

Hi,

 

Thank  you for providing the detailed description with screenshot.

As much as i understand that you have created a ui action with related link on the problem table and when you click on that it will redirect you to the change interceptor to create a request.

 

As far as i know when it will redirect to interceptor it doesn't carry any problem id because we are redirecting it to wizard page of interceptor and when we click on any link on the same interceptor questions it will again redirect you to change form.

Instead you can use out of the box UI action (Create Normal Change, Create Emergency Change) as a form link which will work as same as when you click from header itself. You need to update UI action with 'Form Link' checked and it will show you in the related list of the problem form.

find_real_file.png

 

 find_real_file.png

 

 

Hit Like or Correct on the impact of response.

-Tushar

Hardik Panchal
Mega Guru

Hello @rhiannone

Did you get a solution for this???