Share via


VendInvoiceInfoLine.defaultRow Method

Applies a default values to all fields.

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(
           [AxVendInvoiceInfoLine _axVendInvoiceInfoLine, 
            PurchLine _purchLine, 
            PurchParmUpdate _purchParmUpdate, 
            PurchQty _receiveNow, 
            InventQty _inventNow, 
            PdsCWInventQty _cwReceiveNow, 
            Set _tableToLineFields, 
            PurchUpdate _specQty])

  Microsoft Dynamics AX 2012 R2 (SYS)
          public void defaultRow(
           [AxVendInvoiceInfoLine _axVendInvoiceInfoLine, 
            PurchLine _purchLine, 
            PurchParmUpdate _purchParmUpdate, 
            PurchQty _receiveNow, 
            InventQty _inventNow, 
            PdsCWInventQty _cwReceiveNow, 
            Set _tableToLineFields, 
            PurchUpdate _specQty])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          public void defaultRow(
           [AxVendInvoiceInfoLine _axVendInvoiceInfoLine, 
            PurchLine _purchLine, 
            PurchParmUpdate _purchParmUpdate, 
            PurchQty _receiveNow, 
            InventQty _inventNow, 
            PdsCWInventQty _cwReceiveNow])

  Microsoft Dynamics AX 2012 (FPK)
          public void defaultRow(
           [AxVendInvoiceInfoLine _axVendInvoiceInfoLine, 
            PurchLine _purchLine, 
            PurchParmUpdate _purchParmUpdate, 
            PurchQty _receiveNow, 
            InventQty _inventNow])

  Microsoft Dynamics AX 2012 (SYS)
          public void defaultRow(
           [AxVendInvoiceInfoLine _axVendInvoiceInfoLine, 
            PurchLine _purchLine, 
            PurchParmUpdate _purchParmUpdate, 
            PurchQty _receiveNow, 
            InventQty _inventNow])

Run On

Called

Parameters

  • _axVendInvoiceInfoLine
    Type: AxVendInvoiceInfoLine Class
    An instance of the AxVendInvoiceInfoLine class to use track the state. This parameter is passed when it is called through the Aif framework; optional.
  • _purchLine
    Type: PurchLine Table
    An associated PurchLine record; optional.

See Also

Reference

VendInvoiceInfoLine Table