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

Audit Template

remove()

Permanently remove an audit record

See Also

rb.audit.create, modify()   

Syntax

number = rb.audit.remove(ID)

Parameters

The 'remove' method takes 1 parameter:

Name Type/Value Range/Length Description
IDnumber  Required. Unique ID of the record to be removed

Results

The 'remove' method returns number:

Type/Value Range/Length Description
number   Unique ID of the record that is successfully remove. -1 if that record does not exist

Remarks

Remove an audit record from the database

Whitebeam release 1.3.36
(loadtime : 61ms)