Share via


InventStdCostConvCheckDP.executeData Method [AX 2012]

Retrieves the CheckType and ErrorText values by calling the methods of the InventStdCostConvCheck class.

Syntax

private void executeData()

Run On

Server

Remarks

This method calls the methods of the InventStdCostConvCheck class to retrieve the CheckType and ErrorText values that are associated with items. Once the CheckType and ErrorText values are retrieved, a call is made to the insertIntoTempTable method by passing the CheckType, ErrorText, and errorExists values.

See Also

Reference

InventStdCostConvCheckDP Class