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

ProcessFunction (Screen in InformationTechnology)

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

Raw XMLbewerken

<Screen EntityType="ProcessFunction">
	<ContextList>
		<Context>ProcessFunctionContext.Configuration</Context>
	</ContextList>
	<Section Id="Headers">
		<Header Title="${ProcessFunction.Description}" Text="${ProcessFunction.Id}" Image="${ProcessFunction.ImageFile}" />
	</Section>
	<Section Id="ReportJob">
		<Workflow
			Name="Mobile_ReportJob"
			Title="#label(FIRST_LINE_INCIDENT)"
			Text="#label(REPORT_FIRST_LINE_INCIDENT_CONFIGURATION)"
			Icon="ultimoweb-copy-2">
			<Condition><![CDATA[#{Settings.Job.CanCreate}
								&& #applicationelementenabled('d3c82277-983f-483c-a7d5-4f1e339915ee')]]></Condition>
			<Properties>
				<Property Name="ProcessFunction" Value="${ProcessFunction.Id}" AISuggestionsPayloadField="ProcessFunctionProperty" />
				<Property Name="JobContext" Value="JobContext.ITIncident" />
				<Property Name="Description" Title="#label(DESCRIPTION)" Text="#label(ENTER_DESCRIPTION)" Type="String" Required="True" SingleLine="True" AISuggestionsPayloadField="DescriptionProperty" />
				<Property Name="Image" Title="#label(CREATE_PICTURE)" Type="Image" />
				<DataSetProperty Name="WorkOrderType" Title="#label(INCIDENT_TYPE)" DataSet="WorkOrderType" Required="True" />
				<DataSetProperty Name="SkillCategory" Title="#label(SKILLCATEGORY)" DataSet="SkillCategory" />
				<DataSetProperty Name="Urgency" Title="#label(URGENCY)" DataSet="Urgency" Required="True" />
				<Property Name="Text" Title="#label(SYMPTOM)" Text="#label(ENTER_SYMPTOM_REMARK)" Type="String" Html="True" AISuggestions="True" />
				<Property Name="JobStatus" Value="JobStatus.Active" />
			</Properties>
		</Workflow>
	</Section>
	<Section Id="Job">
		<List DataSet="ProcessFunctionJob" Text="#contextdescription_plural_capital(Job 128)" ShowCount="True">
			<Condition><![CDATA[#applicationelementenabled('786fc9c7-de2b-40b6-9511-10cdea74dbfd')]]></Condition>
			<Properties>
				<Property Name="ProcessFunctionId" Value="${ProcessFunction.Id}" />
			</Properties>
		</List>
	</Section>
	<Section Id="UnderlyingCI">
		<List DataSet="ProcessFunctionEquipment" Text="#contextdescription_plural_capital(Equipment 32)" ShowCount="True">
			<Condition><![CDATA[#applicationelementenabled('be023c7a-6d0e-4e44-b698-24383c7d28bc')]]></Condition>
			<Properties>
				<Property Name="ProcessFunctionId" Value="${ProcessFunction.Id}" />
			</Properties>
		</List>
	</Section>
	<Section Id="EmployeeCI">
		<List DataSet="ProcessFunctionEmployeeProcessFunction" Text="#label(USERS_CIS)" ShowCount="True">
			<Condition><![CDATA[#applicationelementenabled('be023c7a-6d0e-4e44-b698-24383c7d28bc')]]></Condition>
			<Properties>
				<Property Name="ProcessFunctionId" Value="${ProcessFunction.Id}" />
			</Properties>
		</List>
	</Section>
	<Section Id="Location">
		<Entity Value="${ProcessFunction.Space}" />
		<Entity Value="${ProcessFunction.Site}">
			<Condition><![CDATA[#applicationelementenabled('f6094a39-7020-4369-80fa-e7474945d49d')]]></Condition>
		</Entity>
	</Section>
	<Section Id="CostCarrier">
		<Entity Value="${ProcessFunction.Department}">
			<Condition><![CDATA[#applicationelementenabled('f6094a39-7020-4369-80fa-e7474945d49d')]]></Condition>
		</Entity>
		<Entity Value="${ProcessFunction.CostCenter}">
			<Condition><![CDATA[#applicationelementenabled('a5db516e-0122-4318-aa1c-773b71e28757')]]></Condition>
		</Entity>
	</Section>
</Screen>

Brondatabewerken