HasChangeHistory: Boolean;
The HasChangeHistory property returns whether version history is supported for cube data.
The property is relevant for working with display versions of standard cubes or cubes based on a standard cube, that is, virtual cubes or cube views.
The property returns True if version history is enabled for a cube. If the property returns True, it is not recommended to edit cube using application code because it will lead to the inability to work with version history. To edit cube structure, and there is a chance of losing existing version history, execute the following operations:
Disable version history in the web application visual interface.
Make necessary changes to the cube structure.
Enable again version history in the web application visual interface.
See also: