Share via


PurchFormletterParmDataInvoice.updateParmTable Method [AX 2012]

This member overrides the updateParmTable 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
          protected void updateParmTable(
            VendDocumentTableMap _parmTable, 
            PurchTable _purchTable, 
           [Name _purchName, 
            VendName _deliveryName, 
            LogisticsLocationRecId _deliveryLocation, 
            CustPostingProfile _postingProfile_RU, 
            InventProfileType_RU _inventProfileType_RU])

  Microsoft Dynamics AX 2012 R2 (SYS)
          protected void updateParmTable(
            VendDocumentTableMap _parmTable, 
            PurchTable _purchTable, 
           [Name _purchName, 
            VendName _deliveryName, 
            LogisticsLocationRecId _deliveryLocation, 
            CustPostingProfile _postingProfile_RU, 
            InventProfileType_RU _inventProfileType_RU])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          protected void updateParmTable(
            VendDocumentTableMap _parmTable, 
            PurchTable _purchTable, 
           [Name _purchName, 
            VendName _deliveryName, 
            LogisticsLocationRecId _deliveryLocation])

  Microsoft Dynamics AX 2012 (FPK)
          protected void updateParmTable(
            VendDocumentTableMap _parmTable, 
            PurchTable _purchTable, 
           [Name _purchName, 
            VendName _deliveryName, 
            LogisticsLocationRecId _deliveryLocation])

  Microsoft Dynamics AX 2012 (SYS)
          protected void updateParmTable(
            VendDocumentTableMap _parmTable, 
            PurchTable _purchTable, 
           [Name _purchName, 
            VendName _deliveryName, 
            LogisticsLocationRecId _deliveryLocation])

Run On

Server

Parameters

See Also

Reference

PurchFormletterParmDataInvoice Class