You are here: Common Elements > Multifields Element

MultiFields Element

Description

A set of fields that can be repeated is called MultiField. MultiFields enable and allow Screen and 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. For detailed information about configuring MultiFields, refer to "MultiField Configuration" in the Rules Palette Help.

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.

Required element value: Yes
  RULE

Required:

This attribute is used to specify the title of a MultiFields business rule.

A literal value referencing the exact rule name of a MultiFields business rule (AsBusinessRules.RuleName).

XML Sample

<MultiFields RULE="IdentifierFields">Yes</MultiFields>

Schema Example

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

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