PurchTableCheckIfUpdateContract::create Method [AX 2012]
Creates an instance of the PurchTableCheckIfUpdateContract class based on a container from a prior call to PurchTableCheckIfUpdateContract.pack method.
client server public static PurchTableCheckIfUpdateContract create(container _packedClass)
Run On
CalledParameters
- _packedClass
- Type: container
A Container that contains the packed class.
Return Value
Type: PurchTableCheckIfUpdateContract ClassAn instance of the PurchTableCheckIfUpdateContract class identical to the one that was packed into the container .
Show: