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

LockoutTagoutRequest (Screen in HealthSafetyEnvironment)

Category: Screen Application: HealthSafetyEnvironment Has standard: Ja Entity (uit XML): LockoutTagoutRequest

Raw XMLbewerken

<Screen EntityType="LockoutTagoutRequest">
	<ContextList>
		<Context>LockoutTagoutRequestContext.Standard</Context>
	</ContextList>
	<Section Id="Headers">
		<Header Title="${LockoutTagoutRequest.Description}" Text="#if(${LockoutTagoutRequest.ProcessFunction} != Empty) ${LockoutTagoutRequest.ProcessFunction.Id?} - ${LockoutTagoutRequest.ProcessFunction.Description?} #end#if(${LockoutTagoutRequest.ProcessFunction} != Empty &amp;&amp;${LockoutTagoutRequest.Equipment} != Empty)| #end #if(${LockoutTagoutRequest.Equipment} != Empty) ${LockoutTagoutRequest.Equipment.Id?} - ${LockoutTagoutRequest.Equipment.Description?}#end" SubText="${LockoutTagoutRequest.Id}" />
	</Section>
	<Section Id="LockoutTagoutRequestLines">
		<List DataSet="LockoutTagoutRequestLines_ToPlace" Text="#label(LOCKOUTTAGOUTREQUESTLINES)" ShowCount="True" Icon="#if(${LockoutTagoutRequest.Status} == LockoutTagoutRequestStatus.ToClose)ultimoweb-unlocked-2 #else ultimoweb-lock-5 #end">
			<Condition><![CDATA[(
									${LockoutTagoutRequest.Status} == LockoutTagoutRequestStatus.ToPlace
								)
								&& #applicationelementenabled('79efa3d0-9911-48d8-a7b7-28e16e3eda0f')]]></Condition>
			<Properties>
				<Property Name="LockoutTagoutRequest" Value="${LockoutTagoutRequest.Id}" />
			</Properties>
		</List>
		<List DataSet="LockoutTagoutRequestLines_ToClose" Text="#label(LOCKOUTTAGOUTREQUESTLINES)" ShowCount="True" Icon="#if(${LockoutTagoutRequest.Status} == LockoutTagoutRequestStatus.ToClose)ultimoweb-unlocked-2 #else ultimoweb-lock-5 #end">
			<Condition><![CDATA[(
									${LockoutTagoutRequest.Status} == LockoutTagoutRequestStatus.ToClose
								)
								&& #applicationelementenabled('79efa3d0-9911-48d8-a7b7-28e16e3eda0f')]]></Condition>
			<Properties>
				<Property Name="LockoutTagoutRequest" Value="${LockoutTagoutRequest.Id}" />
			</Properties>
		</List>
	</Section>
	<Section Id="Details">
		<Text Title="#label(SITE)" Text="${LockoutTagoutRequest.Site.Description?}" Icon="ultimoweb-office" />
		<Text Title="#label(SKILLCATEGORY)" Text="${LockoutTagoutRequest.SkillCategory.Description?}" Icon="ultimoweb-users-4" />
		<Text Title="#label(REMARKS)" Text="${LockoutTagoutRequest.Text?}" Icon="ultimoweb-copy-2" />
	</Section>
	<Section Id="Document">
		<List DataSet="LockoutTagoutRequestObjectDocument" Text="#contextdescription_plural_capital(Document 0)" ShowCount="True" Icon="ultimoweb-attachment">
			<Properties>
				<Property Name="LockoutTagoutRequestId" Value="${LockoutTagoutRequest.Id}" />
			</Properties>
		</List>
	</Section>
</Screen>

Brondatabewerken