Share via


PurchTableType.checkIfUpdate Method [AX 2012]

Determines if the various posting updates are enabled for the order.

Syntax

public container checkIfUpdate(container _packedCheckIfUpdateContract)

Run On

Called

Parameters

  • _packedCheckIfUpdateContract
    Type: container
    Specifies which of the posting update allowance values for the order to access.

Return Value

Type: container
A packed PurchTableCanBeUpdatedContract class that has the values of whether the order can do a posting of a given type.

See Also

Reference

PurchTableType Class