Dictionary.getElem

Syntax

getElem(key: Number);

Parameters

key. Key of MDM dictionary element.

Description

The getElem method gets MDM dictionary element by its key.

Comments

This method returns a PP.Rds.DItem value.

Example

The example of use is given on the page with description of the RdsService.beginBatch method.

See also:

Dictionary