Task Details
The details of a task in the agenda can be adapted with the following preferences.
| showEstimatedDuration | ||||
|---|---|---|---|---|
| Type | Default Value | Example | Android | HTML 5 |
| Boolean | true | false | + | - |
The showCountdown process flow preference displays a count down timer above the button grid of the task details. This timer is only shown in case the task was started earlier and shows the time left until the task was originally scheduled.
| showCountdown | ||||
|---|---|---|---|---|
| Type | Default Value | Example | Android | HTML 5 |
| Boolean | true | false | + | - |
To show details on the earliest/latest time window, activate the taskInfoShowSLA preference.
| taskInfoShowSLA | ||||
|---|---|---|---|---|
| Type | Default Value | Example | Android | HTML 5 |
| Boolean | true | false | + | - |
The details screen contains a web view container which can be used to display customized information with regards to the task. Whenever the template detailsExtraTemplate is set, the result of the template will be used to fill the container.
| detailsExtraTemplate | ||||
|---|---|---|---|---|
| Type | Default Value | Example | Android | HTML 5 |
| String | undefined | See below | + | + |
<xml version="1.0" encoding="UTF-8">
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output media-type="text/html"/>
<xsl:template match="/Data">
<html>
<body>
<p style="background-color:blue;color:white">
Purchase Order <xsl:value-of select="@purchaseOrder"/>
</p>
</body>
</html>
</xsl:template>
</xsl:stylesheet>
The planned items in the Details and Signature screen are sorted on reference, unitOfMeasure, subType, processFlow, localExtra by default. To change the sorting, one can specify either or processFlow-reference-subType or processFlow-subType-reference for the orderAttachmentList preference.
| orderAttachmentList | ||||
|---|---|---|---|---|
| Type | Default Value | Example | Android | HTML 5 |
| String | Undefined | false | + | - |
For a more sophisticated way of sorting, see the section "Sorting" below.