Share via


PurchFormletterParmDataInvoice.allowReArrange Method [AX 2012]

Indicates whether a purchase invoice posting can be rearranged.

Syntax

protected boolean allowReArrange(VendDocumentTableMap _vendInvoiceInfoTable)

Run On

Server

Parameters

  • _vendInvoiceInfoTable
    Type: VendDocumentTableMap Map
    The document to test to determine whether a saved pending invoice may be rearranged.

Return Value

Type: boolean
true if the provided saved pending invoice can be rearranged; otherwise, false.

See Also

Reference

PurchFormletterParmDataInvoice Class