TrackElementDependencies: Boolean;
TrackElementDependencies: boolean;
The TrackElementDependencies property indicates whether the object dependencies on the MDM dictionary elements are tracked.
If the property is set to True, dependency on the elements of the MDM dictionaries are tracked for the object. Information about dependencies can be obtained in the IMetabaseObjectDescriptor.ElementDependencies property.
If this property is changed, the IMetabaseObjectDescriptor.ElementDependenciesTrackingType property is changed automatically.
Executing the example requires that the repository contains an object with the Obj_1 identifier and an MDM dictionary with the Country identifier in repository. The object supports tracking of dependencies on the elements of dictionaries.
Add links to the Metabase, Rds system assemblies.
After executing this example the function of tracking of the dependencies on the elements of the dictionary is activated for the specified object and for the MDM dictionary. A new dependency from the first element of a dictionary will be created for an object. A list of dependencies is saved in the repository base.
See also: