Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

The R takes an optional second argument, which is the default value when the metadata field is not present.

Variants

The expression can formulated in two manners

  • Multiple Spel expressions with textual information in between text A #{...} text B #{...}

  • A single Spel expression using #{...} where extra text needs to be concatenated using +

Code Block
Multiple Spel = #{R('Descriptive.Title')} - #{R('Descriptive.Description')}
Single Spel = #{R('Descriptive.Title') + ' - ' + R('Descriptive.Description')}

Merging

When the templated sidecar is evaluated against a record it will result for example in the following metadata sidecar

...