USA
800 691 9120
UK
01225 704844
We use cookies on our website to analyze website usage and to help secure the website against misuse. Advertising and functional cookies are not used in our site or our web application products.
By clicking “Accept Essential Cookies Only”, you consent to us placing these cookies.
Edit an existing record in a metadata table
Fetches the existing record for the given primary key, applies field value overrides from the argument list, then saves the record back. Fields are supplied as alternating name/value pairs starting at argument 1. The table's primary key is used when saving.
| Parameter | Description |
|---|---|
| cmd | Table name |
| Argument 0 | Primary key value of the record to edit |
| Argument 1 | Field name, 2 = Field value, 3 = Next field name, 4 = Next field value, etc. |
EditRecord "Table name", "Primary key value of the record to edit", "Field name, 2 = Field value, 3 = Next field name, 4 = Next field value, etc."