- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2023 05:39 AM
Hello Geeks, We have recently started configuring Service Operations Workspace in our instances and I was able to configure all the incident related list's in the SOW view as how it shows in the default view.
We have mentioned a filter under affected CI's and Impacted services in default view where we are displaying only the CI's which are not in retired state.
Where as in SOW view, I don't see any filters and more over it's not displaying anything.
When I checked in my PDI, I was able to see the CI's as below.
Upon further investigation, I found below two under sys_declarative_action_assignment table.
But I am not sure whether these are the actual Impacted Service MRA client actions that are being used to populate the related lists or not.
When I opened the client Action, the extension point shows as default and there is no query mentioned over there.
I compared the same with my PDI and it's the same. But there it is displaying the results.
Please help me in understanding where we can find/configure the filter in SOW affected CI's/Impacted Services related list.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-29-2024 05:39 AM
Hello rd063, I was able to resolve it.
In order to make it work, you need to modify/create few things.
1. Add a new extension instance under the extension point
2. I named it as RelatedListAddAffectedCIFilter
code :
It's a script include where you need to mention the condition and return the extensionpointkey. In my case I named it as ADD_AFFECTED_CI_FILTER
3. The newly created extensionpointkey should be used under the specific client action's action payload definition replacing the default with the one that we created.
Please accept the solution and mark it as Helpful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2024 06:34 AM
Hi @Aditya Banka2 , Did you get the solution for it ? Could you please help me if you got the solution ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-29-2024 05:39 AM
Hello rd063, I was able to resolve it.
In order to make it work, you need to modify/create few things.
1. Add a new extension instance under the extension point
2. I named it as RelatedListAddAffectedCIFilter
code :
It's a script include where you need to mention the condition and return the extensionpointkey. In my case I named it as ADD_AFFECTED_CI_FILTER
3. The newly created extensionpointkey should be used under the specific client action's action payload definition replacing the default with the one that we created.
Please accept the solution and mark it as Helpful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2024 07:58 AM
You are a lifesaver
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-29-2024 08:47 AM
Thank you @Aditya Banka2