PBAExecuteLine::promptOnClient Method [AX 2012]

Launches the front-end form of the product model in the client.

client private static container promptOnClient(
    PBATable _pbaTable, 
    PBAItemLine _pbaItemLine, 
    Args _args)

Run On

Client

Parameters

_pbaTable
Type: PBATable Table
The product model.
_pbaItemLine
Type: PBAItemLine Map
The item line map (for example, sales line) that contains the transaction for the product model.
_args
Type: Args Class
The arguments to initialize the front-end form.

Return Value

Type: container
A container of values.

The returned container contains the following values:

  • A Boolean value if the user pressed the form.

  • A Boolean value if the PBAConsEval was correctly executed.

  • A set used to store the initial configuration values.

  • A packed set of variables and values.

  • The file name of the graphics file shown on the form.

Show: