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
CalledParameters
- _packedObject
- Type: container
The packed object from which to initialize.
Return Value
Type: BudgetTransactionPost ClassAn instance of the BudgetTransactionPost class initialized with the specified packed object.
Show: