Whitebeam Template Reference Documentation

Site Map
 
Home
 
Application Guide
Reference
  Installation
  Configuration
  XML Markup
  JavaScript Classes
  ROM
  Templates
  Environment
  Dev Process
  Tools
  External Links
  Example libraries
Community
Contact Whitebeam
To-Do
Download
Credits
Licence
Whitebeam Users
 
 
 

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
IDnumberpositive integer Optional, default = -1
The unique ID for this audit record.
createTimenumberdate 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.
typestring1-30 characters Optional. Application identifier for this type of record - allowing records to be filtered. REQUIRED for create.
entityTypestringI, 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.
entityIDnumberpositive integer Optional. The unique ID thing with which this audit record is associated. REQUIRED for create.
contactIDnumberpositive integer Optional. The unique ID of the contact record that submitted this audit record. REQUIRED for create.
contactNamestring  Optional. The 'name' field from the associated contact record. READ ONLY
summarystring  Required. Short (100 chars) summary of this record
customDataMetaData  Optional. Opaque storage of serialised JavaScript objects
entityMetaData  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.
resetCreateTimebool  Optional. If set to 'true' then the createTime will be reset to 'now'

Whitebeam release 1.3.36
(loadtime : 59ms)