Adapt a selection list

Adding a selection list is similar to creating a normal list. It includes data retrieval, a representation of the list, and a filter definition. To create a selection list from this normal list, you must configure a few properties.

Location

XML file in the xml folder

Procedure

  1. Create the list and specify the following properties of the <list> element:
    1. listType receives the value selection.
    2. destDataType.idref receives the object type of the list attribute as value.
    3. destAttributeType.idref receives the name of the list attribute itself.

Documents

lists.xsd

Example

ModifyObject_AddListAttribute

\WEB-INF\config\custom\xml\custom.xml: Add selection list