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

BuildingPart (Screen in Building)

Category: Screen Application: Building Has standard: Ja Entity (uit XML): BuildingPart

Raw XMLbewerken

<Screen EntityType="BuildingPart">
	<ContextList>
		<Context>BuildingPartContext.Standard</Context>
	</ContextList>
	<Section Id="Headers">
		<Header Title="${BuildingPart.Description}" Text="${BuildingPart.Id.Id}" Image="${BuildingPart.ImageFile}" />
	</Section>
	<Section Id="ReportJob">
		<Workflow
			Name="Mobile_ReportJob"
			Title="#label(REPORT_JOB)"
			Text="#label(REPORT_OPEN_JOB_BUILDING_SECTION)"
			Icon="ultimoweb-copy-2">
			<Condition><![CDATA[#{Settings.Job.CanCreate}
								&& #applicationelementenabled('f18fb0e1-34e3-4095-8ee6-cfe65a99078f')]]></Condition>
			<Properties>
				<Property Name="BuildingPartId" Value="${BuildingPart.Id.Id}" />
				<Property Name="BuildingPartBuildingId" Value="${BuildingPart.Id.Building.Id}" />
				<Property Name="JobContext" Value="JobContext.Building" />
				<Property Name="Description" Title="#label(DESCRIPTION)" Text="#label(ENTER_DESCRIPTION)" Type="String" Required="True" SingleLine="True" />
				<Property Name="Image" Title="#label(CREATE_PICTURE)" Type="Image" />
				<DataSetProperty Name="WorkOrderType" Title="#label(JOB_TYPE)" DataSet="WorkOrderType" Required="True" />
				<DataSetProperty Name="SkillCategory" Title="#label(SKILLCATEGORY)" DataSet="SkillCategory" />
				<DataSetProperty Name="Priority" Title="#label(PRIORITY)" DataSet="Priority" Required="True" />
				<Property Name="Text" Title="#label(EXPLANATION)" Text="#label(ENTER_REMARK)" Type="String" Required="True" Html="True" />
				<Property Name="JobStatus" Value="JobStatus.Created" />
			</Properties>
		</Workflow>
		<Workflow
			Name="Mobile_ReportJob"
			Title="#label(REPORT_FAULT)"
			Text="#label(REPORT_ACTIVE_JOB_BUILDING_SECTION)"
			Icon="ultimoweb-copy-2">
			<Condition><![CDATA[#{Settings.Job.CanCreate}
								&& #applicationelementenabled('f18fb0e1-34e3-4095-8ee6-cfe65a99078f')]]></Condition>
			<Properties>
				<Property Name="BuildingPartId" Value="${BuildingPart.Id.Id}" />
				<Property Name="BuildingPartBuildingId" Value="${BuildingPart.Id.Building.Id}" />
				<Property Name="JobContext" Value="JobContext.Building" />
				<Property Name="Description" Title="#label(DESCRIPTION)" Text="#label(ENTER_DESCRIPTION)" Type="String" Required="True" SingleLine="True" />
				<Property Name="Image" Title="#label(CREATE_PICTURE)" Type="Image" />
				<DataSetProperty Name="WorkOrderType" Title="#label(JOB_TYPE)" DataSet="WorkOrderType" Required="True" />
				<DataSetProperty Name="SkillCategory" Title="#label(SKILLCATEGORY)" DataSet="SkillCategory" />
				<DataSetProperty Name="Priority" Title="#label(PRIORITY)" DataSet="Priority" Required="True" />
				<Property Name="Text" Title="#label(EXPLANATION)" Text="#label(ENTER_REMARK)" Type="String" Required="True" Html="True" />
				<Property Name="JobStatus" Value="JobStatus.Active" />
			</Properties>
		</Workflow>
		<Workflow
			Name="Mobile_ReportJob"
			Title="#label(REPORT_FINISHED)"
			Text="#label(REPORT_FINISHED_JOB_BUILDING_SECTION)"
			Icon="ultimoweb-copy-2">
			<Condition><![CDATA[#{Settings.Job.CanCreate}
								&& #applicationelementenabled('f18fb0e1-34e3-4095-8ee6-cfe65a99078f')]]></Condition>
			<Properties>
				<Property Name="BuildingPartId" Value="${BuildingPart.Id.Id}" />
				<Property Name="BuildingPartBuildingId" Value="${BuildingPart.Id.Building.Id}" />
				<Property Name="JobContext" Value="JobContext.Building" />
				<Property Name="Description" Title="#label(DESCRIPTION)" Text="#label(ENTER_DESCRIPTION)" Type="String" Required="True" SingleLine="True" />
				<Property Name="Text" Title="#label(EXPLANATION)" Text="#label(ENTER_REMARK)" Type="String" Html="True" />
				<Property Name="FeedbackText" Title="#label(ACTIVITIES)" Text="#label(ENTER_ACTIVITIES)" Type="String" Required="True" Html="True" />
				<Property Name="Image" Title="#label(CREATE_PICTURE)" Type="Image" />
				<DataSetProperty Name="WorkOrderType" Title="#label(JOB_TYPE)" DataSet="WorkOrderType" Required="True" />
				<Property Name="BookDate" Title="#label(DATE)" Text="#label(ENTER_DATE)" Type="Date" Value="@{DeviceTime}" Required="True">
					<Condition><![CDATA[#settingenabled(Job,JobContext.Building,Job.BookHours) == true
										&& #getsetting(Job,JobContext.Building,Job.BookHours) == true]]></Condition>
				</Property>
				<DataSetProperty Name="HourTariffCategory" Title="#contextdescription_capital(Hourtariffcat 0)" DataSet="CraftsmanHourCategory">
					<Condition><![CDATA[#settingenabled(Job,JobContext.Building,Job.BookHours) == true
										&& #getsetting(Job,JobContext.Building,Job.BookHours) == true]]></Condition>
				</DataSetProperty>
				<Property Name="Hours" Title="#label(WORKED_HOURS)" Text="#label(WORKED_HOURS)" Type="Hours">
					<Condition><![CDATA[#settingenabled(Job,JobContext.Building,Job.BookHours) == true
										&& #getsetting(Job,JobContext.Building,Job.BookHours) == true]]></Condition>
				</Property>
				<Property Name="JobStatus" Value="JobStatus.Finished" />
				<Property Name="JobCreateMethod" Value="CreateActive" />
			</Properties>
		</Workflow>
	</Section>
	<Section Id="ReportJobTS">
		<Workflow
			Name="Mobile_ReportJob"
			Title="#label(REPORT_JOB)"
			Text="#label(REPORT_OPEN_JOB_BUILDING_SECTION)"
			Icon="ultimoweb-copy-2">
			<Condition><![CDATA[#{Settings.Job.CanCreate}
								&& #applicationelementenabled('3c9c459b-4f1c-41a2-b6a1-e5c590755546')]]></Condition>
			<Properties>
				<Property Name="BuildingPartId" Value="${BuildingPart.Id.Id}" />
				<Property Name="BuildingPartBuildingId" Value="${BuildingPart.Id.Building.Id}" />
				<Property Name="JobContext" Value="JobContext.TD" />
				<Property Name="Description" Title="#label(DESCRIPTION)" Text="#label(ENTER_DESCRIPTION)" Type="String" Required="True" SingleLine="True" />
				<Property Name="Image" Title="#label(CREATE_PICTURE)" Type="Image" />
				<DataSetProperty Name="WorkOrderType" Title="#label(JOB_TYPE)" DataSet="WorkOrderTypeTS" Required="True" />
				<DataSetProperty Name="SkillCategory" Title="#label(SKILLCATEGORY)" DataSet="SkillCategory" />
				<DataSetProperty Name="Priority" Title="#label(PRIORITY)" DataSet="Priority" Required="True" />
				<Property Name="Text" Title="#label(EXPLANATION)" Text="#label(ENTER_REMARK)" Type="String" Required="True" Html="True" />
				<Property Name="JobStatus" Value="JobStatus.Created" />
			</Properties>
		</Workflow>
		<Workflow
			Name="Mobile_ReportJob"
			Title="#label(REPORT_FAULT)"
			Text="#label(REPORT_ACTIVE_JOB_BUILDING_SECTION)"
			Icon="ultimoweb-copy-2">
			<Condition><![CDATA[#{Settings.Job.CanCreate}
								&& #applicationelementenabled('3c9c459b-4f1c-41a2-b6a1-e5c590755546')]]></Condition>
			<Properties>
				<Property Name="BuildingPartId" Value="${BuildingPart.Id.Id}" />
				<Property Name="BuildingPartBuildingId" Value="${BuildingPart.Id.Building.Id}" />
				<Property Name="JobContext" Value="JobContext.TD" />
				<Property Name="Description" Title="#label(DESCRIPTION)" Text="#label(ENTER_DESCRIPTION)" Type="String" Required="True" SingleLine="True" />
				<Property Name="Image" Title="#label(CREATE_PICTURE)" Type="Image" />
				<DataSetProperty Name="WorkOrderType" Title="#label(JOB_TYPE)" DataSet="WorkOrderTypeTS" Required="True" />
				<DataSetProperty Name="SkillCategory" Title="#label(SKILLCATEGORY)" DataSet="SkillCategory" />
				<DataSetProperty Name="Priority" Title="#label(PRIORITY)" DataSet="Priority" Required="True" />
				<Property Name="Text" Title="#label(EXPLANATION)" Text="#label(ENTER_REMARK)" Type="String" Required="True" Html="True" />
				<Property Name="JobStatus" Value="JobStatus.Active" />
			</Properties>
		</Workflow>
		<Workflow
			Name="Mobile_ReportJob"
			Title="#label(REPORT_FINISHED)"
			Text="#label(REPORT_FINISHED_JOB_BUILDING_SECTION)"
			Icon="ultimoweb-copy-2">
			<Condition><![CDATA[#{Settings.Job.CanCreate}
								&& #applicationelementenabled('3c9c459b-4f1c-41a2-b6a1-e5c590755546')]]></Condition>
			<Properties>
				<Property Name="BuildingPartId" Value="${BuildingPart.Id.Id}" />
				<Property Name="BuildingPartBuildingId" Value="${BuildingPart.Id.Building.Id}" />
				<Property Name="JobContext" Value="JobContext.TD" />
				<Property Name="Description" Title="#label(DESCRIPTION)" Text="#label(ENTER_DESCRIPTION)" Type="String" Required="True" SingleLine="True" />
				<Property Name="Text" Title="#label(EXPLANATION)" Text="#label(ENTER_REMARK)" Type="String" Html="True" />
				<Property Name="FeedbackText" Title="#label(ACTIVITIES)" Text="#label(ENTER_ACTIVITIES)" Type="String" Required="True" Html="True" />
				<Property Name="Image" Title="#label(CREATE_PICTURE)" Type="Image" />
				<DataSetProperty Name="WorkOrderType" Title="#label(JOB_TYPE)" DataSet="WorkOrderTypeTS" Required="True" />
				<Property Name="BookDate" Title="#label(DATE)" Text="#label(ENTER_DATE)" Type="Date" Value="@{DeviceTime}" Required="True">
					<Condition><![CDATA[#settingenabled(Job,JobContext.TD,Job.BookHours) == true
										&& #getsetting(Job,JobContext.TD,Job.BookHours) == true]]></Condition>
				</Property>
				<DataSetProperty Name="HourTariffCategory" Title="#contextdescription_capital(Hourtariffcat 0)" DataSet="CraftsmanHourCategory">
					<Condition><![CDATA[#settingenabled(Job,JobContext.TD,Job.BookHours) == true
										&& #getsetting(Job,JobContext.TD,Job.BookHours) == true]]></Condition>
				</DataSetProperty>
				<Property Name="Hours" Title="#label(WORKED_HOURS)" Text="#label(WORKED_HOURS)" Type="Hours">
					<Condition><![CDATA[#settingenabled(Job,JobContext.TD,Job.BookHours) == true
										&& #getsetting(Job,JobContext.TD,Job.BookHours) == true]]></Condition>
				</Property>
				<Property Name="JobStatus" Value="JobStatus.Finished" />
				<Property Name="JobCreateMethod" Value="CreateActive" />
			</Properties>
		</Workflow>
	</Section>
	<Section Id="Job">
		<List DataSet="BuildingPartMyJobs" Text="#label(MY_JOBSBUILDING)" ShowCount="True">
			<Condition><![CDATA[#applicationelementenabled('f18fb0e1-34e3-4095-8ee6-cfe65a99078f')]]></Condition>
			<Properties>
				<Property Name="BuildingId" Value="${BuildingPart.Id.Building.Id}" />
				<Property Name="BuildingPartId" Value="${BuildingPart.Id.Id}" />
			</Properties>
		</List>
		<List DataSet="BuildingPartMySkillcatJobs" Text="#label(MY_SKILLCATEGORY) #contextdescription_plural_capital(Job 2048)" ShowCount="True">
			<Condition><![CDATA[#applicationelementenabled('f18fb0e1-34e3-4095-8ee6-cfe65a99078f')]]></Condition>
			<Properties>
				<Property Name="BuildingId" Value="${BuildingPart.Id.Building.Id}" />
				<Property Name="BuildingPartId" Value="${BuildingPart.Id.Id}" />
			</Properties>
		</List>
		<List DataSet="BuildingPartJob" Text="#label(OVERVIEW) #contextdescription_plural_capital(Job 2048)" ShowCount="True">
			<Condition><![CDATA[#applicationelementenabled('f18fb0e1-34e3-4095-8ee6-cfe65a99078f')]]></Condition>
			<Properties>
				<Property Name="BuildingId" Value="${BuildingPart.Id.Building.Id}" />
				<Property Name="BuildingPartId" Value="${BuildingPart.Id.Id}" />
			</Properties>
		</List>
	</Section>
	<Section Id="BuildingFloor">
		<List DataSet="BuildingPartBuildingFloor" Text="#contextdescription_plural_capital(BuildingFloor 1)" ShowCount="True">
			<Properties>
				<Property Name="BuildingId" Value="${BuildingPart.Id.Building.Id}" />
				<Property Name="BuildingPartId" Value="${BuildingPart.Id.Id}" />
			</Properties>
		</List>
	</Section>
	<Section Id="Composition">
		<Entity Value="${BuildingPart.Id.Building}" />
		<Entity Value="${BuildingPart.Purpose}">
			<Condition><![CDATA[#applicationelementenabled('1131ba27-46be-4d19-9c0f-8d8f98fbea22')]]></Condition>
		</Entity>
		<Address Title="#label(ADDRESS)" Text="${BuildingPart.AddressLine1}#if(${BuildingPart.AddressLine2} != Empty) ${BuildingPart.AddressLine2}#end#if(${BuildingPart.ZipCode} != Empty) ${BuildingPart.ZipCode}#end#if(${BuildingPart.City} != Empty) ${BuildingPart.City}#end#if(${BuildingPart.ProvinceStateRegion} != Empty) ${BuildingPart.ProvinceStateRegion}#end#if(${BuildingPart.Country.Description?} != Empty) ${BuildingPart.Country.Description}#end" Icon="ultimoweb-location">
			<Condition><![CDATA[${BuildingPart.AddressLine1} != Empty]]></Condition>
		</Address>
	</Section>
	<Section Id="CostCarrier">
		<Entity Value="${BuildingPart.Department}">
			<Condition><![CDATA[#applicationelementenabled('0f5acc02-05d6-4bb8-a418-d3be4c15f303')]]></Condition>
		</Entity>
		<Entity Value="${BuildingPart.CostCenter}">
			<Condition><![CDATA[#applicationelementenabled('a5db516e-0122-4318-aa1c-773b71e28757')]]></Condition>
		</Entity>
	</Section>
</Screen>

Brondatabewerken