Share via


InventStdCostConvCheckDP.insertIntoTempTable Method [AX 2012]

Inserts data into the InventStdCostConvCheckTmp temporary table.

Syntax

private void insertIntoTempTable(
    InventStdCostConvCheckType _checkType, 
    str _errorText, 
    boolean _errorExists)

Run On

Server

Parameters

  • _errorText
    Type: str

See Also

Reference

InventStdCostConvCheckDP Class