getCasePropertyNames operation
Returns a list of the names of the properties in a case. This operation is a prerequisite for the createCase operations.
| Parameter | Type | Description |
|---|---|---|
| caseId | String | The identifier of the case. You must set the expression for the caseID parameter to the F_CaseFolder business object field in the Expression Builder window. |
| caseType | String | The case type to be used. |
| return_value | String[] | The CasePropertyNames value is an array of strings, containing the property names of the case. This return value is used by the createCase operations and the getCasePropertyValues operation. |