Share via


PurchFormletterParmDataBOE_IN.createParmLine Method [AX 2012]

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

Syntax

protected boolean createParmLine(
    Common _purchLine, 
    TradeLineRefId _tableRef, 
   [PurchQty _purchQty, 
    InventQty _inventQty, 
    boolean _callFromCreateParmLineAndSubLines, 
    PurchQty _previousPurchQty, 
    InventQty _previousInventQty, 
    PurchQty _previousPurchQtyVariance, 
    InventQty _previousInventQtyVariance])

Run On

Server

Parameters

  • _purchLine
    Type: Common Table
    The purchase line to reference when you create the parameter lines.
  • _callFromCreateParmLineAndSubLines
    Type: boolean

Return Value

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

See Also

Reference

PurchFormletterParmDataBOE_IN Class