|
Whitebeam Template Reference Documentation
|
rb.audit.auditRecord
An audit record
Elements
The rb.audit.auditRecord struct has 11 elements:
Name | Type/Value | Range/Length | Description | ID | number | positive integer | Optional, default = -1 The unique ID for this audit record. | createTime | number | date | Optional. Timestamp (milliseconds since epoch) representing the time at which created. READ ONLY. The timestamp
can be reset to the current time by setting 'resetCreateTime' to true. | type | string | 1-30 characters | Optional. Application identifier for this type of record - allowing records to be filtered. REQUIRED for create. | entityType | string | I, N, C, A, E | Optional. The type of thing with which this audit record is associated :(I)tem, (N)ode, (C)ontact, (A)ction, (E)vent. REQUIRED for create. | entityID | number | positive integer | Optional. The unique ID thing with which this audit record is associated. REQUIRED for create. | contactID | number | positive integer | Optional. The unique ID of the contact record that submitted this audit record. REQUIRED for create. | contactName | string | | Optional. The 'name' field from the associated contact record. READ ONLY | summary | string | | Required. Short (100 chars) summary of this record | customData | MetaData | | Optional. Opaque storage of serialised JavaScript objects | entity | MetaData | | Optional. Details of the 'entity' with which this audit record is associated. This is read only
and only returned if 'entityType' is specified in the query and allData has bit 2 or 3
set.
| resetCreateTime | bool | | Optional. If set to 'true' then the createTime will be reset to 'now' |
|
|
(loadtime : 111ms) |