Share via


PurchFormletterParmDataInvoice.createAdvance Method [AX 2012]

Creates or updates a record in the VendInvoiceInfoTable table as an advance header.

Syntax

protected boolean createAdvance(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 VendInvoiceInfoTable table.

Return Value

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

See Also

Reference

PurchFormletterParmDataInvoice Class