write_form_values
Batch-write multiple values into a 1C form on a single connection, opening the form once and committing each value in sequence for QA automation setup.
Instructions
Batch value-write: open the form ONCE and COMMIT several values in sequence on one connection
(NativeWriteSession multi-write). Same as write_form_value (incl. capture-free field addressing via
base_field) but for values in order.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | No | 127.0.0.1 | |
| port | No | ||
| save | No | ||
| field | No | PF_EDIT_STRING | |
| values | Yes | ||
| capture | No | commit-conn | |
| display | No | :89 | |
| open_link | No | ||
| base_field | No | PF_EDIT_STRING | |
| input_offset | No | ||
| default_value | No | PF_EDIT_STRING_VALUE | |
| captured_value | No | QAGENUINE2026 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||