DataInputService.modifyMeasureCorrectionValue Method
Modifies a measure correction value.
Parameters
- id
-
Type: String
The ID of the correction value to modify.
- value
-
Type: Number - May be null
The value of the item.
- text
-
Type: String
The text of the item.
Return Value
Type: jQuery.Promise
Value: dundas.data.CorrectionValue
A promise object that is resolved when the call is complete.
If successful, a dundas.data.CorrectionValue is returned.