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

Menu (Menu in SelfService)

Category: Menu Application: SelfService Has standard: Ja

Raw XMLbewerken

<Menu>
	<Section Title="#label(MY_ULTIMO)" Id="MyUltimo">
		<List DataSet="MyJobs" Text="#label(MY_JOBSSERVICEDESK)" ShowCount="True" Icon="ultimoweb-bubbles-8" />
		<List DataSet="MyJobsWithResponseRequested" Text="#label(REACTIONSTOGIVE)" ShowCount="True" Icon="ultimoweb-reply" />
		<List DataSet="MyJobsWithCustomerSatisFactionRequested" Text="#label(CUSTOMERSATISFACTIONTOGIVE)" ShowCount="True" Icon="ultimoweb-clipboard-4">
			<Condition><![CDATA[#applicationelementenabled('604e11ae-85af-4ef6-9a48-2123420dcf17')]]></Condition>
		</List>
	</Section>
	<Section Title="#label(REPORT_FAIL_OR_PROBLEM)" Id="REPORT_FAIL_OR_PROBLEM">
		<Workflow
			Name="Mobile_ReportJob_SelfService"
			Title="#label(SELFSERVICEGO_REPORT_JOB_INSTALLATION_TITLE)"
			Text="#label(REPORT_OPEN_JOB_INSTALLATION)"
			Icon="ultimoweb-wrench-3">
			<Condition><![CDATA[#{Settings.Job.CanCreate}
								&& (
									#applicationelementenabled('0b9480bc-f9bd-4520-bbae-e15e5eec5660')
									|| #applicationelementenabled('9668faea-8e1d-4ff9-b48f-3224e31c7b22')
								)]]></Condition>
			<Properties>
				<Property Name="Description" Title="#label(DESCRIPTION)" Text="#label(ENTER_DESCRIPTION)" Type="String" Required="True" SingleLine="True" MaxLength="#getinputwidth('JobDescr')" AISuggestionsPayloadField="DescriptionProperty" />
				<DataSetProperty Name="EquipmentId" Title="#label(OBJECT)" DataSet="Equipment" AISuggestionsPayloadField="EquipmentProperty">
					<Properties>
						<Property Name="Context" Value="EquipmentContext.Installation" />
						<Property Name="Status" Value="EquipmentStatus.Created, EquipmentStatus.Active" />
					</Properties>
				</DataSetProperty>
				<Property Name="ReportText" Title="#label(EXPLANATION)" Text="#label(ENTER_REMARK)" Type="String" Required="True" Html="True" AISuggestions="True" />
				<Property Name="Image" Title="#label(CREATE_PICTURE)" Type="Image" />
				<Property Name="ServiceDeskReportTypeId" Value="US19" />
			</Properties>
		</Workflow>
		<Workflow
			Name="Mobile_ReportJob_SelfService"
			Title="#label(SELFSERVICEGO_REPORT_JOB_INVENTORY_TITLE)"
			Text="#label(SELFSERVICEGO_REPORT_JOB_INVENTORY_TEXT)"
			Icon="ultimoweb-drawer-3">
			<Condition><![CDATA[#{Settings.Job.CanCreate}
								&& #applicationelementenabled('a90f45a0-73a5-41b6-a630-158860bfd19c')]]></Condition>
			<Properties>
				<Property Name="Description" Title="#label(DESCRIPTION)" Text="#label(ENTER_DESCRIPTION)" Type="String" Required="True" SingleLine="True" MaxLength="#getinputwidth('JobDescr')" AISuggestionsPayloadField="DescriptionProperty" />
				<DataSetProperty Name="EquipmentId" Title="#label(OBJECT)" DataSet="Equipment" AISuggestionsPayloadField="EquipmentProperty">
					<Properties>
						<Property Name="Context" Value="EquipmentContext.Inventory" />
						<Property Name="Status" Value="EquipmentStatus.Created, EquipmentStatus.Active" />
					</Properties>
				</DataSetProperty>
				<Property Name="ReportText" Title="#label(EXPLANATION)" Text="#label(ENTER_REMARK)" Type="String" Required="True" Html="True" AISuggestions="True" />
				<Property Name="Image" Title="#label(CREATE_PICTURE)" Type="Image" />
				<Property Name="ServiceDeskReportTypeId" Value="US21" />
			</Properties>
		</Workflow>
		<Workflow
			Name="Mobile_ReportJob_SelfService"
			Title="#label(SELFSERVICEGO_REPORT_JOB_INSTRUMENT_TITLE)"
			Text="#label(SELFSERVICEGO_REPORT_JOB_INSTRUMENT_TEXT)"
			Icon="ultimoweb-aid">
			<Condition><![CDATA[#{Settings.Job.CanCreate}
								&& #applicationelementenabled('3fd11633-b514-4861-a50f-d8bab6b49817')]]></Condition>
			<Properties>
				<Property Name="Description" Title="#label(DESCRIPTION)" Text="#label(ENTER_DESCRIPTION)" Type="String" Required="True" SingleLine="True" MaxLength="#getinputwidth('JobDescr')" AISuggestionsPayloadField="DescriptionProperty" />
				<DataSetProperty Name="EquipmentId" Title="#label(OBJECT)" DataSet="Equipment" AISuggestionsPayloadField="EquipmentProperty">
					<Properties>
						<Property Name="Context" Value="EquipmentContext.Instrument" />
						<Property Name="Status" Value="EquipmentStatus.Created, EquipmentStatus.Active" />
					</Properties>
				</DataSetProperty>
				<Property Name="ReportText" Title="#label(EXPLANATION)" Text="#label(ENTER_REMARK)" Type="String" Required="True" Html="True" AISuggestions="True" />
				<Property Name="Image" Title="#label(CREATE_PICTURE)" Type="Image" />
				<Property Name="ServiceDeskReportTypeId" Value="US22" />
			</Properties>
		</Workflow>
		<Workflow
			Name="Mobile_ReportJob_SelfService"
			Title="#label(SELFSERVICEGO_REPORT_JOB_IT_TITLE)"
			Text="#label(SELFSERVICEGO_REPORT_JOB_IT_TEXT)"
			Icon="ultimoweb-screen">
			<Condition><![CDATA[#{Settings.Job.CanCreate}
								&& #applicationelementenabled('3667309f-55d8-482a-97f5-f9d2fd96d6b9')]]></Condition>
			<Properties>
				<Property Name="Description" Title="#label(DESCRIPTION)" Text="#label(ENTER_DESCRIPTION)" Type="String" Required="True" SingleLine="True" MaxLength="#getinputwidth('JobDescr')" AISuggestionsPayloadField="DescriptionProperty" />
				<DataSetProperty Name="EquipmentId" Title="#label(OBJECT)" DataSet="Equipment" AISuggestionsPayloadField="EquipmentProperty">
					<Properties>
						<Property Name="Context" Value="EquipmentContext.ConfigurationItem" />
						<Property Name="Status" Value="EquipmentStatus.Created, EquipmentStatus.Active" />
					</Properties>
				</DataSetProperty>
				<Property Name="ReportText" Title="#label(EXPLANATION)" Text="#label(ENTER_REMARK)" Type="String" Required="True" Html="True" AISuggestions="True" />
				<Property Name="Image" Title="#label(CREATE_PICTURE)" Type="Image" />
				<Property Name="ServiceDeskReportTypeId" Value="US23" />
			</Properties>
		</Workflow>
		<Workflow
			Name="Mobile_ReportJob_SelfService"
			Title="#label(SELFSERVICEGO_REPORT_JOB_FLEET_TITLE)"
			Text="#label(SELFSERVICEGO_REPORT_JOB_FLEET_TEXT)"
			Icon="ultimoweb-truck">
			<Condition><![CDATA[#{Settings.Job.CanCreate}
								&& #applicationelementenabled('836f121a-3e6c-4028-9c86-ec277ea53000')]]></Condition>
			<Properties>
				<Property Name="Description" Title="#label(DESCRIPTION)" Text="#label(ENTER_DESCRIPTION)" Type="String" Required="True" SingleLine="True" MaxLength="#getinputwidth('JobDescr')" AISuggestionsPayloadField="DescriptionProperty" />
				<DataSetProperty Name="EquipmentId" Title="#label(OBJECT)" DataSet="Equipment" AISuggestionsPayloadField="EquipmentProperty">
					<Properties>
						<Property Name="Context" Value="EquipmentContext.Fleet" />
						<Property Name="Status" Value="EquipmentStatus.Created, EquipmentStatus.Active" />
					</Properties>
				</DataSetProperty>
				<Property Name="ReportText" Title="#label(EXPLANATION)" Text="#label(ENTER_REMARK)" Type="String" Required="True" Html="True" AISuggestions="True" />
				<Property Name="Image" Title="#label(CREATE_PICTURE)" Type="Image" />
				<Property Name="ServiceDeskReportTypeId" Value="US24" />
			</Properties>
		</Workflow>
		<Workflow
			Name="Mobile_ReportJob_SelfService"
			Title="#label(SELFSERVICEGO_REPORT_JOB_SPACE_TITLE)"
			Text="#label(SELFSERVICEGO_REPORT_JOB_SPACE_TEXT)"
			Icon="ultimoweb-enter-3">
			<Condition><![CDATA[#{Settings.Job.CanCreate}
								&& #applicationelementenabled('474289c2-5e8d-422b-b40f-b59cf9d9093a')]]></Condition>
			<Properties>
				<Property Name="Description" Title="#label(DESCRIPTION)" Text="#label(ENTER_DESCRIPTION)" Type="String" Required="True" SingleLine="True" MaxLength="#getinputwidth('JobDescr')" />
				<Property Name="ReportText" Title="#label(EXPLANATION)" Text="#label(ENTER_REMARK)" Type="String" Required="True" Html="True" />
				<DataSetProperty Name="SpaceId" Title="#label(SPACE)" DataSet="Space">
					<Properties>
						<Property Name="Context" Value="SpaceContext.Space" />
						<Property Name="Status" Value="SpaceStatus.None" />
					</Properties>
				</DataSetProperty>
				<Property Name="Image" Title="#label(CREATE_PICTURE)" Type="Image" />
				<Property Name="ServiceDeskReportTypeId" Value="US20" />
			</Properties>
		</Workflow>
		<List DataSet="ServiceDeskReportType" Text="#label(SELFSERVICEGO_OTHER_REPORTS)" ShowCount="True" Icon="ultimoweb-question">
			<Condition><![CDATA[#applicationelementenabled('3f390ba2-cf8e-4784-82ce-f7f122e15750')]]></Condition>
			<Properties>
				<Property Name="Context" Value="ServiceDeskReportTypeContext.Job" />
				<Property Name="Status" Value="ServiceDeskReportTypeStatus.Active" />
				<Property Name="BannedServiceDeskReportTypes" Value="US19,US21,US22,US23,US24,US20" />
			</Properties>
		</List>
	</Section>
	<Section Title="#label(SAFETYINCIDENTS)" Id="SafetyIncidents">
		<Workflow
			Name="Mobile_SafetyIncident_Report"
			Text="#label(REPORT_HSE_SAFETYINCIDENT)"
			Icon="ultimoweb-warning">
			<Condition><![CDATA[#applicationelementenabled('c289cdeb-1290-4a2e-8433-a742d0a4a569')
								&& #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