title: "ShiftLog (Screen in Operations)" category: reference tags: [mobile, go, go-plus, screen, operations] source: ultimo_gomanager.xml date: 2026-04-17 status: published
ShiftLog (Screen in Operations)
Category: Screen Application: Operations Has standard: Ja Entity (uit XML): ShiftLog
Raw XMLbewerken
<Screen EntityType="ShiftLog">
<ContextList>
<Context>ShiftLogContext.ShiftHandover</Context>
</ContextList>
<Section Id="Headers">
<Header Title="${ShiftLog.Description}" Text="${ShiftLog.Id}" Image="${ShiftLog.ShiftLogbook.ProcessFunction.ImageFile?}" />
</Section>
<Section Id="ShiftLogAction">
<Workflow
Name="Mobile_ShiftLog_CreateShiftLogLine"
Text="#label(CREATE_SHIFTLOGLINE)"
Icon="ultimoweb-clipboard-4">
<Properties>
<Property Name="ShiftLog" Value="${ShiftLog.Id}" />
<Property Name="Text" Title="#label(DESCRIPTION)" Text="#label(ENTER_DESCRIPTION)" Type="String" Required="True" Html="True" />
<DataSetProperty Name="ShiftLogLineType" Title="#label(SHIFTLOGLINETYPE)" DataSet="ShiftLogLineType" />
<DataSetProperty Name="Equipment" Title="#contextdescription_capital(Equipment EquipmentContext.Installation)" DataSet="EquipmentFilteredOnProcessFunctionOrDepartment">
<Condition><![CDATA[#applicationelementenabled('37050ff7-cac3-4418-877d-62c464d89461')]]></Condition>
<Properties>
<Property Name="ProcessFunction" Value="${ShiftLog.ShiftLogbook.ProcessFunction?}" />
<Property Name="Department" Value="${ShiftLog.ShiftLogbook.Department?}" />
</Properties>
</DataSetProperty>
</Properties>
</Workflow>
</Section>
<Section Id="ShiftLogShiftLogLines">
<List DataSet="ShiftLogLinesLinkedToOpenShiftLog" Text="#contextdescription_plural_capital(ShiftLogLine ShiftLogLineContext.ShiftHandover)" ShowCount="True" Icon="ultimoweb-clipboard-4">
<Condition><![CDATA[#applicationelementenabled('508a3bdb-0cba-4ea8-bbfa-15bb31e43858')]]></Condition>
<Properties>
<Property Name="ShiftLogId" Value="${ShiftLog.Id}" />
</Properties>
</List>
</Section>
<Section Id="ShiftLogMaintenanceTasks">
<List DataSet="MaintenanceTasksLinkedToOpenShiftLog" Text="#contextdescription_plural_capital(ShiftLogLine ShiftLogLineContext.AutonomousMaintenance)" ShowCount="True" Icon="ultimoweb-wrench-4">
<Condition><![CDATA[#applicationelementenabled('fac026f6-8a50-4ba6-89ff-d5a62abaf83c')]]></Condition>
<Properties>
<Property Name="ShiftLogId" Value="${ShiftLog.Id}" />
</Properties>
</List>
</Section>
<Section Id="ShiftLogGeneral">
<Text Title="#label(CREW)" Text="${ShiftLog.Crew.Description?}" Icon="ultimoweb-people" />
<Entity Value="${ShiftLog.Employee}" />
<Text Title="#label(COMPLETED_WORK)" Text="#htmltoplain(${ShiftLog.CompletedWork})" Icon="ultimoweb-copy-2" />
</Section>
</Screen>
Brondatabewerken
- Definitie opvragen —
lookup_mobile_screen("ShiftLog", app="Operations")Volledige definitie incl. XML. Bron:ultimo_gomanager.xml. - Entity-model —
lookup_entity("ShiftLog")· ../../entities/ShiftLog Properties, contexts en statussen van de ShiftLog-entity. Bron:Entities.xml.