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