- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2025 06:43 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2025 09:46 AM - edited 01-26-2025 09:55 AM
I'm not entirely sure what you're asking. If the Root Cause Analysis answer is not useful, you can set it to Inactive:
If you need to keep the OOB Problem Task interceptor and want to create a new one, you can try to specify the sys_id of the wizard you want to use. Just replace path with the sys_id of your interceptor like this:
var wizID = new GlideappWizardIntercept('29f12894534823004247ddeeff7b1222').get();
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2025 09:46 AM - edited 01-26-2025 09:55 AM
I'm not entirely sure what you're asking. If the Root Cause Analysis answer is not useful, you can set it to Inactive:
If you need to keep the OOB Problem Task interceptor and want to create a new one, you can try to specify the sys_id of the wizard you want to use. Just replace path with the sys_id of your interceptor like this:
var wizID = new GlideappWizardIntercept('29f12894534823004247ddeeff7b1222').get();
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2025 10:11 AM
It's a bit more complicated.
Basically they need to let users open an RCA task only when the parent problem is in asses or root cause analysis state.
I didn't find a way to hide that option while on those states, so my colleague suggested me to create a new button "new", and then show only one of them using the condition field.
So for the users there would be only one button, with a different behaviour
I've simplified my question here to only the technical part (kinda...)
Meanwhile I've checked the solution wou've proposed, and the system is working.
The only problem now is that It redirects right into the new record instead of the interceptor with the single question, but I think that is a good compromise.
If you have only one choice, It's useless to leave the users see the interceptor window
Also It keeps the type of the task and also it fills the problem field, so there's the link between problem task and problem.