PurchCopyingContract::create Method [AX 2012]

Creates an instance of the PurchCopyingContract class based on a container from a prior call to PurchCopyingContract.pack method.

client server public static PurchCopyingContract create(container _packedClass, Common _callerTable)

Run On

Called

Parameters

_packedClass
Type: container
A Container holding the packed class.
_callerTable
Type: Common Table
A record.

Return Value

Type: PurchCopyingContract Class
An instance of the PurchCopyingContract class identical to the one that was packed into the container.
Show: