fm_create_test_record
Creates a test record with a unique marker tag in a specified field, returning the ROWID for later validation and cleanup.
Instructions
Creates a test record with a test tag. tagField must be an existing text field in the FM table. Returns ROWID for later validation and cleanup.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | ||
| fields | Yes | ||
| tag | No | Marker text for later cleanup, e.g. '__TEST__' | |
| tagField | Yes | Field name for the test marker (must exist as a text field in the FM table) |