Builtin functions
The following functions are only available for single item views (edit or show).
Get and set values
Display values are handled using standard getter and setters getValue(fieldName) setValue(fie...
Toggling fields (5478+)
Note: Hide functions are NOT intended for denying access to data -it will only be hidden in the f...
Toggling status
You can use a Jquery expression. $("#DATA_StatusID option[value='123']").remove();
Binding to events (6734+)
The platform sends out events when a couple of events are performed. Code can be written to bind ...
Value dependencies
Using lookup select boxes you can set up complex dependencies between values. The target field wi...
Value triggers
Value triggers will make things happen when a field changes. Multiple triggers can be assigned to...
Value lookups
Value lookups will copy values from other records to the current one. The normal usecase is recor...
Named queries
You can add peprared statements configurations and make paramterized class to them lookupNamed...
Inspect command and users
The currect command can be examined using isCommandNew() isCommandEdit() isCommandList() ...
Other functions
selectSingleOption(fieldName) Will set a value if only one option is avaiable in a select box. ...