SalesQuotationTableCheckIfUpdateContract::create Method [AX 2012]

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

Syntax

client server public static SalesQuotationTableCheckIfUpdateContract create(container _packedClass)

Run On

Called

Parameters

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

Return Value

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

See Also

Reference

SalesQuotationTableCheckIfUpdateContract Class