The FrontCall object

Path: application/frontcall or frontcall

Snippet ID: FrontCall

Corresponding AUI Tree element: FunctionCall

Fields Type Description
application/frontcall/XDID Attribute (string) Name of the FrontCall variable return value.
application/frontcall/pending Attribute (boolean) True if a FrontCall is pending and expected to be processed by the browser.
application/frontcall/moduleName Attribute (string) The name of the module that implements the FrontCall.
application/frontcall/functionName Attribute (string) The name of the function that implements the FrontCall.
application/frontcall/returnCount Attribute (integer) The number of expected return values.
application/frontcall/parameters Collection of Parameter attributes (string).

The list of parameters provided by the FrontCall.

Used in a repeat instruction to loop on each parameter in the list.

application/frontcall/parameters/length Attribute (integer) Number of parameters provided by the FrontCall.
application/frontcall/parameter[index] Selectable attribute (string)

This selectable path will return the given parameter value, using index as the parameter index.

The parameter index starts at 1.