ProjValCheckTrans::setVariablesFromRemainingBuffers Method [AX 2012]

Used as an event handler to attach additional code in more layers that work with additional tables.

client server public static boolean setVariablesFromRemainingBuffers(
    ProjValCheckTrans _pvct, 
    Args _args, 
   [Common _childBuffer])

Run On

Called

Parameters

_pvct
Type: ProjValCheckTrans Class
An instance of the ProjValCheckTrans class.
_args
Type: Args Class
The arguments that are passed to the ProjValCheckTrans.setVariablesFromBuffer method.
_childBuffer
Type: Common Table
A common buffer that is passed to the ProjValCheckTrans.setVariablesFromBuffer method.

Return Value

Type: boolean
true if the table is successfully handled; otherwise, false.

This method itself returns false and is intended to be the hook point for more layer solutions.

This method is called from the ProjValCheckTrans.setVariablesFromBuffer method when the specified table is not recognized as one of the known tables.

Show: