
Chapter 7 Troubleshooting Integration Engine 117
Adding missing items in the AR System field drop-down lists
(NOT ( 'Field Name' LIKE
"%|%" ))
Several rules used in a data mapping use the syntax
<category>|<value>. The category represents the
category of a rule (such as function or constant). The pipe
terminates the category and starts the actual value that is
supplied by the rule. This restriction prevents any fields
with the pipe from appearing in the drop-down list. If this
restriction is removed, the field name preceding the pipe
must not be a keyword.
(NOT ( 'Field Name' LIKE
"%,%" ))
Field names cannot have embedded commas. This
restriction prevents any fields with commas from
appearing in the drop-down list. If this restriction is
removed, a field name with a comma cannot be used in a
function. However, a field name with a comma can be
used in other rule formats.
Table 7-2: Drop-down list restrictions
Restriction Description