BatchActivityDetailSearchScreen

This BR is used to configure the BatchActivityDetailSearchScreen.

BatchActivityDetailSearch: Elements and Attributes
Element/Tag Attributes Parent Element Description Element/Attribute Values

<BatchActivityDetailSearchScreen>

 

The opening and closing elements of the screen rule.

 

<Batch>

  <BatchActivityDetailSearchScreen>

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>

  <Batch>

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>

  <Search>

The opening and closing elements of the <Batch> Section

 

<Results>

  <Batch>

Required: Defines the results layout

 
<Table>   <Results>

Controls formatting of results display. See Table Element section.

 

<Column>

  <Table>

The container element for column configuration

 

<Display>

  <Column>

Defines the header for the search result table column.

 

<Name>

  <Column>

Specifies the database column in which the field values are stored.

 

<Group>

  <Column>

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>