Share via


PurchFormletterParmDataInvoice.createParmTable Method [AX 2012]

Inserts a record in the order header posting parameter table.

Syntax

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

Server

Parameters

  • _skipParmSubTable
    Type: boolean
    A Boolean value that indicates whether creating sub order header posting parameter records should be skipped; optional.

Return Value

Type: Common Table
The record that was insertedl.

See Also

Reference

PurchFormletterParmDataInvoice Class