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

Space (Screen in Building)

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

Raw XMLbewerken

<Screen EntityType="Space">
	<ContextList>
		<Context>SpaceContext.Space</Context>
	</ContextList>
	<Section Id="Headers">
		<Header Title="${Space.Description}" Text="${Space.Id}" Image="${Space.ImageFile}" />
	</Section>
	<Section Id="ReportJob">
		<Workflow
			Name="Mobile_ReportJob"
			Title="#label(REPORT_JOB)"
			Text="#label(REPORT_OPEN_JOB_SPACE)"
			Icon="ultimoweb-copy-2">
			<Condition><![CDATA[#{Settings.Job.CanCreate}
								&& #applicationelementenabled('f18fb0e1-34e3-4095-8ee6-cfe65a99078f')]]></Condition>
			<Properties>
				<Property Name="Space" Value="${Space.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_SPACE)"
			Icon="ultimoweb-copy-2">
			<Condition><![CDATA[#{Settings.Job.CanCreate}
								&& #applicationelementenabled('f18fb0e1-34e3-4095-8ee6-cfe65a99078f')]]></Condition>
			<Properties>
				<Property Name="Space" Value="${Space.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_SPACE)"
			Icon="ultimoweb-copy-2">
			<Condition><![CDATA[#{Settings.Job.CanCreate}
								&& #applicationelementenabled('f18fb0e1-34e3-4095-8ee6-cfe65a99078f')]]></Condition>
			<Properties>
				<Property Name="Space" Value="${Space.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_SPACE)"
			Icon="ultimoweb-copy-2">
			<Condition><![CDATA[#{Settings.Job.CanCreate}
								&& #applicationelementenabled('3c9c459b-4f1c-41a2-b6a1-e5c590755546')]]></Condition>
			<Properties>
				<Property Name="Space" Value="${Space.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_SPACE)"
			Icon="ultimoweb-copy-2">
			<Condition><![CDATA[#{Settings.Job.CanCreate}
								&& #applicationelementenabled('3c9c459b-4f1c-41a2-b6a1-e5c590755546')]]></Condition>
			<Properties>
				<Property Name="Space" Value="${Space.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_SPACE)"
			Icon="ultimoweb-copy-2">
			<Condition><![CDATA[#{Settings.Job.CanCreate}
								&& #applicationelementenabled('3c9c459b-4f1c-41a2-b6a1-e5c590755546')]]></Condition>
			<Properties>
				<Property Name="Space" Value="${Space.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="UnderlyingJob">
		<List DataSet="SpaceToDoJobs" Text="#label(OUTSTANDING) #contextdescription_plural_capital(Job 2048)" ShowCount="True">
			<Properties>
				<Property Name="SpaceId" Value="${Space.Id}" />
			</Properties>
		</List>
		<List DataSet="SpaceHistoryJobs" Text="#label(HISTORY) #contextdescription_plural_capital(Job 2048)" ShowCount="True">
			<Properties>
				<Property Name="SpaceId" Value="${Space.Id}" />
			</Properties>
		</List>
	</Section>
	<Section Id="UnderlyingEquipment">
		<List DataSet="SpaceEquipment" Text="#contextdescription_plural_capital(Equipment 4)" ShowCount="True">
			<Condition><![CDATA[#applicationelementenabled('f85f018e-8e8b-4c8e-8670-6b8248d0cb65')]]></Condition>
			<Properties>
				<Property Name="SpaceId" Value="${Space.Id}" />
			</Properties>
		</List>
		<List DataSet="SpaceInventory" Text="#contextdescription_plural_capital(Equipment 2)" ShowCount="True">
			<Condition><![CDATA[#applicationelementenabled('43d562eb-eef8-41ce-aebe-4f7d122f770f')]]></Condition>
			<Properties>
				<Property Name="SpaceId" Value="${Space.Id}" />
			</Properties>
		</List>
		<Workflow
			Name="Mobile_Space_AddEquipment"
			Title="#label(ADD_INVENTORY)"
			Text="#label(ADD_INVENTORY_SPACE)"
			Icon="ultimoweb-plus">
			<Condition><![CDATA[#{Settings.Equipment.CanChangeSpace}
								&& #applicationelementenabled('43d562eb-eef8-41ce-aebe-4f7d122f770f')]]></Condition>
			<Properties>
				<Property Name="Space" Value="${Space.Id}" />
				<DataSetProperty Name="Equipment" Title="#label(INVENTORY)" DataSet="Inventory" Required="True" />
				<Property Name="EquipmentContext" Value="EquipmentContext.Inventory" />
			</Properties>
		</Workflow>
	</Section>
	<Section Id="Composition">
		<Entity Value="${Space.BuildingFloor.Id.BuildingPart.Id.Building}" />
		<Text Title="#contextdescription_capital(${Space.BuildingFloor.Id.BuildingPart})" Text="${Space.BuildingFloor.Id.BuildingPart.Description}" Image="${Space.BuildingFloor.Id.BuildingPart.ImageFile?}">
			<Condition><![CDATA[#applicationelementenabled('7703b466-0be1-4fc9-84ad-ab9497e4d17c')]]></Condition>
		</Text>
		<Text Title="#contextdescription_capital(${Space.BuildingFloor})" Text="${Space.BuildingFloor.Description}" Image="${Space.BuildingFloor.ImageFile?}">
			<Condition><![CDATA[#applicationelementenabled('7703b466-0be1-4fc9-84ad-ab9497e4d17c')]]></Condition>
		</Text>
	</Section>
	<Section Id="Type">
		<Entity Value="${Space.SpaceType}">
			<Condition><![CDATA[#applicationelementenabled('0e577aaa-1a4f-4ed7-a5bf-ee7a8db9002c')]]></Condition>
		</Entity>
		<Entity Value="${Space.Purpose}">
			<Condition><![CDATA[#applicationelementenabled('1131ba27-46be-4d19-9c0f-8d8f98fbea22')]]></Condition>
		</Entity>
	</Section>
	<Section Id="CostCarrier">
		<Entity Value="${Space.Department}">
			<Condition><![CDATA[#applicationelementenabled('4a2d7f23-f846-4780-a3e6-41038ccc9c11')]]></Condition>
		</Entity>
		<Entity Value="${Space.Site}">
			<Condition><![CDATA[#applicationelementenabled('f6094a39-7020-4369-80fa-e7474945d49d')]]></Condition>
		</Entity>
	</Section>
</Screen>

Brondatabewerken