This lovDefs tag is used to define the list of value definitions.
The fields tag is child tag of tag WorkItem.
The fields tag has the following child tag: lovDef.
The following example shows the XML for a lovDefs tag that has a lovDef child tag.
<lovDefs>
<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>
</lovDefs>
| Name | Type | Supports EL? | Description |
|---|---|---|---|