acc_set_custom_attributes
Set custom attribute values on a document version, such as revision or classification. Resolves attribute names against folder definitions and reports unknown names.
Instructions
Set custom attribute values on a document version — e.g. move a container from S2 to S3, stamp the Revision, or fill the Uniclass classification. Attribute names are resolved against the folder's definitions; unknown names are reported with the available ones.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder_id | Yes | Folder URN containing the document (used to resolve attribute names to ids) | |
| project_id | Yes | Project id | |
| version_id | Yes | Version URN of the document (tip version for 'current') | |
| values_json | Yes | JSON object mapping attribute NAME or numeric id to value, e.g. {"Trang thai (Status)": "S3", "Revision": "P02", "1002": "2026-08-01"}. null clears a value. Drop-down values must match the defined list |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |