|
Whitebeam Template Reference Documentation
|
Audit Template
modify()
Modify an existing audit record
See Also
rb.audit.create, remove() Syntax
number = rb.audit.modify(data)
Parameters
The 'modify' method takes 1 parameter:
Name | Type/Value | Range/Length | Description | data | struct auditRecord | see definition | Required. Structure containing the information from which the new audit record is to be created |
Results
The 'modify' method returns number:
Type/Value | Range/Length | Description |
number |
  |
Unique ID of the changed record if the changes are successfully applied, or -1 if the update failed
|
Remarks Change the fields in a specific record. |
|
(loadtime : 101ms) |