Share via


RetailDimensionsManager::checkAndCreateDimension Method [AX 2012]

Create a new dimension in the appropriate table, if it doesn't exist yet.

Syntax

client server public static void checkAndCreateDimension(
    TableId _dimensionTableId, 
    FieldId _dimensionNameFieldId, 
    Name _dimensionValue)

Run On

Called

Parameters

Remarks

The method tries to find records with _dimensionValue in the appropriate field. If no records found, creates a new one.

See Also

Reference

RetailDimensionsManager Class