PurchFormletterParmDataPackingSlip.createParmTable Method [AX 2012]

Inserts a record into the order header posting parameter table.

protected Common createParmTable(
    Common _purchTable, 
    Common _purchLine, 
    TradeLineRefId _tableRefId, 
   [boolean _skipParmSubTable, 
    boolean _hold, 
    boolean _notApproved, 
    Num _purchSummaryFormLetterId, 
    VendPostingProfile _postingProfile, 
    InventProfileType_RU _inventProfileType])

Run On

Server

Parameters

_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

Return Value

Type: Common Table
The inserted record.

Community Additions

ADD
Show: