The DisplayList tag defines fields that user wants to show in the search result table in the LOV dialog.
The DisplayList tag is child tag of tag lovDef.
The DisplayList tag has the following child tag: FieldRef.
The following example shows the XML for a DisplayList tag.
<lovDef name="owner_lov"; list-source="users" >
<CriteriaMap>
<Map listFieldRef="USERID" fieldRef="OWNER" >
</CriteriaMap>
<FieldMap>
<Map listFieldRef="USERNAME" fieldRef="OWNER" >
</FieldMap>
<DisplayList>
<FieldRef name="USERID" >
<FieldRef name="USERNAME" >
</DisplayList>
</lovDef>
FieldRef specifies the Name of the filed that appears as column in the LOV dialog.
| Name | Type | Supports EL? | Description |
|---|---|---|---|