fluig_rm_db_exec
Execute INSERT, UPDATE, or DELETE SQL statements directly on the TOTVS RM database. Requires explicit confirmation to perform write operations.
Instructions
WRITE. Run INSERT/UPDATE/DELETE against the TOTVS RM database. Note that the RM datasource is often configured read-only, in which case the supported write path is the RM DataServer API instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sql | Yes | INSERT/UPDATE/DELETE statement. | |
| confirm | Yes | Must be true to actually perform the operation. |