Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

Excerpt

Writes multiple data types (text, string field, date field, and numeric field) into one object.

Examples for message field including date and number formatting:

Text in message-field> The total Sales is $(sales, number, $ #,###.##) for $(report.date, date, yyyy-MM-dd)

returns something like:

The total Sales is $4,000 for 2013-03-14.

...