addRecord
Description
Adds a new record
Usage
addRecord(formId, parentRecordId = NA_character_, fieldValues)
Arguments
Argument | Description |
---|---|
formId | the id of the form to which the record should be added |
parentRecordId | the id of this record's parent record, if the form is a subform |
fieldValues | a named list of fields to change |