VendDocumentTableMap.defaultField Method [AX 2012]

Applies default value to a field.

public void defaultField(
    FieldId _fieldId, 
   [AxVendDocumentTableMap _axVendDocumentTable, 
    PurchTable _purchTable, 
    LedgerJournalTrans _ledgerJournalTrans])

Run On

Called

Parameters

_fieldId
Type: FieldId Extended Data Type
The field ID.
_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: