Regeneration options determine when the Formatting Rule is rebuilt. They can be rebuilt based on 3 options:
- When the rule changes. If the Formatting Rule has been updated since originally placed, it will be rebuilt.
- When the data changes. If any fields or records that make up the rule have been updated, it will be rebuilt.
- When the script result changes. This allows rebuilding of the rule when only a specific piece of information changes.
For example, if the field IMAGECOUNT changes:
1 | return SELECTION.getcontent('IMAGECOUNT'); |