VendDocumentLineMap.defaultRow Method
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 void defaultRow(
[AxVendDocumentLineMap _axVendDocumentLine,
PurchLine _purchLine,
PurchParmUpdate _purchParmUpdate,
PurchQty _receiveNow,
InventQty _inventNow,
PdsCWInventQty _cwReceiveNow,
Set _tableToLineFields,
PurchUpdate _specQty])
Microsoft Dynamics AX 2012 R2 (SYS)
public void defaultRow(
[AxVendDocumentLineMap _axVendDocumentLine,
PurchLine _purchLine,
PurchParmUpdate _purchParmUpdate,
PurchQty _receiveNow,
InventQty _inventNow,
PdsCWInventQty _cwReceiveNow,
Set _tableToLineFields,
PurchUpdate _specQty])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
public void defaultRow(
[AxVendDocumentLineMap _axVendDocumentLine,
PurchLine _purchLine,
PurchParmUpdate _purchParmUpdate,
PurchQty _receiveNow,
InventQty _inventNow,
PdsCWInventQty _cwReceiveNow])
Microsoft Dynamics AX 2012 (FPK)
public void defaultRow(
[AxVendDocumentLineMap _axVendDocumentLine,
PurchLine _purchLine,
PurchParmUpdate _purchParmUpdate,
PurchQty _receiveNow,
InventQty _inventNow])
Microsoft Dynamics AX 2012 (SYS)
public void defaultRow(
[AxVendDocumentLineMap _axVendDocumentLine,
PurchLine _purchLine,
PurchParmUpdate _purchParmUpdate,
PurchQty _receiveNow,
InventQty _inventNow])
Run On
Called
Parameters
- _axVendDocumentLine
Type: AxVendDocumentLineMap Class
- _purchLine
Type: PurchLine Table
- _purchParmUpdate
Type: PurchParmUpdate Table
- _receiveNow
Type: PurchQty Extended Data Type
- _inventNow
Type: InventQty Extended Data Type
- _cwReceiveNow
Type: PdsCWInventQty Extended Data Type
- _tableToLineFields
Type: Set Class
- _specQty
Type: PurchUpdate Enumeration