PurchTableCanBeUpdatedContract::create Method [AX 2012]

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

client server public static PurchTableCanBeUpdatedContract create(container _packedClass)

Run On

Called

Parameters

_packedClass
Type: container
The container that contains the packed class.

Return Value

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