Share via


PurchFormletterParmDataBOE_IN.createParmTable Method [AX 2012]

Inserts a record in the order header posting parameter table.

Syntax

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

  • _skipParmSubTable
    Type: boolean
    A Boolean value that indicates whether how to create sub order header posting parameter records is to be skipped; optional.

Return Value

Type: Common Table
The inserted record.

See Also

Reference

PurchFormletterParmDataBOE_IN Class