BatchScreen
The BatchScreen BR is used to configure the BatchScreen. The BatchScreens BR controls:
- The content in the batch
- Layout of BatchDetails and BatchActivityDetail tables
| Element/Tag | Attributes | Parent Element | Description | Element/Attribute Values |
|---|---|---|---|---|
|
<BatchScreens> |
The opening and closing elements of the screen rule. Required and repeatable element: This element defines the BatchName, Transaction and AUTOPROCESS for each Batch. |
|||
|
<BatchScreen> |
<BatchScreens> |
Required and repeatable element: This element defines the BatchName, Transaction and AUTOPROCESS for each Batch. |
||
|
NAME |
Required attribute: BatchName Must be Unique within a Rule |
|||
|
TRANSACTION |
Required attribute: Primary Company level Transaction. That will spawned on Batch Release Batch transactions can be configured with transaction typecodes of '07,12,17'. |
|||
|
AUTOPROCESS |
Optional attribute: YES|No default is "No" |
|||
|
<EffectiveDate> |
<BatchScreens> | |||
|
<Batch> |
<BatchScreens> |
The opening and closing elements of the <Batch> Section |
||
|
<FixedFields> |
<Batch> | |||
|
<Fields> |
<Batch> |
See Fields element. |
||
|
<Actions> |
<Batch> | |||
|
<Events> |
<Batch> | |||
|
<ScreenMath> |
See ScreenMath Element. |
|||
|
<BatchDetails> |
<BatchScreens> |
Optional Element: Contains the SQL query that will return the batch of policies and populate the BatchDetails table |
||
|
<Table> |
<BatchDetails> |
Required Element: Defines the layout of BatchDetails screen. |
||
|
<Results> |
<Table> |
Required Element: Contains the query element |
||
|
<Query> |
<Results> |
Required Element: Contains the SQL query that will return the batch of policies and populate the BatchDetails table |
||
|
<Column> |
<Table> |
Required and repeatable element: The container element for column configuration. |
||
|
IDENTIFIER |
Optional attribute |
Yes|No Default is "No". | ||
|
<Display> |
<Table> |
Display Name for Column. |
||
|
<Name> |
<Table> |
Column Name matches with the Query Result Set Column. |
||
|
<Group> |
<Table> |
Optional element: Required withIDENTIFIER attribute. |
||
|
<BatchActivityDetail> |
<BatchScreens> |
Required Element: Contains the Layout for BatchActivityDetail table. |
||
|
<AutoEntryCount> |
<BatchActivityDetail> |
Optional Element: Defines the Number of rows in BatchActivityDetail table. |
||
| TYPE |
Required attribute |
FIELD|SQL | ||
| FIELD |
Optional attribute: Requires if TYPE="FIELD". Contains one of Integer BatchField. |
|||
|
<Table> |
<BatchActivityDetail> |
See Table Element. |
||
|
<Column> |
<Table> |
Required and repeatable element: The container element for column configuration. |
||
| EDITABLE |
Optional attribute |
Yes|No Default is "No". Determines whether column is editable or not. | ||
|
IDENTIFIER |
Optional attribute |
Yes|No Default is "No". | ||
|
RECONCILE |
Optional attribute |
Yes|No Default is "No". Applicable to only Numeric columns. | ||
| TOTAL |
Optional attribute |
Yes|No Default is "No". Applicable to only Numeric columns. | ||
| FIELD |
Optional attribute: Contains one of the Numeric BatchField. Requires if RECONCILE attribute is "Yes". |
|||
|
<BatchActivityDetailFields> |
<BatchScreens> |
Optional element: The container element for Field configuration. |
||
|
<Fields> |
<BatchActivityDetailFields> |
See Fields element. |
XML Schema
<BatchScreens>
<BatchScreen NAME="NameOFBatch" TRANSACTION="TransactionName" AUTOPROCESS="[Yes|No]"/>
<EffectiveDate STATUS="Enabled" TITLE="Effective Date" TYPE="SYSTEM"></EffectiveDate>
<Batch>
<FixedFields>
<Field></Field>
</FixedFields>
<Fields>
<Field></Field>
<Field></Field>
<Field></Field>
</Fields>
<Events/>
<Actions/>
</Batch>
<BatchDetails>
<Table>
<Results>
<Query></Query>
</Results>
<Column WIDTH="105" ALIGN="RIGHT" IDENTIFIER="YES|NO">
<Display></Display>
<Name>Same as Query Results Column</Name>
<Group>EntityName without "AS" prefix</Group>
</Column>
</Table>
</BatchDetails>
<BatchActivityDetail>
<AutoEntryCount TYPE="FIELD|SQL" FIELD="<FieldName>">SQL Query that returns a count if TYPE="SQL".</AutoEntryCount>
<Table>
<Column WIDTH="105" ALIGN="RIGHT" IDENTIFIER="YES|NO" EDITABLE="Yes|No" TOTAL="Yes|No" RECONCILE="Yes|No" FIELD="TapeTotal">
<Display></Display>
<Name></Name>
<Group>BatchActivityDetailField|Policy</Group>
<DataType></DataType>
</Column>
</Table>
</BatchActivityDetail>
<BatchActivityDetailFields>
<Fields>
<Field> </Field>
<Field> </Field>
</Fields>
</BatchActivityDetailFields>
</BatchScreens>