Finding a Business Service

A Find function is provided to help you locate a business service in the business service list.

To use the Find function, click the button, or select Find Business Services from the Tools menu. The following field is displayed in the business service list toolbar.

Enter a query path, then click the button (which is activated when you enter a path in the Query path field).

The results of the query are displayed in a new a Query Business Services category in the business service list. For example:

The query path must be in one of the following forms:

  • /Category/**
  • */Category/**

where Category is one or more category names. If you start the query with a / character, the category you name must be at the root level, which is All Business Services. If you start the query with a * (wildcard) character, the category you name can be subordinate to categories in the root level.

The following shows two example queries:

Query 1:

/CustomerService/**

Returns all business services in the CustomerService category that is in the root directory (it must be in the root folder since there is no leading * in the query string):

Query 2:

*/Fields/**

Returns all business services in the Fields category (which must be a subordinate category because of the leading * in the query string):