BudgetTransactionPost::create Method [AX 2012]

Creates an instance of the BudgetTransactionPost class initialized with the specified packed object.

client server public static BudgetTransactionPost create(container _packedObject)

Run On

Called

Parameters

_packedObject
Type: container
The packed object from which to initialize.

Return Value

Type: BudgetTransactionPost Class
An instance of the BudgetTransactionPost class initialized with the specified packed object.

Part of the SysPackable interface. That is required to support packing and unpacking in lists.

Show: