PurchRFQFormletterParmData.createParmTable Method [AX 2012]
Inserts a record in the order header posting parameter table.
protected Common createParmTable(
Common _sourceTable,
Common _sourceLineTable,
TradeLineRefId _tableRefId,
[boolean _skipParmSubTable])
Run On
ServerParameters
- _sourceTable
- Type: Common Table
A record from the order header table.
- _sourceLineTable
- Type: Common Table
A record from the order line 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 how to create sub order header posting parameter records is to be skipped; optional.
Community Additions
ADD
Show: