SalesQuotationTableCanBeUpdatedContract::create Method [AX 2012]

Creates an instance of the SalesQuotationTableCanBeUpdatedContract class that is based on a container from a previous call to the SalesQuotationTableCanBeUpdatedContract.pack method.

Syntax

client server public static SalesQuotationTableCanBeUpdatedContract create(container _packedClass)

Run On

Called

Parameters

  • _packedClass
    Type: container
    A container that holds the packed class.

Return Value

Type: SalesQuotationTableCanBeUpdatedContract Class
An instance of the SalesQuotationTableCanBeUpdatedContract class that is identical to the instance that was packed in the container.

See Also

Reference

SalesQuotationTableCanBeUpdatedContract Class