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