MultiFields Element

Description

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.

MultiFields Element Table

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.

XML Sample

<MultiFields RULE="MultiFields-TestWithdrawal">Yes</MultiFields>

Schema Example

<MultiFields RULE="[business rule name]">[Yes | No]</MultiFields>
 

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