<fields>

fields


This fields tag is used to define the field collection.

Relationship with other tags

The fields tag is child tag of tag WorkItem .

The fields tag has the following child tag: field.

Example

The following example shows the XML for a fields tag that has a field child tag.

<RepositoryModel resName="res" resFile="/META-INF/res/modelresource.xml">
   <WorkItem     data-source="rpthead"   id-def="TASKID" id-label="${res.TASK_ID}"  
                 label-def="TASKID" name="${res.TASK_NAME}" type="Task"  
                 subject-def="DESC"
                 webURLHandler="oracle.sampleconnector.SampleConnectorService"  
                 supportSearchByID="true" xmlns="http://www.oracle.com/alm"  
                 version="1.1.1.1"  > 
<fields> <field name="TASKID" type="number" label="${res.TASK_ID}" readOnly="true"> </fields> </WorkItem>
</RepositoryModel>

Attributes

Name Type Supports EL? Description