Updates a set of records. The updated array of records is passed as a reference and is updated with the latest version.

NoteNote

The UpdateMultiple operation attempts to update one field at a time. This can cause errors if the updated value in one field prevents another field's value from being valid. You can resolve this by deleting and inserting lines instead of updating.

Expand imageParameters

Expand imageResults

Expand imageFaults

Expand imageUsage Example

Expand imageSee Also