CustVendOpenTransManager.checkUnmarkingVendPaymentGroup Method [AX 2012]

Iterates the passed in container and displays warning messages if multiple records will be changed by the marking operation.

Syntax

protected boolean checkUnmarkingVendPaymentGroup(
    container _recordsToBeUnMarked, 
    VendPaymentGrouping _vendPaymentGroup, 
    NoYes _markTrans, 
    int _numInvoicesMarked)

Run On

Called

Parameters

  • _recordsToBeUnMarked
    Type: container
    A container of VendTransOpen records that will be un-marked.
  • _markTrans
    Type: NoYes Enumeration
    Yes if a mark operation is being performed; otherwise, No.
  • _numInvoicesMarked
    Type: int
    The number of invoices that are currently marked.

Return Value

Type: boolean
true if a warning was presented; otherwise, false.

See Also

Reference

CustVendOpenTransManager Class