Share via


PurchFormletterParmDataInvoice.createAdvanceLine Method [AX 2012]

Creates a record in the VendInvoiceInfoLine table as an advance line.

Syntax

protected boolean createAdvanceLine(PurchTable _purchTable)

Run On

Server

Parameters

  • _purchTable
    Type: PurchTable Table
    A record in the PurchTable table that is used to initialize a record in the VendInvoiceInfoLine table.

Return Value

Type: boolean
true if the record in the VendInvoiceInfoLine table was created; otherwise, false.

See Also

Reference

PurchFormletterParmDataInvoice Class