formletterParmData.createParmLine Method [AX 2012]

Inserts a record in the order line posting parameter table.

Syntax

protected abstract boolean createParmLine(Common _sourceLineTable, TradeLineRefId _tableRefId)

Run On

Server

Parameters

  • _sourceLineTable
    Type: Common Table
    A 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

formletterParmData Class