- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2019 11:11 AM
Hi Guys,
We would like to remove our Business Services and create new ones.
We will still need to be able to run report etc on the old business services.
Is there a way to make Business Service inactive? and avoid deleting.
We don't want users to still be able to select them.
Thanks in advance!
Hinakshi
Solved! Go to Solution.
- Labels:
-
Incident Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2019 12:11 PM
It depends on what you want to filter out exactly. If you just want to show business services where the operational status is 'Operational', then you would add '^operational_status=1' to the end of the line you have in there already. If you want to show all business services where the operational status is not 'Retired' you can add '^operational_status!=6' to the end of the existing line.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2019 12:11 PM
It depends on what you want to filter out exactly. If you just want to show business services where the operational status is 'Operational', then you would add '^operational_status=1' to the end of the line you have in there already. If you want to show all business services where the operational status is not 'Retired' you can add '^operational_status!=6' to the end of the existing line.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2019 12:28 PM
Thanks Mark!