Share via


SalesLineType_ReturnItem.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 to base the sales line upon.
  • _resetPrice
    Type: boolean
    A Boolean value that indicates whether 55price should be reset; optional.

See Also

Reference

SalesLineType_ReturnItem Class