Share via


AxdReturnOrderIn.checkSalesLine Method [AX 2012]

Determines whether the ItemId value is the same between the current and original record and throws an error if they are not the same.

Syntax

public void checkSalesLine(AxSalesLine axSalesLine)

Run On

Server

Parameters

  • axSalesLine
    Type: AxSalesLine Class
    The AxBC class of the SalesLine table of the ReturnOrder.

See Also

Reference

AxdReturnOrderIn Class