VendDocumentTableMap.defaultRow Method [AX 2012]

Applies default values to all fields.

public void defaultRow(
   [AxVendDocumentTableMap _axVendDocumentTable, 
    PurchTable _purchTable, 
    LedgerJournalTrans _ledgerJournalTrans])

Run On

Called

Parameters

_axVendDocumentTable
Type: AxVendDocumentTableMap Class
An instance of the AxVendDocumentTableMap class that is used to track state; optional.
This parameter is passed when it is called through the AIF framework.
_purchTable
Type: PurchTable Table
A PurchTable record from which values are copied; optional.
_ledgerJournalTrans
Type: LedgerJournalTrans Table
A LedgerJournalTrans record from which values are copied; optional.

Community Additions

ADD
Show: