findDependentObjects operation

Finds the indexes of objects that match the specified criteria in a list of dependent objects for a case property of type Business Object.

Parameter Type Description
boPropValue String The value of the case property in which the dependent objects are to be found.

Use the getCasePropertyValues operation to obtain the value of the business object property.

propertyNames String[] The names of the properties that are to be searched for.
propertyValues String[] The values of the properties that are to be searched for. You must specify a value for every property that is listed in the propertyNames parameter.

If you are searching for more than one property, the findDependentObjects operation applies the AND operator to the name-value pairs.

This operation supports only exact matches for both single value and multivalue properties.

For the multiple value property, enter the property value in the following format: {'value1','value2'...}. A match occurs only if the property has the same number of values in the same order.