Triggers: Difference between revisions

17 bytes added ,  24 September 2016
m
no edit summary
mNo edit summary
mNo edit summary
Line 178: Line 178:


=== Object DefaultEntry ===
=== Object DefaultEntry ===
Template with default values for a new record.
Template with default values for a new record
 
==== Methods ====
==== Methods ====
===== set(name, value) =====
===== set(name, value) =====
:Set the value of the field.
: Set the value of the field
:Parameters: name — the name of the field, value — the value of the field.
 
: Arguments
:; name (type String): the name of the field
:; value (type Object): the value of the field


=== Examples ===
=== Examples ===