UpdateRdsSequence: Boolean;
The UpdateRdsSequence property determines whether the system sequence, which is used to generate elements keys in MDM dictionaries is refreshed.
The property is set to False by default, and the system sequence is refreshed. If the property is set to True, the value of the system sequence is refreshed on copying MDM dictionaries. Refresh is executed in accordance with the following algorithm:
The maximum value of the elements key of the MDM dictionary is determined.
The maximum value of the MDM dictionary elements version is determined.
The maximum value from the acquired values is selected and compared with the current value of the repository system sequence.
If the value of the system sequence is less, it is replaced for the selected maximum value.
The property use is given in the example for the PrerequisiteObjects property.
See also: