You are here: Business Rules > Screen Rules > DisbursementApprovalScreen

DisbursementApproval Screen

Description

This business rule allows for the configuration of dynamic fields on this screen. These fields will be used to search for specific disbursements. You can use this business rule to total the currency for the columns on the Disbursement Approval screen. 

DisbursementApprovalScreen Element/Attribute Table

Element/Tag Definition

Attribute

Element/Attribute Value and Description

<DisbursementApprovalScreen>

 

The required opening and closing elements of this business rule.

 

 

<Table>    

 See Table Element. Controls the formatting of the display.

 

 

XML Examples

<DisbursementApprovalScreen>
<Table>
<Column WIDTH="70" ALIGN="LEFT" FORMAT="Text">
<Display>Payee Name</Display>
<Group>Client</Group>
<Name>lastName</Name>
</Column>
<Column WIDTH="70" ALIGN="LEFT" FORMAT="Text">
<Display>Policy Number</Display>
<Group>Policy</Group>
<Name>policyNumber</Name>
</Column>
<Column WIDTH="70" ALIGN="LEFT" FORMAT="Currency">
<Display>Amount</Display>
<Group>Disbursement</Group>
<Name>disbursementAmount</Name>
</Column>
<Column WIDTH="70" ALIGN="LEFT" FORMAT="Text">
<Display>TransactionName</Display> 
<Group>Transaction</Group>
<Name>transactionName</Name>
</Column>
<Column WIDTH="70" ALIGN="LEFT" FORMAT="Text">
<Display>Processor</Display>
<Group>Activity</Group>
<Name>clientNumber</Name>
</Column>
</Table>
</DisbursementApprovalScreen>

 

Schema Examples

<DisbursementApprovalScreen>
<Tables>        
<Column></Column>               
</Tables>        
</DisbursementApprovalScreen>

 

 

Copyright © 2009, 2011, Oracle and/or its affiliates. All rights reserved. Legal Notices