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

Schedule Template

action.create()

Create a action definition

See Also

rb.schedule.action.modify, remove()   

Syntax

number = rb.schedule.action.create(action)

Parameters

The 'action.create' method takes 1 parameter:

Name Type/Value Range/Length Description
actionstruct action.actionDefsee definition Required. Structure containing the information describing the action

Results

The 'action.create' method returns number:

Type/Value Range/Length Description
number   Unique ID of the newly created action record, or -1 if the record could not be created

Remarks

Create a new action definition and return the ID of that record to the caller.

Whitebeam release 1.3.36
(loadtime : 122ms)