SetRdsElements

Syntax

SetRdsElementsResult SetRdsElements(RdsId tRds, SetRdsElementsArg tArg)

Parameters

tRds. Opened dictionary instance moniker.

tArg. Parameters for changing information about dictionary elements.

Description

The SetRdsElements operation changes information about MDM dictionary elements.

Comments

This operation enables the user to make the following changes:

To execute the operation, in the tRds field specify moniker of opened selection schema instance, and in the tArg field specify operation execution parameters. The moniker can be obtained on executing the OpenRds operation, the dictionary should open for view (tArg.openForEdit = false).

The following fields must be defined depending on the operations to be executed:

The operation results in the result of executing some operation with the selected element or elements collection. All the changes are automatically saved.

Example

Various methods of using the operation are given in the following examples:

Example name
Inserting a new element
Moving elements
Updating information about element
Deleting elements

See also:

Working with MDM Dictionaries