PurchFormletterParmDataPackingSlip.createParmLine Method [AX 2012]

Creates a purchase parameter line and purchase parameter asset line for the given purchase line.

protected boolean createParmLine(
    Common _purchLine, 
   [TradeLineRefId _tableRef, 
    boolean _callFromCreateParmLineAndSubLines])

Run On

Server

Parameters

_purchLine
Type: Common Table
The purchase line to reference when you create the parameter lines.
_tableRef
Type: TradeLineRefId Extended Data Type
A TradeLineRefId value that is used on the purchase parameter line.
_callFromCreateParmLineAndSubLines
Type: boolean

Return Value

Type: boolean
true if the parameter lines are created successfully; otherwise, false.

Community Additions

ADD
Show: