When one adds to update table data sets (tables, external tables, logs), MDM dictionary, composite MDM dictionary, automatic cubes or time series databases the Add Object to Update dialog box opens:

The top of the dialog box displays the type of the added object, its name and identifier.
Determine object update options:
Select object update method in the drop-down list:
Object Data and Metadata. Object structure and data is updated.
Object Metadata. Object structure is updated.
Object Data. Object data is updated.
If required, select checkboxes if several objects were selected for adding to the update structure:
Set for All Added Objects of This Type. If the checkbox is selected, one can use the specified update methods and integrity constraints handling methods for all objects of the specified type.
Set for All Added Objects. If the checkbox is selected, it is available to use the specified update methods and integrity constraints handling methods for all added objects.
One can add table fields/single records and MDM dictionary and composite MDM dictionary elements/attributes to update.
To add table fields/single records and MDM dictionary elements/attributes to update, use the IMetabaseUpdateDataObjectNode.PrimaryKeysOnly, IMetabaseUpdateDataObjectNode.FieldsOnly properties. After this the object is added to update.
To determine whether an object is partially updated, the Transfer Data column displays the Partial value:
In the web application on opening a ready update.
In the desktop application on creating and opening update.

The web application and the desktop application allow for alternative methods for adding MDM dictionary and composite MDM dictionary elements/attributes:
Add a dictionary attribute to update
Delete dictionary attribute from update
Add a dictionary element to update
Delete dictionary element from update
To correctly update a time series database:
Depending on the value determined in the Pre-Cleaning of Objects Depending by the Contents option for the Update Objects root element, on updating a time series database different metadata is updated:
Without pre-cleaning:
Non-identifying attributes that are optional to fill (only adding and deleting).
Non-unique indexes.
With pre-cleaning:
Identifying attributes.
Non-identifying attributes that are required to fill.
Changing of attribute's data type.
Unique indexes.
Rules of creating mnemonics.
See also: