PurchFormletterParmData.createParmTable Method [AX 2012]
Inserts a record into the order header posting parameter table.
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 Common createParmTable(
Common _purchTable,
Common _purchLine,
TradeLineRefId _tableRefId,
[boolean _skipParmSubTable,
boolean _hold,
boolean _notApproved,
Num _purchSummaryFormLetterId,
VendPostingProfile _postingProfile,
InventProfileType_RU _inventProfileType])
Microsoft Dynamics AX 2012 R2 (SYS)
protected Common createParmTable(
Common _purchTable,
Common _purchLine,
TradeLineRefId _tableRefId,
[boolean _skipParmSubTable,
boolean _hold,
boolean _notApproved,
Num _purchSummaryFormLetterId,
VendPostingProfile _postingProfile,
InventProfileType_RU _inventProfileType])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
protected Common createParmTable(
Common _purchTable,
Common _purchLine,
TradeLineRefId _tableRefId,
[boolean _skipParmSubTable,
boolean _hold,
boolean _notApproved,
Num _purchSummaryFormLetterId])
Microsoft Dynamics AX 2012 (FPK)
protected Common createParmTable(
Common _purchTable,
Common _purchLine,
TradeLineRefId _tableRefId,
[boolean _skipParmSubTable,
boolean _hold,
boolean _notApproved,
Num _purchSummaryFormLetterId])
Microsoft Dynamics AX 2012 (SYS)
protected Common createParmTable(
Common _purchTable,
Common _purchLine,
TradeLineRefId _tableRefId,
[boolean _skipParmSubTable,
boolean _hold,
boolean _notApproved,
Num _purchSummaryFormLetterId])
Run On
ServerParameters
- _purchTable
- Type: Common Table
- _purchLine
- Type: Common Table
- _tableRefId
- Type: TradeLineRefId Extended Data Type
The reference ID to apply to the order header posting record.
- _skipParmSubTable
- Type: boolean
A Boolean value that indicates whether the creation of sub order header posting parameter records should be skipped.
- _hold
- Type: boolean
- _notApproved
- Type: boolean
- _purchSummaryFormLetterId
- Type: Num Extended Data Type
- _postingProfile
- Type: VendPostingProfile Extended Data Type
- _inventProfileType
- Type: InventProfileType_RU Enumeration
Community Additions
ADD
Show:
Note