UnmatchedResultSearchScreen
This business rule allows a user to search for unmatched requirement results and to manually match them to requirements.
| Element/Tag | Attributes | Parent Element | Description | Element/Attribute Value |
|---|---|---|---|---|
|
<UnmatchedResultSearchScreen> |
|
Required element: The opening and closing tag of the business rule. |
||
| <Search> | <UnmatchedResultSearchScreen> |
Required element: Opening and closing tag of the configuration for the search section of the screen. |
||
| <Fields> | <Search> |
Optional element: Opening and closing tag of the search criteria fields section. |
||
| <Field> | <Fields> |
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> | <UnmatchedResultSearchScreen> | Required element:
Opening and closing tag of the configuration for the search results section of the screen. |
||
| <AllowMatch> | <Results> |
Required element: Defines which requirement results (status) may be matched to a requirement. |
||
| <StatusCode> | <AllowMatch> | 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> | <Results> |
Optional element: Configures the search results table. Standard table configuration applies—see the Table Element page for more information. |
||
| <FindRequirements> | <UnmatchedResultSearchScreen> |
Optional element: Opening and closing tag for the configuration of the Find Requirements tab of the screen. |
||
| <Search> | <FindRequirements> |
Optional element: Opening and closing tag for the configuration of the search section of the Find Requirements tab. |
||
| <Fields> | <Search> | Required element:
Opening and closing tag of the search criteria fields section of the Find Requirements tab. |
||
| <Field> | <Fields> |
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> | <FindRequirements> |
Optional element: Opening and closing tag of the configuration for the search results section of the Find Requirements tab. |
||
| <Table> | <Results> |
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>