createNewDependentObject operation
Creates a pending instance of the specified dependent object class to use as the starting value for a new case property. If you want, you can then use addDependentObject operation to add more values. You assign the collected values as the value of a business object property when you create a case.
| Parameter | Type | Description |
|---|---|---|
| requiredClassName | String | The name of the dependent object class from which this instance is to be created. |
| propertyNames | String[] | The names of the properties in the new dependent object instance. |
| propertyValues | String[] | The new values that are to be assigned to the properties in the new dependent object
instance. 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 |