BankPaymAdviceVendController.insertBankPaymAdviceVendTmp Method [AX 2012]

Inserts records into the bankPaymAdviceVentTmp table.

Syntax

private void insertBankPaymAdviceVendTmp(boolean isSettledVoucherAmount, boolean isRedrawPayments)

Run On

Called

Parameters

  • isSettledVoucherAmount
    Type: boolean
    A Boolean value that specifies whether the settlement amount has a value other than zero.
  • isRedrawPayments
    Type: boolean
    A Boolean value that specifies whether the payments have been generated from a redraw.

See Also

Reference

BankPaymAdviceVendController Class