title: "JobProgressStatusHistory (Screen in SelfService)" category: reference tags: [mobile, go, go-plus, screen, selfservice] source: ultimo_gomanager.xml date: 2026-04-17 status: published
JobProgressStatusHistory (Screen in SelfService)
Category: Screen Application: SelfService Has standard: Ja Entity (uit XML): JobProgressStatusHistory
Raw XMLbewerken
<Screen EntityType="JobProgressStatusHistory">
<Section Id="Headers">
<Header Title="#label(COMMUNICATION)" Text="${JobProgressStatusHistory.OldProgressStatus.Description?} -> ${JobProgressStatusHistory.NewProgressStatus.Description?}" />
</Section>
<Section Id="Date">
<Text Title="#label(DATE)" Text="#formatdate(${JobProgressStatusHistory.Date} 'f' true)" Icon="ultimoweb-calendar" />
</Section>
<Section Id="Employee">
<Entity Value="${JobProgressStatusHistory.Employee}" />
</Section>
<Section Id="Text">
<Text Title="${JobProgressStatusHistory.NewProgressStatus.Description?}" Text="${JobProgressStatusHistory.RemarkText}" ConvertHtmlToPlainText="True" />
<Workflow
Name="Mobile_Job_SetExplanation"
Title="#label(POSTREPLY)"
Icon="ultimoweb-reply">
<Condition><![CDATA[${JobProgressStatusHistory.Id.Job.RequestedCustomerSatisfaction} != True]]></Condition>
<Properties>
<Property Name="JobId" Value="${JobProgressStatusHistory.Id.Job.Id}" />
<Property Name="Explanation" Title="#label(EXPLANATION)" Text="#label(ENTER_REMARK)" Type="String" Required="True" Html="True" />
</Properties>
</Workflow>
</Section>
</Screen>
Brondatabewerken
- Definitie opvragen —
lookup_mobile_screen("JobProgressStatusHistory", app="SelfService")Volledige definitie incl. XML. Bron:ultimo_gomanager.xml. - Entity-model —
lookup_entity("JobProgressStatusHistory")· ../../entities/JobProgressStatusHistory Properties, contexts en statussen van de JobProgressStatusHistory-entity. Bron:Entities.xml.