Share via


InventCostUpdateGlobal.inventCostUpdate Method [AX 2012]

Creates and returns an instance of the inventCostUpdate class.

Syntax

public InventCostUpdate inventCostUpdate([DataAreaId _dataAreaId])

Run On

Called

Parameters

  • _dataAreaId
    Type: DataAreaId Extended Data Type
    The dataAreaId for which an instance of the inventCostUpdate class should be returned; optional.

Return Value

Type: InventCostUpdate Class
An instance of the inventCostUpdate class.

Remarks

If, for the given dataAreaId, no instance of the inventCostUpdate class exists in the global map, a new instance will be created and saved in the map. Then the instance will be looked up and returned.

See Also

Reference

InventCostUpdateGlobal Class