...
Methods
When putting a string in metadata sidecar with Each pattern #{...}
it in the expression string will be evaluated using the Spring Expression Language. Inside an expression, you can reference the metadata using R(<Dotted key>)
or record(<Dotted key>)
for example R('Descriptive.Title')
or recordF('Descriptive.Title')
.
Only dotted keys referring to a field definition present in the system are allowed
...