Defining a composite field
Usually, fields are used to insert the whole field value by enclosing the field name in curly brackets e.g. Dear {name}.Sometimes, however, you may need to insert only part of a field's value. The composite field feature enables you to set up new fields based on modifications of existing fields.
Value strings are enclosed in curly brackets to mark them as symbols rather than pieces of text.
|
The value: File {_name} page {_page} Inv: {invnum} would result in a composite field such as: File TEST page 2 Inv: 073102 |
Note
A leading underscore character is used to distinguish predefined fields from any defined by the user, but may be omitted if there are no user-defined fields with conflicting names.
Links
More on defining composite fields
Special fields in composed strings