Application DesignDefault Data

You can create default data entries within a business rule component. Each default data entry becomes a data map entry that includes a name (key) and a value.

The following is the syntax for specifying default data entries.

Important! Content in a business rule is case sensitive. This includes business rule component names, attributes, and values.

Note: If you create a default data entry, you must specify a name and a value. Do not begin and end the name with an exclamation point (!), because that syntax is used for reserved keys.

ClosedAbout the syntax documentation

<defaultData>

<entry name="Name_of_data_map_entry"
dataType="STRING|INTEGER|BOOLEAN|NUMBER|BINARY|DATE"
mergePolicy="MERGE_ALL|MERGE_NONE|MERGE_FROM_CHILD|MERGE_TO_PARENT"
action="OVERRIDE|NOT_EXISTS|DELETE|APPEND|PREPEND">

<value>Value_of_data_map_entry</value>

</entry>

</defaultData>

Syntax Tips

Additional information is available about the following items.

Closedaction

CloseddataType or valueType

ClosedmergePolicy

Closedname

Closedvalue

Tip: For assistance with a business rule that you have created or to have Loftware create business rules for you, contact Loftware's Professional Services Group.