Create or update Creatio system operation
upsert-admin-operationCreate or update a SysAdminOperation record in Creatio. Bypasses blocked OData modifications by using this dedicated tool. Returns the operation ID.
Instructions
Create a new SysAdminOperation (omit id) or update an existing one (supply id). Use this instead of the generic create/update tools — OData modifications on SysAdminOperation are blocked at the platform level. Reads still go through the standard read tool. Response contains the operation Id. See /admin-operation-guide for the full workflow.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Existing SysAdminOperation Id. Omit to create a new record (a new GUID is generated server-side and returned in the response). | |
| code | Yes | Code of the system operation (e.g., "CanManageAdministration"). Required and must be unique. Conventionally PascalCase with no spaces. | |
| name | Yes | Display name of the system operation (e.g., "Can manage administration"). Required for both create and update. | |
| description | No | Optional human-readable description of what the operation gates. |