Share via


AxdReturnOrderIn.checkSalesTable Method [AX 2012]

Throws an error because the CustAccount value is not equal between the current and original record.

Syntax

public void checkSalesTable(AxSalesTable axSalesTable)

Run On

Server

Parameters

  • axSalesTable
    Type: AxSalesTable Class
    An AxBC class of the SalesTable table of the ReturnOrder.

Remarks

Checks whether the CustAccount value is the same between the current and original record and throws an error if it is not.

See Also

Reference

AxdReturnOrderIn Class