BatchActivityDetailSearchScreen
This BR is used to configure the BatchActivityDetailSearchScreen.
Element/Tag | Attribute | Definition | Element/Attribute Value and Description |
---|---|---|---|
BatchActivityDetailSearchScreen |
The opening and closing elements of the screen rule. |
|
|
Batch | Required and repeatable element:Indicates the opening of the Batch field descriptions and related values. Used to search for different types of Batch specified in the NAME attribute. | ||
NAME | Required attribute: BatchName as configured in BatchScreen rule | ||
Search | Required and repeatable element:Indicates and defines search criteria and the fields to be included as part of the Batch Activity Detail Search screen. | ||
<Fields> | The opening and closing elements of the <Batch> Section | ||
<Results> | Required: Defines the results layout | ||
<Table> | Controls formatting of results display. See Table Element section | ||
Column | The container element for column configuration | ||
Display | Defines the header for the search result table column. | ||
Name | Specifies the database column in which the field values are stored. | ||
Group | Indicates the table that stores the field being referenced. | Batch|BacthField|BacthActivityDetail|BatchActivityDetailField |
XML Schema
<BatchActivityDetailSearchScreen>
<Batch NAME="<BatchName>">
<Search>
<Fields>
<Field>
<Name></Name>
<Display></Display>
<Group>Batch|BacthField|BacthActivityDetail|BatchActivityDetailField</Group>
<DataType></DataType>
</Field>
</Fields>
</Search>
<Results>
<Table NAME="BATCH">
<Column WIDTH="115" ALIGN="LEFT">
<Display>...</Display>
<Name>...</Name>
<Group>Batch|BacthField|BacthActivityDetail|BatchActivityDetailField</Group>
</Column>
</Table>
<Results>
</Batch>
</BatchActivityDetailSearchScreen>