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 | Attribute | Definition | Element/Attribute Value and Description |
---|---|---|---|
<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> | 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 | ||
AUTOPROCESS | Optional attribute: YES|No default is "No" | ||
<EffectiveDate> | See EffectiveDate element. | ||
<Batch> | The opening and closing elements of the <Batch> Section | ||
<FixedFields> | See FixedField Element | ||
<Fields> | See Fields element | ||
<Actions> | |||
<Events> | |||
<ScreenMath> | See ScreenMath element | ||
<BatchDetails> | Optional Element: Contains the SQL query that will return the batch of policies and populate the BatchDetails table | ||
<Table> | Required Element: Defines the layout of BatchDetails screen. | ||
<Results> | Required Element: Contains the query element | ||
<Query> | Required Element:Contains the SQL query that will return the batch of policies and populate the BatchDetails table | ||
<Column> | Required and repeatable element: The container element for column configuration. | ||
IDENTIFIER | Optional attribute: Yes|No Default is "No" . | ||
<Display> | Display Name for Column. | ||
<Name> | Column Name matches with the Query Result Set Column. | ||
<Group > | Optional element: Required withIDENTIFIER attribute. | ||
< BatchActivityDetail > | Required Element: Contains the Layout for BatchActivityDetail table | ||
<AutoEntryCount > | 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> | See Table Element | ||
<Column> | Required and repeatable element:The container element for column configuration. | ||
EDITABLE | Optional attributeYes|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". | ||
<BatchActivityDetailField > | Optional element: The container element for Field configuration. | ||
<Fields> | 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>