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

Menu (Menu in HealthSafetyEnvironment)

Category: Menu Application: HealthSafetyEnvironment Has standard: Ja

Raw XMLbewerken

<Menu>
	<Section Title="#label(WORKPERMITS)" Id="WorkOrderManagment">
		<List DataSet="Permit" Text="#label(WORKPERMITS)" ShowCount="True" Icon="ultimoweb-certificate">
			<Condition><![CDATA[#applicationelementenabled('cdf4d827-7bb7-4d50-ba83-c651e3525b1c')]]></Condition>
		</List>
	</Section>
	<Section Title="#contextdescription_plural(LockoutTagoutRequest 1)" Id="LockoutTagout">
		<List DataSet="LockoutTagoutRequest_ToPlace" Text="#label(LOCKOUTTAGOUTREQUEST_TOPLACE)" ShowCount="True" Icon="ultimoweb-lock-5">
			<Condition><![CDATA[#{Settings.LockoutTagout.Show}
								&& #applicationelementenabled('79efa3d0-9911-48d8-a7b7-28e16e3eda0f')]]></Condition>
		</List>
		<List DataSet="LockoutTagoutRequest_ToClose" Text="#label(LOCKOUTTAGOUTREQUEST_TOCLOSE)" ShowCount="True" Icon="ultimoweb-unlocked-2">
			<Condition><![CDATA[#{Settings.LockoutTagout.Show}
								&& #applicationelementenabled('79efa3d0-9911-48d8-a7b7-28e16e3eda0f')]]></Condition>
		</List>
	</Section>
	<Section Title="#label(SAFETYINCIDENTS)" Id="SafetyIncidents">
		<Workflow
			Name="Mobile_SafetyIncident_Report"
			Text="#label(REPORT_HSE_SAFETYINCIDENT)"
			Icon="ultimoweb-warning">
			<Condition><![CDATA[#applicationelementenabled('7e8b000a-3d98-491e-9343-a9246a56ce88')
								&& #applicationelementenabled('c290cfb1-fb6d-4663-aa1b-254a92a19cec')]]></Condition>
			<Properties>
				<Property Name="Title" Title="#label(INCIDENT)" Type="String" Required="True" SingleLine="True" />
				<Property Name="Description" Title="#label(DESCRIPTION_INCIDENT)" Type="String" Required="True" />
				<Property Name="Date" Title="#label(SAFETYINCIDENT_DATE)" Type="DateTime" Required="True" />
				<DataSetProperty Name="Department" Title="#label(DEP)" DataSet="Department" Required="True" />
				<Property Name="AnonymouslyReported" Title="#label(REPORT_ANONYMOUS)" Type="Boolean" Value="False" Required="True" />
				<Property Name="Witnesses" Title="#label(WITNESSES)" Type="String" SingleLine="True" />
				<Property Name="Image1" Title="#label(ILLUSTRATION_1)" Type="Image" />
				<Property Name="Image2" Title="#label(ILLUSTRATION_2)" Type="Image" />
				<Property Name="Image3" Title="#label(ILLUSTRATION_3)" Type="Image" />
				<Property Name="Image4" Title="#label(ILLUSTRATION_4)" Type="Image" />
			</Properties>
		</Workflow>
	</Section>
</Menu>

Brondatabewerken