AxdSalesOrder.checkSalesTable Method [AX 2012]

Checks whether the sales table has the fields that this document class demands for saving the SalesTable table.

Syntax

private void checkSalesTable(AxSalesTable _axSalesTable)

Run On

Server

Parameters

  • _axSalesTable
    Type: AxSalesTable Class
    The AxSalesTable object that contains the SalesTable table that you want to check.

Remarks

This method is used in the prepareForSave method for this class.

See Also

Reference

AxdSalesOrder Class