Inside a mobile business component

Platform allows to specify SQL instructions including binding variables.

These binding variables are always defined using the notation:

:XXX

where XXX is the variable name, always in upper case.

These variables will be automatically replaced by the corresponding values available at user session level.

The user session is composed of a set of variables:

  • predefined variables, automatically set by Platform, when the user logs on

  • custom variables, defined using the addCustomApplUserVars server-side javascript method

  • input parameters, passed to the business component, defined in the business component definition window (input pars subfolder)

The predefined variables are:

Last updated