removeDependentObject operation
Removes the object at the specified index from a list of dependent objects for a case property of type Business Object.
| Parameter | Type | Description |
|---|---|---|
| boPropValue | String | The value of the case property from which the dependent object is to be removed. Use the getCasePropertyValues operation to obtain the value of the business object property. |
| index | Integer | The index of the dependent object that is to be removed. Use the findDependentObjects operation to get the index of the dependent object. |