recoverRecord | R Documentation |
This call recovers a single deleted record for the given formId
and
recordId
.
recoverRecord(formId, recordId)
formId |
a form id |
recordId |
a record id |
Other record functions:
addRecord()
,
deleteRecord()
,
getAttachment()
,
getRecord()
,
getRecordHistory()
,
updateRecord()
## Not run:
# Deletes a record
deleteRecord(formId = "cyx123", recordId = "c23g322j432")
# Recover (undelete) a record
recoverRecord(formId = "cyx123", recordId = "c23g322j432")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.