VendInvoiceInfoTable.type Method
Gets the strategy used for validation and applying default values.
Syntax
Note
The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.
Microsoft Dynamics AX 2012 R3
public VendDocumentTableType type(
[AxVendInvoiceInfoTable _axVendInvoiceInfoTable,
PurchTable _purchTable,
LedgerJournalTrans _ledgerJournalTrans])
Microsoft Dynamics AX 2012 R2 (SYS)
public VendDocumentTableType type(
[AxVendInvoiceInfoTable _axVendInvoiceInfoTable,
PurchTable _purchTable,
LedgerJournalTrans _ledgerJournalTrans])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
private VendDocumentTableType type(
[AxVendInvoiceInfoTable _axVendInvoiceInfoTable,
PurchTable _purchTable,
LedgerJournalTrans _ledgerJournalTrans])
Microsoft Dynamics AX 2012 (FPK)
private VendDocumentTableType type(
[AxVendInvoiceInfoTable _axVendInvoiceInfoTable,
PurchTable _purchTable,
LedgerJournalTrans _ledgerJournalTrans])
Microsoft Dynamics AX 2012 (SYS)
private VendDocumentTableType type(
[AxVendInvoiceInfoTable _axVendInvoiceInfoTable,
PurchTable _purchTable,
LedgerJournalTrans _ledgerJournalTrans])
Run On
Called
Parameters
- _axVendInvoiceInfoTable
Type: AxVendInvoiceInfoTable Class
An AxVendInvoiceInfoTable class instance used to track state; optional.
- _purchTable
Type: PurchTable Table
A PurchTable table record used for applying the default values; optional.
- _ledgerJournalTrans
Type: LedgerJournalTrans Table
A LedgerJournalTrans table record used for applying the default values; optional.
Return Value
Type: VendDocumentTableType Class
The strategy used for validation and applying default values.