Share via


VendInvoiceInfoTable.defaultRow Method

Applies default values to all fields.

Syntax

public void defaultRow(
   [AxVendInvoiceInfoTable _axVendInvoiceInfoTable, 
    PurchTable _purchTable, 
    LedgerJournalTrans _ledgerJournalTrans])

Run On

Called

Parameters

  • _axVendInvoiceInfoTable
    Type: AxVendInvoiceInfoTable Class
    An instance of the AxVendInvoiceInfoTable class used to track state; optional.
    This parameter is passed when called through the Aif framework.
  • _purchTable
    Type: PurchTable Table
    A PurchTable table record, used to copy values from; optional.
  • _ledgerJournalTrans
    Type: LedgerJournalTrans Table
    A LedgerJournalTrans table record, used to copy values from; optional.

See Also

Reference

VendInvoiceInfoTable Table