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

Department (Screen in InformationTechnology)

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

Raw XMLbewerken

<Screen EntityType="Department">
	<ContextList>
		<Context>DepartmentContext.Standard</Context>
	</ContextList>
	<Section Id="Headers">
		<Header Title="${Department.Description}" Text="${Department.Id}" />
	</Section>
	<Section Id="Relations">
		<List DataSet="DepartmentConfiguration" Text="#contextdescription_plural_capital(ProcessFunction 2)" ShowCount="True" Icon="ultimoweb-tree-3">
			<Condition><![CDATA[#applicationelementenabled('be023c7a-6d0e-4e44-b698-24383c7d28bc')]]></Condition>
			<Properties>
				<Property Name="DepartmentId" Value="${Department.Id}" />
			</Properties>
		</List>
		<List DataSet="DepartmentConfigurationItem" Text="#contextdescription_plural_capital(Equipment 32)" ShowCount="True" Icon="ultimoweb-menu">
			<Condition><![CDATA[#applicationelementenabled('be023c7a-6d0e-4e44-b698-24383c7d28bc')]]></Condition>
			<Properties>
				<Property Name="DepartmentId" Value="${Department.Id}" />
			</Properties>
		</List>
		<List DataSet="DepartmentPartOfDepartment" Text="#label(UNDERLYING) #contextdescription_plural_capital(Department 1)" ShowCount="True" Icon="ultimoweb-tree-5">
			<Condition><![CDATA[#applicationelementenabled('4a2d7f23-f846-4780-a3e6-41038ccc9c11')]]></Condition>
			<Properties>
				<Property Name="DepartmentId" Value="${Department.Id}" />
			</Properties>
		</List>
	</Section>
	<Section Id="Basic">
		<Address Title="#label(ADDRESS)" Text="${Department.AddressLine1}#if(${Department.AddressLine2} != Empty) ${Department.AddressLine2}#end#if(${Department.ZipCode} != Empty) ${Department.ZipCode}#end#if(${Department.City} != Empty) ${Department.City}#end#if(${Department.ProvinceStateRegion} != Empty) ${Department.ProvinceStateRegion}#end#if(${Department.Country.Description?} != Empty) ${Department.Country.Description}#end" Icon="ultimoweb-location">
			<Condition><![CDATA[${Department.AddressLine1} != Empty]]></Condition>
		</Address>
	</Section>
	<Section Id="Location">
		<Entity Value="${Department.Site}">
			<Condition><![CDATA[#applicationelementenabled('f6094a39-7020-4369-80fa-e7474945d49d')]]></Condition>
		</Entity>
		<Entity Value="${Department.PartOfDepartment}" Title="#label(PART_OF)">
			<Condition><![CDATA[#applicationelementenabled('4a2d7f23-f846-4780-a3e6-41038ccc9c11')]]></Condition>
		</Entity>
		<Entity Value="${Department.Employee}" Title="#label(ADMINISTRATOR)" />
	</Section>
	<Section Id="Text">
		<Text Title="#label(EXPLANATION)" Text="${Department.Text?}" Icon="ultimoweb-copy-2" ConvertHtmlToPlainText="True" />
	</Section>
</Screen>

Brondatabewerken