addDependentObject operation
Adds a new object at the specified location 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 to which the dependent object is to be added. Use the getCasePropertyValues operation to obtain the value of the business object property. |
| index | Integer | The index at which the dependent object is to be added. |
| propertyNames | String[] | The names of the properties in the dependent object that is being added. |
| propertyValues | String[] | The values that are to be assigned to the properties in the dependent object. You must
specify a value for every property that is listed in the propertyNames
parameter. For a multiple value property, the property value format is
|