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.modify()

Modify an existing action definition record

See Also

rb.schedule.action.create, remove()   

Syntax

number = rb.schedule.action.modify(data)

Parameters

The 'action.modify' method takes 1 parameter:

Name Type/Value Range/Length Description
datastruct action.actionDefsee definition Required. Structure containing the new values to be stored against the specified action record

Results

The 'action.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.

Whitebeam release 1.3.36
(loadtime : 64ms)