Class Instance Bindings

Class instance bindings allows a field or fields of one or more class instances to be modified. Calling the Process Bindings function of a class triggers the binding.

The instance filter provided as an argument to this function defines a set of instances that will be processed.

Note the difference between class instance bindings and class view field bindings:

  • Class Instance bindings perform persistent modification of class instances stored in the database

  • Class View bindings evaluate values of calculated class view columns upon view activation, so they affect data presentation only

Activating Class Instance Bindings

When the processBindings function is called, each expression is evaluated and the results are applied to the target fields of rows filtered according to the supplied filter, or applied to every row if no filter is supplied.

Was this page helpful?