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

Department (Screen in Building)

Category: Screen Application: Building 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="DepartmentBuilding" Text="#contextdescription_plural_capital(Building 1)" ShowCount="True" Icon="ultimoweb-office">
			<Condition><![CDATA[#applicationelementenabled('7544f8d0-dfdb-45ba-991f-c05ceed33a38')]]></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">
			<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)" />
		<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