deleteRecord
Deletes a record from the database.
Parameters
options - json object
id - the record id. Optional. By default, this is the current record id. (The current record id can be accessed here: brixxApi.actualRecordId)
noConfirmMessage - Optional. By default, this is false. If set to true, you will not get a confirm MessageBox. the record will be deleted.
Example Usages
1. Simple
2. Simple - No Confirmation
3. Without displaying the record
Last updated