External DocumentationTo learn more, visit the Cherwell documentation.
Actions
Create Case
Create a new business object record.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Business Object ID | The ID of the business object type. Can be obtained from the List Business Objects action. |
| Fields | The fields to set on the new record, as a JSON array. For more information on fields refer to Cherwell documentation. For example: |
| Parameter | Description |
|---|---|
| Business Object Public ID | The public ID of an existing record to base the new record on. |
| Business Object Record ID | The internal record ID of an existing record to base the new record on. |
| Cache Key | The key of the cache of a saved object. |
| Cache Scope | Select the scope of the Cache Key. |
| Language | The culture code to localize the response with. |
| Locale | The locale to localize the response with. |
| Persist | Select to save the record. When not selected, the record is only validated. |
{
"notificationTriggers": [
{
"sourceId": "sourceId",
"sourceType": "sourceType",
"sourceChange": "sourceChange",
"key": "key"
},
{
"sourceId": "sourceId",
"sourceType": "sourceType",
"sourceChange": "sourceChange",
"key": "key"
}
],
"busObPublicId": "busObPublicId",
"cacheKey": "cacheKey",
"errorMessage": "errorMessage",
"errorCode": "errorCode",
"hasError": true,
"busObRecId": "busObRecId",
"fieldValidationErrors": [
{
"errorCode": "errorCode",
"error": "error",
"fieldId": "fieldId"
},
{
"errorCode": "errorCode",
"error": "error",
"fieldId": "fieldId"
}
],
"httpStatusCode": "Continue"
}
Was this page helpful?