title: "ServiceContract (Screen in Infra)" category: reference tags: [mobile, go, go-plus, screen, infra] source: ultimo_gomanager.xml date: 2026-04-17 status: published
ServiceContract (Screen in Infra)
Category: Screen Application: Infra Has standard: Ja Entity (uit XML): ServiceContract
Raw XMLbewerken
<Screen EntityType="ServiceContract">
<ContextList>
<Context>ServiceContractContext.Standard</Context>
<Context>ServiceContractContext.Standby</Context>
<Context>ServiceContractContext.IT</Context>
<Context>ServiceContractContext.Building</Context>
<Context>ServiceContractContext.MID</Context>
<Context>ServiceContractContext.Fleet</Context>
<Context>ServiceContractContext.Insurance</Context>
<Context>ServiceContractContext.Infra</Context>
</ContextList>
<Section Id="Headers">
<Header Title="${ServiceContract.Description}" Text="${ServiceContract.Id}" />
</Section>
<Section Id="Text">
<Text Title="#label(EXPLANATION)" Text="${ServiceContract.Text}" ConvertHtmlToPlainText="True" />
</Section>
<Section Id="Site">
<Entity Value="${ServiceContract.Site}">
<Condition><![CDATA[#applicationelementenabled('f6094a39-7020-4369-80fa-e7474945d49d')]]></Condition>
</Entity>
</Section>
<Section Id="Manager">
<Entity Value="${ServiceContract.Manager}" Title="#label(ADMINISTRATOR)" />
</Section>
<Section Id="Term">
<Text Title="#label(TERM_OF)" Text="#formatdate(${ServiceContract.Commences} 'd' true)" Icon="ultimoweb-calendar" />
<Text Title="#label(TERM_TO)" Text="#formatdate(${ServiceContract.Expires} 'd' true)" Icon="ultimoweb-calendar" />
</Section>
<Section Id="Type">
<Entity Value="${ServiceContract.ServiceContractType}" />
<Entity Value="${ServiceContract.Vendor}" />
</Section>
<Section Id="Composition">
<List DataSet="ServiceContractRouteComplexObject" Text="#contextdescription_plural_capital(Processfunction ProcessFunctionContext.Route)\#contextdescription_plural_capital(Processfunction ProcessFunctionContext.Complex)\#contextdescription_plural_capital(Processfunction ProcessFunctionContext.Object)" ShowCount="True">
<Properties>
<Property Name="ServiceContractId" Value="${ServiceContract.Id}" />
</Properties>
</List>
<List DataSet="ServiceContractElementBuildingPart" Text="#contextdescription_plural_capital(Equipment EquipmentContext.Element)\#contextdescription_plural_capital(Equipment EquipmentContext.BuildingPart)" ShowCount="True">
<Properties>
<Property Name="ServiceContractId" Value="${ServiceContract.Id}" />
</Properties>
</List>
</Section>
</Screen>
Brondatabewerken
- Definitie opvragen —
lookup_mobile_screen("ServiceContract", app="Infra")Volledige definitie incl. XML. Bron:ultimo_gomanager.xml. - Entity-model —
lookup_entity("ServiceContract")· ../../entities/ServiceContract Properties, contexts en statussen van de ServiceContract-entity. Bron:Entities.xml.