PurchFormletterParmData.updateParmTable Method [AX 2012]
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
ServerParameters
- _parmTable
- Type: VendDocumentTableMap Map
- _purchTable
- Type: PurchTable Table
- _purchName
- Type: Name Extended Data Type
- _deliveryName
- Type: VendName Extended Data Type
- _deliveryLocation
- Type: LogisticsLocationRecId Extended Data Type
- _postingProfile_RU
- Type: CustPostingProfile Extended Data Type
- _inventProfileType_RU
- Type: InventProfileType_RU Enumeration
Community Additions
ADD
Show:
Note