UnmatchedResultSearchScreen
This business rule allows a user to search for unmatched requirement results and to manually match them to requirements.
UnmatchedResultSearchScreen Elements/Attributes
Element/Tag | Attribute | Definition | Element/Attribute Value and Description |
---|---|---|---|
<UnmatchedResultSearchScreen> |
|
Required element: The opening and closing tag of the business rule. |
|
<Search> |
Required element: Opening and closing tag of the configuration for the search section of the screen. |
||
<Fields> |
Optional element: Opening and closing tag of the search criteria fields section. |
||
<Field> |
Required element: The opening and closing tag for each search field being configured. Standard field configuration applies—see the Fields Element page for more information. This element is required if the parent <Fields> element is present. |
Supported values for the <Group> element are:
|
|
<Results> | Required element:
Opening and closing tag of the configuration for the search results section of the screen. |
||
<AllowMatch> |
Required element: Defines which requirement results (status) may be matched to a requirement. |
||
<StatusCode> | Required, repeatable element:
Specifies the status a requirement must be in, in order to be returned from the search. |
A StatusCode from the AsCodeRequirementResultStatus code name. | |
<Table> |
Optional element: Configures the search results table. Standard table configuration applies—see the Table Element page for more information. |
||
<FindRequirements> |
Optional element: Opening and closing tag for the configuration of the Find Requirements tab of the screen. |
||
<Search> |
Optional element: Opening and closing tag for the configuration of the search section of the Find Requirements tab. |
||
<Fields> | Required element:
Opening and closing tag of the search criteria fields section of the Find Requirements tab. |
||
<Field> |
Required, repeatable element: The opening and closing tag for each search field being configured. Standard field configuration applies—see the Fields Element page for more information.
|
Supported values for the <Group> element are:
|
|
<Results> |
Optional element: Opening and closing tag of the configuration for the search results section of the Find Requirements tab. |
||
<Table> |
Optional element: Configures the search results table for the Find Requirements tab. Standard table configuration applies—see the Table Element page for more information. |
XML Schema
<UnmatchedResultSearchScreen>
<Search>
<Fields>
<Field>
<Name>String</Name>
<Display>String</Display>
<DataType>[Any supported column DataType]</DataType>
<Group>[RequirementResult|RequirementResultField|RequirementDefinition]</Group>
</Field>
</Fields>
</Search>
<Results>
<AllowMatch>
<StatusCode>Integer</StatusCode>
</AllowMatch>
<Table>
<Column WIDTH="Integer" ALIGN="[LEFT|RIGHT|CENTER]">
<Name>String</Name>
<Display>String</Display>
<Group>[RequirementResult|RequirementResultField|RequirementDefinition]</Group>
<DataType>[Any supported column DataType]</DataType>
</Column>
</Table>
</Results>
<FindRequirements>
<Search>
<Fields>
<Field>
<Name>String</Name>
<Display>String</Display>
<DataType>[Any supported column DataType]</DataType>
<Group>[Policy|Client|Requirement|RequirementDefinition]</Group>
</Field>
</Fields>
</Search>
<Results>
<Table>
<Column WIDTH="Integer" ALIGN="[LEFT|CENTER|RIGHT]">
<Name>String</Name>
<Display>String</Display>
<Group>[Policy|Client|Requirement|RequirementDefinition]</Group>
<DataType>[Any supported column DataType]</DataType>
</Column>
</Table>
</Results>
</FindRequirements>
</UnmatchedResultSearchScreen>