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 calculation state.
Syntax
client server public static boolean updateState(
DimensionFocusRecId _dimensionFocusRecId,
DimensionFocusBalanceCalculationState _oldState,
DimensionFocusBalanceCalculationState _newState)
Run On
Called
Parameters
- _dimensionFocusRecId
Type: DimensionFocusRecId Extended Data Type
The dimension focus.
- _oldState
Type: DimensionFocusBalanceCalculationState Enumeration
The old calculation state.
- _newState
Type: DimensionFocusBalanceCalculationState Enumeration
The new calculation state.
Return Value
Type: boolean
true if at least one record was updated; otherwise, false.
Remarks
This method expects the caller to manage the database transaction.