Triggers: Difference between revisions

6 bytes removed ,  22 September 2016
m
no edit summary
mNo edit summary
mNo edit summary
Line 155: Line 155:
==== Methods ====
==== Methods ====
===== set(name, value) =====
===== set(name, value) =====
:Set the value of the field. After calling once there is a record value in the database.
: Set the value of the field. After calling once there is a record value in the database.


:Parameters: name — the name of the field, value — the value of the field
: Arguments
:; name
::the name of the field
:; value
:: the value of the field


===== field(name) =====
===== field(name) =====