title: "ServiceContract (Screen in InformationTechnology)" category: reference tags: [mobile, go, go-plus, screen, informationtechnology] source: ultimo_gomanager.xml date: 2026-04-17 status: published

ServiceContract (Screen in InformationTechnology)

Category: Screen Application: InformationTechnology Has standard: Ja Entity (uit XML): ServiceContract

Raw XMLbewerken

<Screen EntityType="ServiceContract">
	<ContextList>
		<Context>ServiceContractContext.Standard</Context>
		<Context>ServiceContractContext.Standby</Context>
		<Context>ServiceContractContext.ITServiceLevelAgreement</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>
</Screen>

Brondatabewerken