Description
This calls retrieves a list of all changes to the record, and the users who initially added and then have modified that record.
Usage
getRecordHistory(formId, recordId, asDataFrame = TRUE)
Arguments
| Argument | Description |
|---|---|
formId |
a form id |
recordId |
a record id |
asDataFrame |
Retrieve user list as a data.frame, otherwise returns as list. Default: TRUE |
See also
Other record functions: addRecord , deleteRecord , getAttachment , getRecord , recoverRecord , updateRecord