How do you call a wizard from a UI Action

steelers75
Kilo Explorer

I am trying to display Knowledge articales that are associated with a Configuration Items.   Has anyone done this before?   I thought that I could use a wizard where it will use the context search based on the CI value.   So I created a button to call that wizard but it seems like that button does not do anything.

2 REPLIES 2

lingamgunta_mah
Kilo Contributor

Hi,


Any update on calling a wizard from an UI action. I also have a similar requirement.



Thanks,


Mahesh.


If you are just looking to open a wizard you can use something like this:



function callWizard(){


  var wiz = "/expert_shell.do?sysparm_sys_id=64282ca62b59160081d4eba217da15c2&sysparm_initial=true;


  window.open(wiz, windowName);


}



The sysparm_sys_id value in the wiz variable is the sys_id of the wizard panel you want to call