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
CalledParameters
- _packedClass
- Type: container
A Container holding the packed class.
- _callerTable
- Type: Common Table
A record.
Return Value
Type: PurchCopyingContract ClassAn instance of the PurchCopyingContract class identical to the one that was packed into the container.
Show: