create_decision_input
Add an input to a decision table, specifying name, type, order, and fields to define decision logic. Requires WRITE_ENABLED=true.
Instructions
Add an input to a decision table (sys_decision_input). Requires WRITE_ENABLED=true
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Input name/label | |
| type | No | Input data type (e.g., string, integer, reference, boolean) | |
| order | No | Display order of the input | |
| fields | No | Additional sys_decision_input field values to set | |
| decision_sys_id | Yes | sys_id of the parent decision table (sys_decision) |