Share via


InventCostUpdateGlobal.ttsNotifyAbort Method [AX 2012]

Iterates through the global map and calls the inventCostUpdate.ttsNotifyAbort method for each instance.

Syntax

public void ttsNotifyAbort()

Run On

Called

Remarks

This method will be called if a transaction is aborted. The inventCostUpdate.ttsNotifyAbort method will be called for all the instances of the inventCostUpdate class that are stored in the map. Changecompany is not required because the call of the method inventCostUpdate.ttsNotifyAbort will only reset the variables of the inventCostUpdate class.

See Also

Reference

InventCostUpdateGlobal Class