NeedSaveChangeHistory: Boolean;
The NeedSaveChangeHistory property determines whether to create a new revision in history on data saving.
The property is relevant if, during algorithm calculation, the cubes with enabled version history change.
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 IAlgorithmSettings.CheckArithmeticErrors.
See also: