Share via


SalesInvoiceDP.insertGiroInformation Method [AX 2012]

Inserts the Giro information.

Syntax

private void insertGiroInformation(
    CustInvoiceJour _custInvoiceJour, 
    CompanyInfo _companyInfo, 
    boolean _paymentIsScheduled)

Run On

Server

Parameters

  • _custInvoiceJour
    Type: CustInvoiceJour Table
    The CustInvoiceJour record that has the invoice header information.
  • _paymentIsScheduled
    Type: boolean
    A Boolean value that indicates whether a payment has been scheduled.

See Also

Reference

SalesInvoiceDP Class