Attachment Totals
The Attachment Totals screen shows a custom view on all task attachments of the current task (or task collection). The screen is available via a task button when the process flow preference showTotalsIcon
is true
.
attachmentTotalsTemplate | ||||
---|---|---|---|---|
Type | Default Value | Example | Android | HTML 5 |
String | Undefined | XSLT-code | + | - |
The view is customized by an XSL-template, which must be defined in the flow preference attachmentTotalsTemplate
. The transformation input is an XML representation of the <Task>
as the root- and all related <TaskElements>
as sub-elements. If the extra
-fields of the Task
or TaskAttachment
s contain valid XML, its elements are inlined, otherwise the extra
-field is included as a regular attribute.