BudgetControlDimensionAttribute::updateOrdinals Method

Updates the Ordinal field values of the BudgetControlDimensionAttribute records for the specified budget control configuration.

Syntax

server public static void updateOrdinals(container _packedZeroBasedPositionMap, RecId _controlConfigurationRecId)

Run On

Server

Parameters

  • _packedZeroBasedPositionMap
    Type: container
    The packed map that contains the DimensionAttribute record ID and the Ordinal field value pairs.

Remarks

The Ordinal field values in a map are expected to be zero-based and the method will convert them to one-based before they are stored.

See Also

Reference

BudgetControlDimensionAttribute Table