DataArea.getItemByKey

Syntax

getItemByKey(dictKey: String);

Parameters

dictKey. MDM dictionary key.

Description

The getItemByKey method gets contents of the tab that contains a specified MDM dictionary.

Comments

The method returns a JSON object with the following fields: DictTree - tree of MDM dictionary elements, FindBox - container for elements search HistBox - tree containing history of dictionary attributes' values, ParamBox - dictionary parameters container, TabItem - tab that contains the dictionary.

Example

The example of use is given on the page with description of the DataArea.getActiveHistoryBox method.

See also:

DataArea