Share via


SalesLineType.initFromInventTable Method [AX 2012]

Initializes the sales line by using the given InventTable record.

Syntax

public void initFromInventTable(InventTable _inventTable, [boolean _resetPrice])

Run On

Called

Parameters

  • _inventTable
    Type: InventTable Table
    The InventTable record that is used to initialize the sales record.
  • _resetPrice
    Type: boolean
    A Boolean value that indicates whether the price should be reset; optional.

See Also

Reference

SalesLineType Class