| attributes |
| Name |
Annotation |
| validation |
| documentation |
Used
with AC=INSERT/UPDATE, specifies what to do in the case of a
validation violation: update (only pertains to list
validation), override, or none (default), where "none" means
that the record will be
rejected. | |
| trim |
| documentation |
Used
with AC=INSERT/UPDATE, specifies whether leading spaces should
be removed: Y or N (default). | |
| matchFound |
| documentation |
Used
with AC=UPDATE, specifies what action to take if matching
record is found: rejectRecord, appendFields, replaceRecord,
deleteRecord, or replaceFields
(default). | |
| matchNotFound |
| documentation |
Used
with AC=UPDATE, specifies what action to take if matching
record is not found: rejectRecord or acceptRecord
(default). | |
| ignoreEmptyFields |
| documentation |
Used
with AC=UPDATE, specifies whether empty fields should be
ignored during an update: Y or N (default). If empty fields
are not ignored, they will cause the existing data in that
field to be deleted. | |
| batchModAction |
| documentation |
Used
with AC=BATCH_MODIFY, specifies action to perform:
appendEntry, insertEntry, deleteEntry, substEntry (default),
or substText. | |
| batchModEntry |
| documentation |
Used
with AC=BATCH_MODIFY, specifies field entry to be modified:
first, last, all, or matching. Default is "first", unless used
with "substText", which requires
"matching". | |
| matchCase |
| documentation |
Used
with AC=BATCH_MODIFY, specifies whether to do a case-sensitive
compare for field content to be changed: Y or N
(default). | |
| matchWholeWord |
| documentation |
Used
with AC=BATCH_MODIFY, specifies whether to match whole word(s)
when looking for information to change: Y or N
(default). | | |