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

EmployeeProcessFunction (Screen in Default)

Category: Screen Application: Default Has standard: Ja Entity (uit XML): EmployeeProcessFunction

Raw XMLbewerken

<Screen EntityType="EmployeeProcessFunction">
	<ContextList>
		<Context>EmployeeProcessFunctionContext.None</Context>
	</ContextList>
	<Section Id="Headers">
		<Header Title="${EmployeeProcessFunction.Id.Employee.Description}" Text="${EmployeeProcessFunction.Id.Employee.Id}" Image="${EmployeeProcessFunction.Id.Employee.ImageFile}" />
	</Section>
	<Section Id="Basic">
		<Entity Value="${EmployeeProcessFunction.Id.Employee.Department}" />
		<Entity Value="${EmployeeProcessFunction.Id.Employee.Craftsman}" />
		<Entity Value="${EmployeeProcessFunction.Id.Employee.Profession}" />
	</Section>
	<Section Id="Contact">
		<PhoneNumber Title="#label(TELEPHONE)" Text="${EmployeeProcessFunction.Id.Employee.Phone}" Icon="ultimoweb-phone-3">
			<Condition><![CDATA[${EmployeeProcessFunction.Id.Employee.Phone} != Empty]]></Condition>
		</PhoneNumber>
		<PhoneNumber Title="#label(MOBILE)" Text="${EmployeeProcessFunction.Id.Employee.MobilePhone}" Icon="ultimoweb-mobile">
			<Condition><![CDATA[${EmployeeProcessFunction.Id.Employee.MobilePhone} != Empty]]></Condition>
		</PhoneNumber>
		<Email Title="#label(E-MAIL)" Text="${EmployeeProcessFunction.Id.Employee.EmailAddress}" Icon="ultimoweb-envelop-3">
			<Condition><![CDATA[${EmployeeProcessFunction.Id.Employee.EmailAddress} != Empty]]></Condition>
		</Email>
	</Section>
</Screen>

Brondatabewerken