Briefing
Briefing offers the possibility to provide important information about the task to the resource (e.g. project information, security advice, customer specific details, etc.). The Briefing view is opened when clicking on the Briefing icon of a task.
Optionally, the Briefing view is opened when the mobile worker presses the On Site button. The mobile worker must confirm the information. If the dialog is canceled, the status of the task remains unchanged.
showBriefingIcon | ||||
---|---|---|---|---|
Type | Default Value | Example | Android | HTML 5 |
Boolean | false | true | + | - |
Use the preference showBriefingOnSite
to show the Briefing view when changing the status of the task into onSite
.
showBriefingOnSite | ||||
---|---|---|---|---|
Type | Default Value | Example | Android | HTML 5 |
Boolean | false | true | + | - |
briefingTemplate | ||||
---|---|---|---|---|
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 method="html" omit-xml-declaration="yes" encoding="string" indent="no" />
<xsl:template match="/">
<xsl:choose>
<xsl:when test="//@specialInfo">
<b><xsl:text>ID: </xsl:text></b><xsl:value-of select="//@specialInfo" /><br />
</xsl:when>
</xsl:choose>
</xsl:template>
</xsl:stylesheet>