NeedSaveChangeHistory: Boolean;
The NeedSaveChangeHistory property determines whether to create a new revision in history on data saving.
The property is relevant if data is saved to the cube with enabled version history method.
Available values:
True. Default value. Create a new revision in version history.
False. Do not create a new revision in version history.
The property use is given in the example for IMsProblemCalculationCallback.OnBeforeSaveDataEx.
See also: