EligibleTransactionByPolicyStatus

The EligibleTransactionsByPolicyStatus rule is a plan rule that enhances and supports the processing of events in the system.  This type of rule can be configured using XML or it can be configured using visual editing tools.  

 

The EligibleTransactionsByPolicyStatus business rule controls the transactions that are available to the OIPA user depending on the status of the policy and whether in that status the transaction will be initiated by the user or by the system.  For example, the Issue activity that issues a policy is available only when the policy is in pending status.  If the policy was already in active status, there would be no reason to have the Issue activity available, as the policy has already been issued.

 

Using XML elements, attributes and values you can configure these processing rules according to business needs.  You can configure the rule using the XML Source pane, which displays color coded XML for optimal reading and buttons for finding and formatting code.  For a list of XML editing features, please see the XML Source Editing section.

 

Eligible Txns tab of EligibleTransactionByPolicyStatus business rule

 

The General Pane displays the rule properties.  The fields on the general pane include:

 

The Eligible Txns Pane allows for the visual editing of this rule.  You can drag and drop from the Components listed in the Palette window to the Transactions section of the Configuration Area.

 

Note:  System transactions are added to the Activity screen in OIPA only by spawns and will not be available from a drop-down list. User transactions can be added manually (through drop-down list selection) or through spawns.

 

 

Steps to Use Visual Editing to Add a Transaction to the EligibleTransactionByPolicyStatus Business Rule

  1. Navigate to the Main Explorer tab and open the Company and Plan folders where your new transaction resides.

  2. Open Business Rules | Plan Rules and double-click on the EligibleTransactionByPolicyStatus folder.  Right-click on the XML file and select Check-out.

  3. Click the Eligible Txns tab.  This will open the window in the Configuration Area and allow you to add your new transaction using drag and drop features.

  4. Click Transaction from the right-side window and drag it under the appropriate policy status heading.

  5. From the bottom of the Configuration Area, click the Lookup link to find the name of your new transaction.  When the Lookup window appears, highlight the new transaction name and click OK.

  6. Click the radio button for user to identify your new transaction as user generated or click the radio button for system to identify your new transaction as system generated.

  7. Check-in the EligibleTransactionByPolicyStatus business rule to save your changes to the database.  

 

 

New Transaction Added to Eligible Transaction By Policy Status Business Rule

 

 

 

Configure Using XML Source Pane

In the EligibleTransactionsByPolicyStatus example below, you can see how to add, edit or delete a transaction’s availably by status.  The transaction’s name must be the value between the <Transaction> start and end tags.  All <Transaction> tags must be sub-elements of the <PolicyStatus> tag.  You can also define whether the transaction is system generated or user generated with the TYPE attribute.  The <PolicyStatus> element has an attribute called NAME that lists the name of the policy status that the policy must be in for the transaction to be available.  The NAME attribute is only used for readability.  The CODE attribute controls what policy status the transaction will be available in.  CODE values are available in AsCodeStatus, which you can view in the Codes Name folder.

 

XML Source of the EligibleTransactionByPolicyStatus business rule

 

Important:  Please see the V9 XML Configuration topic in this help system for a list of all elements, attributes and values needed for configuration.  View Business Rules | Plan Rules | EligibleTransactionsByPolicyStatus.