Making Business Service Inactive

hinakshi
Giga Contributor

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

 

1 ACCEPTED SOLUTION

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.

View solution in original post

6 REPLIES 6

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.

hinakshi
Giga Contributor

Thanks Mark!