Share via


InventMov_Sales::newFromSalesLine Method [AX 2012]

Initializes a new instance of the InventMov_Sales class based on the specified record.

Syntax

client server public static InventMov_Sales newFromSalesLine(SalesLine _salesLine)

Run On

Called

Parameters

  • _salesLine
    Type: SalesLine Table
    The record in the SalesLine table for which the class is instantiated.

Return Value

Type: InventMov_Sales Class
An instance of the InventMov_Sales class.

See Also

Reference

InventMov_Sales Class