Business Application without Application Services - filtering out Retired
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2023 06:46 AM
We are well on our way in our journey of the Crawl Phase. However we I need to understand how to filter out "Retired" Business Applications from needing to have an Application Services created or recognized by the CSDM Data Foundational Dashboard's "Business Application without Application Services" Performance Analytic.
- 1,505 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2023 05:53 AM
Lastly, in this case you must create a Script Include that does this filter for you. In the servcenow community, there are some examples of scripts like this, so you have to research it correctly to meet your needs.
Because building the script involves searching the table, reading the column that stores the statuses and creating conditions that compare the statuses of the desired record to show in your filter.
I have helped in something.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2024 08:58 AM
While I appreciate you offering insight. You did not offer anything we didn't already think about nor did you offer any links to examples. I had and have already searched the community that there was nothing substantial just more insight that walked me back to the same question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2023 11:17 PM
The smartest way would be to create indicator breakdowns in Performance Analytics. If you are not familiar with PA, a very simple solution would be to create a report based on the table "sn_getwell_biz_app_missing_app_svc". If you use this table, you just have to set a filter condition like we did in the screenshot attached. Then you will lose the nice Performance Analytics timeline in the Analytics Hub, but you will get the results filtered out you are looking for.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2024 09:00 AM
This is not a solution... I already know how PA works. I'm trying to find out what script/rule/schedule job is creating or populating this table. I need to stop it at it's creation or addition to the table itself.