accelo_set_extension_value
Set an extension field value on an Accelo object. Provide the object type, object ID, extension field ID, and value to update custom fields.
Instructions
Set an extension field value on an object.
Args: object_type: The object type (e.g. "issues", "jobs") object_id: The object's ID extension_field_id: The extension field's ID value: The value to set (use value_int, value_date, value_id for typed fields)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | ||
| object_id | Yes | ||
| object_type | Yes | ||
| extension_field_id | Yes |