ProjTrans::construct Method [AX 2012]

Constructs a new instance of a specific transaction class.

client server public static ProjTrans construct(Common _buffer)

Run On

Called

Parameters

_buffer
Type: Common Table
A table buffer for the type of transaction to be constructed.

Return Value

Type: ProjTrans Class
The new class.

If an invalid table buffer is passed an error will be thrown.

Show: