RequirementWidget
The RequirementWidget rule can be configured to display the "Recently created requirements" with the needed columns. If the rule is not configured, the system displays the following default columns.
- RequirementName
- Status
- RequirementType
| Element | Attributes | Parent Element | Description | Element/Attribute Values |
|---|---|---|---|---|
|
<RequirementWidget> |
Required element: This is the start and end tag of the element. |
|||
| TITLE |
String Optional: Defines the display name that will appear at the top of the widget |
|||
| COMMENT |
String Optional: Defines the description of Widget |
|||
| <Results> | <RequirementWidget> | Optional: This is the start and end tag of the Results element. | ||
| <Table> | <Results> |
Required element: The element that defines the screen as a table format and controls the display of results, formats results in a table. See Table Element. Note: Mask attribute will not be supported. |
||
| <Column> | <Table> | The container element for column configuration. | ||
| <Display> | <Table> | Defines the header for the search result table column. | ||
| <Name> | <Table> | Specifies the database column in which the field values are stored. | ||
| <Group> | <Table> | Indicates the table/screen that stores the field being referenced. | The groups supported shall be client, policy, requirement, requirementdefinition and requirementfields | |
| <DataType> | <Table> | Defines the datatype of the field. |
XML Schema
<RequirementWidget TITLE="[String]" COMMENT"[String]">
<Results>
<Table NAME="">
<Column ALIGN="" FORMAT="">
<Display></Display>
<Name></Name>
<Group></Group>
<DataType></DataType>
</Column>
</Table>
</Results>
</RequirementWidget>