How do you call a wizard from a UI Action
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2015 04:40 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2016 06:20 AM
Hi,
Any update on calling a wizard from an UI action. I also have a similar requirement.
Thanks,
Mahesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2016 08:24 AM
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