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

ServiceDeskReportType (Screen in SelfService)

Category: Screen Application: SelfService Has standard: Ja Entity (uit XML): ServiceDeskReportType

Raw XMLbewerken

<Screen EntityType="ServiceDeskReportType">
	<ContextList>
		<Context>ServiceDeskReportTypeContext.Job</Context>
	</ContextList>
	<Section Id="Headers">
		<Header Title="${ServiceDeskReportType.Description}" Text="${ServiceDeskReportType.Id}" />
	</Section>
	<Section Id="SelfService">
		<Workflow
			Name="Mobile_ReportJob_SelfService"
			Title="#label(SELFSERVICEGO_CREATE_REPORT)"
			Icon="ultimoweb-bubble-9">
			<Condition><![CDATA[#{Settings.Job.CanCreate}
								&& #applicationelementenabled('6f6cd2f3-7a4b-40e6-bdf7-279aee0996ad')]]></Condition>
			<Properties>
				<Property Name="Description" Title="#label(DESCRIPTION)" Text="#label(ENTER_DESCRIPTION)" Type="String" Required="True" SingleLine="True" MaxLength="#getinputwidth('JobDescr')" AISuggestionsPayloadField="DescriptionProperty" />
				<Property Name="ReportText" Title="#label(EXPLANATION)" Text="#label(ENTER_REMARK)" Type="String" Required="True" AISuggestions="True" />
				<DataSetProperty Name="EquipmentId" Title="#label(OBJECT)" DataSet="Equipment" AISuggestionsPayloadField="EquipmentProperty">
					<Properties>
						<Property Name="Context" Value="${ServiceDeskReportType.BackOffice.FilterEquipmentContexts}" />
						<Property Name="Status" Value="EquipmentStatus.Created, EquipmentStatus.Active" />
					</Properties>
				</DataSetProperty>
				<Property Name="Image" Title="#label(CREATE_PICTURE)" Type="Image" />
				<Property Name="ServiceDeskReportTypeId" Value="${ServiceDeskReportType.Id}" />
			</Properties>
		</Workflow>
	</Section>
	<Section Id="GeneralInformation ">
		<Entity Value="${ServiceDeskReportType.BackOffice}">
			<Condition><![CDATA[#applicationelementenabled('ef957303-ed0d-4be4-bf57-6ee3472ee1c0')]]></Condition>
		</Entity>
		<Entity Value="${ServiceDeskReportType.Kwis}" Title="#label(FEEDBACKCATEGORY)" />
	</Section>
</Screen>

Brondatabewerken