create_business_object
Create a new business object record in Cherwell CSM by providing the object name and field values. Returns the new record's busObRecId and public ID.
Instructions
Create a new business object record. Pass field values as a map of field name (or display name) to value. Use get_business_object_template with requiredOnly=true to see which fields are mandatory. Returns the new record's busObRecId and public ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | Yes | Field values, e.g. {"Description": "Printer is down", "Priority": "2"}. | |
| businessObject | Yes | Business object name (e.g. "Incident") or its 32-character busObId. |