export_record_xml
Export selected records as importable XML files to a specified directory or exact file path.
Instructions
Export records as importable XML to disk (current sys_update_version). Read saved_path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| names | No | Advanced: raw <table>_<sys_id> names, for a cross-table file. | |
| table | No | ||
| sys_ids | No | sys_ids to export. Combined with table into update names. | |
| output_dir | No | Save dir (auto filename). Default: ./temp/<instance>/xml/ | |
| output_path | No | Exact .xml file to write. Overrides output_dir. |