Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
- _controlConfigurationRecId
Type: RecId Extended Data Type
The record ID of the BudgetControlConfiguration record.
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.