PurchFormletterParmDataInvoice.createParmTable Method [AX 2012]

Inserts a record in the order header posting parameter table.

NoteNote

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

_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 creating sub order header posting parameter records should be skipped; optional.
_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 record that was insertedl.

Community Additions

ADD
Show: