BillDetailScreen

In addition to the fixed fields of the AsBillDetail table, the BillDetailScreen rule can be used to optionally define dynamic fields which may be populated on the AsBillDetailField table (used by GenerateBillDetail BR)

Note: Note: All other named fields will be ignored without error by the system. The screen rule is just for defining fields and will only be available via palette so actions, events and screen math are not supported. Also, since the screen serves only to define the bill detail field names and data types, Default, Calculated and Query elements are not supported either.

All records inserted into the AsBillDetail table will be given an initial status of 'Pending' and all subsequent status progressions will be defined by the system. The BillDetailScreen contains the detailed record of the bill. The following are the elements of the Bill detail screen

BillDetailScreen Elements/Attributes
Element/Tag Attribute Definition Element/Attribute Value and Description

<BillDetailScreen>

 

The opening and closing tag of the BillDetailScreen business rule.

 
<Fields>  

Optional element:

Defines additional dynamic fields for the bill detail

Lists the Bill details that are applicable

<Field> Required, repeatable. Standard field definition syntax.

Required, Repeatable element:

Standard field definition syntax.

Lists the fields that are applicable for this bill type
<Name>   Repeatable element:

Lists the Name that are applicable for this bill type.

BillDetailCreationDate

BillDetailChangeDate

<Display>   Repeatable element:

.

Creation date / Change date
<DataType>   Repeatable element: TYPE: Date

XML Example

<BillDetailScreen>
 <Fields>
 <Field>
<Name>BillDetailCreationDate</Name>
<Display>Bill Detail CreationDate</Display>
<DataType>Date</DataType>      
</Field>
<Field>          
<Name>BillDetailChangeDate</Name>
<Display>Bill Detail Change Date</Display>
<DataType>Date</DataType>      
</Field>
</Fields>
</BillDetailScreen>

XML Schema

<BillDetailScreen>
<Fields>
 <Field>
<Name>.....</Name>         
.....
</Field>
<Fields>   
<BillDetailScreen>

 

 

 

 

Oracle Insurance Logo Copyright © 2017, Oracle and/or its affiliates. All rights reserved. About Oracle Insurance | Contact Us