title: "ConditionFlawPresent (Screen in Fleet)" category: reference tags: [mobile, go, go-plus, screen, fleet] source: ultimo_gomanager.xml date: 2026-04-17 status: published
ConditionFlawPresent (Screen in Fleet)
Category: Screen Application: Fleet Has standard: Ja Entity (uit XML): ConditionFlawPresent
Raw XMLbewerken
<Screen EntityType="ConditionFlawPresent">
<ContextList>
<Context>ConditionFlawPresentContext.Fleet</Context>
</ContextList>
<Section Id="Headers">
<Header Title="${ConditionFlawPresent.Description}" Text="${ConditionFlawPresent.Id}" />
</Section>
<Section Id="Actions">
<Workflow
Name="Mobile_ConditionFlawPresent_ToggleStatus"
Title="#label(REACTIVATE)"
Text="#label(CONDITIONFLAWPRESENT_ACTIVE)"
Icon="ultimoweb-spinner">
<Condition><![CDATA[${ConditionFlawPresent.Status} == ConditionFlawPresentStatus.Finished
&& ${ConditionFlawPresent.SolveJob} != Empty]]></Condition>
<Properties>
<Property Name="ConditionFlawPresent" Value="${ConditionFlawPresent.Id}" />
</Properties>
</Workflow>
<Workflow
Name="Mobile_ConditionFlawPresent_ToggleStatus"
Title="#label(READY_REGISTRATION)"
Text="#label(CONDITIONFLAWPRESENT_FINISHED)"
Icon="ultimoweb-checkmark">
<Condition><![CDATA[${ConditionFlawPresent.Status} == ConditionFlawPresentStatus.Active
&& ${ConditionFlawPresent.SolveJob} != Empty]]></Condition>
<Properties>
<Property Name="ConditionFlawPresent" Value="${ConditionFlawPresent.Id}" />
</Properties>
</Workflow>
<Workflow
Name="Mobile_ConditionFlawPresent_UnlinkFromJob"
Title="#label(UNLINK)"
Text="#label(CONDITIONFLAWPRESENT_UNLINK)"
Icon="ultimoweb-close">
<Condition><![CDATA[${ConditionFlawPresent.SolveJob}!=Empty
&& (
${ConditionFlawPresent.Status} != ConditionFlawPresentStatus.Finished
&& ${ConditionFlawPresent.Status} != ConditionFlawPresentStatus.Closed
)]]></Condition>
<Properties>
<Property Name="ConditionFlawPresent" Value="${ConditionFlawPresent.Id}" />
</Properties>
</Workflow>
</Section>
<Section Id="General">
<Entity Value="${ConditionFlawPresent.JobInspectionLine}" Title="#contextdescription_capital(${ConditionFlawPresent.JobInspectionLine})" />
<Entity Value="${ConditionFlawPresent.SolveJob}" Title="#contextdescription_capital(${ConditionFlawPresent.SolveJob})" />
<Text Title="#label(EXPLANATION)" Text="${ConditionFlawPresent.Text}" Icon="ultimoweb-copy-2" ConvertHtmlToPlainText="True" />
</Section>
<Section Id="Location">
<Entity Value="${ConditionFlawPresent.Equipment.ProcessFunction}" Title="#contextdescription_capital(${ConditionFlawPresent.Equipment.ProcessFunction})" Text="${ConditionFlawPresent.Equipment.ProcessFunction.Description?}" />
<Entity Value="${ConditionFlawPresent.Equipment}" Title="#if(${ConditionFlawPresent.Equipment.ExchangePart} == True)#label(FLEET_EQUIPMENT)#else#contextdescription_capital(${ConditionFlawPresent.Equipment})#end" Text="${ConditionFlawPresent.Equipment.Description}" />
<Text Title="#label(LICENSEPLATE)" Text="${ConditionFlawPresent.Equipment.Code?}">
<Condition><![CDATA[${ConditionFlawPresent.Equipment.Code?} != Empty]]></Condition>
</Text>
</Section>
<Section Id="Image">
<Document Title="#label(ATTACHED_IMAGE)" Text="#label(ILLUSTRATION_1)" Image="${ConditionFlawPresent.ImageFile}" FileName="${ConditionFlawPresent.ImageFile}">
<Condition><![CDATA[${ConditionFlawPresent.ImageFile} != Empty]]></Condition>
</Document>
<Document Title="#label(ATTACHED_IMAGE)" Text="#label(ILLUSTRATION_2)" Image="${ConditionFlawPresent.ImageFile2}" FileName="${ConditionFlawPresent.ImageFile2}">
<Condition><![CDATA[${ConditionFlawPresent.ImageFile2} != Empty]]></Condition>
</Document>
<Document Title="#label(ATTACHED_IMAGE)" Text="#label(ILLUSTRATION_3)" Image="${ConditionFlawPresent.ImageFile3}" FileName="${ConditionFlawPresent.ImageFile3}">
<Condition><![CDATA[${ConditionFlawPresent.ImageFile3} != Empty]]></Condition>
</Document>
<Document Title="#label(ATTACHED_IMAGE)" Text="#label(ILLUSTRATION_4)" Image="${ConditionFlawPresent.ImageFile4}" FileName="${ConditionFlawPresent.ImageFile4}">
<Condition><![CDATA[${ConditionFlawPresent.ImageFile4} != Empty]]></Condition>
</Document>
</Section>
<Section Id="Employee">
<Entity Value="${ConditionFlawPresent.Employee}" Title="#label(REGISTERED_BY)" />
<Text Title="#label(DATE)" Text="#formatdate(${ConditionFlawPresent.Date} 'D' true)" Icon="ultimoweb-calendar" />
</Section>
</Screen>
Brondatabewerken
- Definitie opvragen —
lookup_mobile_screen("ConditionFlawPresent", app="Fleet")Volledige definitie incl. XML. Bron:ultimo_gomanager.xml. - Entity-model —
lookup_entity("ConditionFlawPresent")· ../../entities/ConditionFlawPresent Properties, contexts en statussen van de ConditionFlawPresent-entity. Bron:Entities.xml.