Oracle® Insurance Rules Palette Release 9.3.1.0 E21044_01
A set of fields that can be repeated is called MultiField. MultiFields enable and allow Screen / Transaction configuration with multiple sets of dynamic field values. To use MultiField in a business rule or transaction, it has to be first defined using a MultiField business rule. It can then be used by screen displaying business rules with the <MultiField> element.
| Element | Attribute | Definition | Element/Attribute Values |
|---|---|---|---|
|
<MultiFields> |
|
Required: The opening and closing tag of the MultiFields element. This element is used to turn on/off the multifields section. The statement can occur in any part of the Transaction/Screen XML. |
Yes – Enables the named MultiField business rule (turns on) and generates the contained fields. No – (Default) Disables the Multifield business rule (turns off) and does not generate the contained fields. |
| RULE |
Required: This attribute is used to specify the name of the MultiFields business rule. |
A literal value referencing the exact name of the MultiField business rule. |
<MultiFields RULE="MultiFields-TestWithdrawal">Yes</MultiFields>
<MultiFields RULE="[business rule name]">[Yes | No]</MultiFields>
Copyright © 2009, 2011, Oracle and/or its affiliates. All rights reserved. Legal Notices