execute_operation
Execute document operations like disable or enable in Kingdee K3Cloud by specifying form ID, operation type, and document numbers or IDs.
Instructions
执行金蝶云星空单据操作(禁用、反禁用等)。
Args: form_id: 表单ID。如 BD_MATERIAL、SAL_SaleOrder 等 op_number: 操作类型。常用值:Forbid(禁用)、Enable(反禁用) numbers: 单据编号,多个用逗号分隔 ids: 单据内码ID,多个用逗号分隔(numbers 和 ids 二选一)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | No | ||
| form_id | Yes | ||
| numbers | No | ||
| op_number | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |