Oracle® Insurance Rules Palette
OIPA supports fields that allow a user to enter large amounts of text. This text can be viewed in its entirety on the screen and in the Activity Results tab after an activity is processed.
The Issue transaction has been configured with a TextArea field to enter free-form information. The character limit is 260. This field is used by the CSR to enter free-form information that is fed to the document system used to create policy pages. The CSR enters 230 characters and is able to see all information that was entered. An update is made to the text field that pushes the character amount to 270. The first 260 characters are visible to the CSR.
Two MathVariables were created:
BigTextMV1: the BIGTEXT datatype that assigns the field values of TextArea1 to a MathVariable.
The two other MathVariables are TYPE=FUNCTION math variables. These math variables demonstrate the new StringLength() function.
TextArea1Length: INTEGER datatype that uses the TextArea1 field as the parameter in the function. When processed this math variable will display the length of the TextArea1 field.
Activity Results Window in OIPA showing Large Text Fields
Copyright © 2009, 2015, Oracle and/or its affiliates. All rights reserved. Legal Notices