Share via


SalesLineType_Project.initFromInventTable Method [AX 2012]

Initializes the sales line with the specified InventTable record.

Syntax

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

Run On

Called

Parameters

  • _inventTable
    Type: InventTable Table
    The InventTable record on which to base the sales line.
  • _resetPrice
    Type: boolean
    A Boolean value that specifies whether to reset the price; optional.

See Also

Reference

SalesLineType_Project Class