Oracle Fusion Middleware Tag Reference for Oracle Team Productivity Center
11g Release 1 (11.1.1.7.0)
E14265-06
Go back

Summary

Tag name: <CriteriaMap>

The CriteriaMap tag is used inside LovDef tag to group a list of Map tags. Each Map tag defines association between work item field and LOV source field. The value from the work item field is used as the value for the LOV field. The LOV field and this value together complete one LOV search criterion row at runtime.

Code Example(s)

      <CriteriaMap>
        <Map listFieldRef="STATUS" fieldRef="STATUS"/>
      </CriteriaMap>

Attributes

Name Type Default value Required? Supports EL? Description