SalesFormletterParmData.createParmLine Method [AX 2012]

Inserts a record in the order line 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 boolean createParmLine(
            Common _salesLineOrig, 
            TradeLineRefId _tableRefId, 
           [InventOwnerId_RU _inventOwnerId, 
            boolean _mcrShipAlone])

  Microsoft Dynamics AX 2012 R2 (SYS)
          protected boolean createParmLine(
            Common _salesLineOrig, 
            TradeLineRefId _tableRefId, 
           [InventOwnerId_RU _inventOwnerId])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          protected boolean createParmLine(Common _salesLineOrig, TradeLineRefId _tableRefId)

  Microsoft Dynamics AX 2012 (FPK)
          protected boolean createParmLine(Common _salesLineOrig, TradeLineRefId _tableRefId)

  Microsoft Dynamics AX 2012 (SYS)
          protected boolean createParmLine(Common _salesLineOrig, TradeLineRefId _tableRefId)

Run On

Server

Parameters

  • _salesLineOrig
    Type: Common Table
    A Common record from the order line table.

Return Value

Type: boolean
true if the record in the order line posting parameter table was created; otherwise, false .

See Also

Reference

SalesFormletterParmData Class