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

Building (Screen in Building)

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

Raw XMLbewerken

<Screen EntityType="Building">
	<ContextList>
		<Context>BuildingContext.Standard</Context>
	</ContextList>
	<Section Id="Headers">
		<Header Title="${Building.Description}" Text="${Building.Id}" Image="${Building.ImageFile}" />
	</Section>
	<Section Id="ReportJob">
		<Workflow
			Name="Mobile_ReportJob"
			Title="#label(REPORT_JOB)"
			Text="#label(REPORT_OPEN_JOB_BUILDING)"
			Icon="ultimoweb-copy-2">
			<Condition><![CDATA[#{Settings.Job.CanCreate}
								&& #applicationelementenabled('f18fb0e1-34e3-4095-8ee6-cfe65a99078f')]]></Condition>
			<Properties>
				<Property Name="Building" Value="${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)"
			Icon="ultimoweb-copy-2">
			<Condition><![CDATA[#{Settings.Job.CanCreate}
								&& #applicationelementenabled('f18fb0e1-34e3-4095-8ee6-cfe65a99078f')]]></Condition>
			<Properties>
				<Property Name="Building" Value="${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="JobCreateMethod" Value="CreateActive" />
				<Property Name="JobStatus" Value="JobStatus.Active" />
			</Properties>
		</Workflow>
		<Workflow
			Name="Mobile_ReportJob"
			Title="#label(REPORT_FINISHED)"
			Text="#label(REPORT_FINISHED_JOB_BUILDING)"
			Icon="ultimoweb-copy-2">
			<Condition><![CDATA[#{Settings.Job.CanCreate}
								&& #applicationelementenabled('f18fb0e1-34e3-4095-8ee6-cfe65a99078f')]]></Condition>
			<Properties>
				<Property Name="Building" Value="${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)"
			Icon="ultimoweb-copy-2">
			<Condition><![CDATA[#{Settings.Job.CanCreate}
								&& #applicationelementenabled('3c9c459b-4f1c-41a2-b6a1-e5c590755546')]]></Condition>
			<Properties>
				<Property Name="Building" Value="${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)"
			Icon="ultimoweb-copy-2">
			<Condition><![CDATA[#{Settings.Job.CanCreate}
								&& #applicationelementenabled('3c9c459b-4f1c-41a2-b6a1-e5c590755546')]]></Condition>
			<Properties>
				<Property Name="Building" Value="${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="JobCreateMethod" Value="CreateActive" />
				<Property Name="JobStatus" Value="JobStatus.Active" />
			</Properties>
		</Workflow>
		<Workflow
			Name="Mobile_ReportJob"
			Title="#label(REPORT_FINISHED)"
			Text="#label(REPORT_FINISHED_JOB_BUILDING)"
			Icon="ultimoweb-copy-2">
			<Condition><![CDATA[#{Settings.Job.CanCreate}
								&& #applicationelementenabled('3c9c459b-4f1c-41a2-b6a1-e5c590755546')]]></Condition>
			<Properties>
				<Property Name="Building" Value="${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="BuildingMyJobs" Text="#label(MY_JOBSBUILDING)" ShowCount="True">
			<Condition><![CDATA[#applicationelementenabled('f18fb0e1-34e3-4095-8ee6-cfe65a99078f')]]></Condition>
			<Properties>
				<Property Name="BuildingId" Value="${Building.Id}" />
			</Properties>
		</List>
		<List DataSet="BuildingMySkillcatJobs" 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="${Building.Id}" />
			</Properties>
		</List>
		<List DataSet="BuildingJob" Text="#label(OVERVIEW) #contextdescription_plural_capital(Job 2048)" ShowCount="True">
			<Condition><![CDATA[#applicationelementenabled('f18fb0e1-34e3-4095-8ee6-cfe65a99078f')]]></Condition>
			<Properties>
				<Property Name="BuildingId" Value="${Building.Id}" />
			</Properties>
		</List>
	</Section>
	<Section Id="BuildingPart">
		<List DataSet="BuildingBuildingPart" Text="#contextdescription_plural_capital(BuildingPart 1)" ShowCount="True">
			<Properties>
				<Property Name="BuildingId" Value="${Building.Id}" />
			</Properties>
		</List>
	</Section>
	<Section Id="Basic">
		<Entity Value="${Building.Purpose}">
			<Condition><![CDATA[#applicationelementenabled('1131ba27-46be-4d19-9c0f-8d8f98fbea22')]]></Condition>
		</Entity>
		<Address Title="#label(ADDRESS)" Text="${Building.AddressLine1}#if(${Building.AddressLine2} != Empty) ${Building.AddressLine2}#end#if(${Building.ZipCode} != Empty) ${Building.ZipCode}#end#if(${Building.City} != Empty) ${Building.City}#end#if(${Building.ProvinceStateRegion} != Empty) ${Building.ProvinceStateRegion}#end#if(${Building.Country.Description?} != Empty) ${Building.Country.Description}#end" Icon="ultimoweb-location">
			<Condition><![CDATA[${Building.AddressLine1} != Empty]]></Condition>
		</Address>
		<Entity Value="${Building.Owner}">
			<Condition><![CDATA[#applicationelementenabled('5ade4bc8-0989-4e18-b98c-d4b9c7fbc667')]]></Condition>
		</Entity>
		<Entity Value="${Building.Vendor}" />
		<Entity Value="${Building.Site}">
			<Condition><![CDATA[#applicationelementenabled('f6094a39-7020-4369-80fa-e7474945d49d')]]></Condition>
		</Entity>
	</Section>
	<Section Id="CostCarrier">
		<Entity Value="${Building.Department}">
			<Condition><![CDATA[#applicationelementenabled('0f5acc02-05d6-4bb8-a418-d3be4c15f303')]]></Condition>
		</Entity>
		<Entity Value="${Building.CostCenter}">
			<Condition><![CDATA[#applicationelementenabled('a5db516e-0122-4318-aa1c-773b71e28757')]]></Condition>
		</Entity>
	</Section>
</Screen>

Brondatabewerken