DimensionFocusUnprocessedTransactions::updateState Method
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.