SalesQuotationTableType.checkIfUpdate Method [AX 2012]

Determines whether the various updates are allowed for the quotation.

Syntax

public container checkIfUpdate(container _packedSalesQuotationTableCheckIfUpdateContract)

Run On

Called

Parameters

  • _packedSalesQuotationTableCheckIfUpdateC
    Type: container

Return Value

Type: container
A packed SalesQuotationTableCanBeUpdatedContract class that has the values of whether the quotation can be updated to a given type.

See Also

Reference

SalesQuotationTableType Class