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

Space (Screen in FMService)

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

Raw XMLbewerken

<Screen EntityType="Space">
	<ContextList>
		<Context>SpaceContext.Space</Context>
		<Context>SpaceContext.ParkingSpace</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('61e422f3-d460-4334-a8f8-2774ef5b63ad')
								&& ${Space.Context} == SpaceContext.Space]]></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="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>
	</Section>
	<Section Id="ReportCleaningJob">
		<Workflow
			Name="Mobile_ReportJob"
			Title="#label(REQUEST_CLEANING)"
			Text="#label(REQUEST_EXTRA_CLEANING_SPACE)"
			Icon="ultimoweb-copy-2">
			<Condition><![CDATA[#{Settings.Job.CanCreate}
								&& #applicationelementenabled('b41fb3fb-26c6-4678-90e7-1ff438a532c8')
								&& ${Space.Context} == SpaceContext.Space]]></Condition>
			<Properties>
				<Property Name="Space" Value="${Space.Id}" />
				<Property Name="JobContext" Value="JobContext.Cleaning" />
				<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" />
				<Property Name="Text" Title="#label(EXPLANATION)" Text="#label(ENTER_REMARK)" Type="String" Required="True" Html="True" />
				<Property Name="JobStatus" Value="JobStatus.Created" />
			</Properties>
		</Workflow>
	</Section>
	<Section Id="UnderlyingJobTask">
		<List DataSet="SpaceTodayJobTasks" Text="#label(OUTSTANDING) #contextdescription_plural(JobTask 0) #label(TODAY)" ShowCount="True">
			<Condition><![CDATA[#applicationelementenabled('849c5d44-03ce-43e6-8fbf-f9bb2a39e448')]]></Condition>
			<Properties>
				<Property Name="SpaceId" Value="${Space.Id}" />
			</Properties>
		</List>
		<List DataSet="ReservationLineFromTodayForSpace" Text="#label(SPACE_RESERVATIONS_NEXT_7_DAYS)" ShowCount="True">
			<Condition><![CDATA[#applicationelementenabled('849c5d44-03ce-43e6-8fbf-f9bb2a39e448')]]></Condition>
			<Properties>
				<Property Name="SpaceId" Value="${Space.Id}" />
			</Properties>
		</List>
	</Section>
	<Section Id="UnderlyingJob">
		<List DataSet="SpaceToDoJobs" Text="#label(OUTSTANDING) #contextdescription_plural(Job 2048)" ShowCount="True">
			<Condition><![CDATA[#applicationelementenabled('61e422f3-d460-4334-a8f8-2774ef5b63ad')
								&& ${Space.Context} == SpaceContext.Space]]></Condition>
			<Properties>
				<Property Name="SpaceId" Value="${Space.Id}" />
			</Properties>
		</List>
		<List DataSet="SpaceHistoryJobs" Text="#label(HISTORY) #contextdescription_plural(Job 2048)" ShowCount="True">
			<Condition><![CDATA[#applicationelementenabled('61e422f3-d460-4334-a8f8-2774ef5b63ad')
								&& ${Space.Context} == SpaceContext.Space]]></Condition>
			<Properties>
				<Property Name="SpaceId" Value="${Space.Id}" />
			</Properties>
		</List>
	</Section>
	<Section Id="UnderlyingCleaningJob">
		<List DataSet="SpaceToDoCleaningJobs" Text="#label(OUTSTANDING_CLEANING) #contextdescription_plural(Job 4096)" ShowCount="True">
			<Condition><![CDATA[#applicationelementenabled('b41fb3fb-26c6-4678-90e7-1ff438a532c8')
								&& ${Space.Context} == SpaceContext.Space]]></Condition>
			<Properties>
				<Property Name="SpaceId" Value="${Space.Id}" />
			</Properties>
		</List>
	</Section>
	<Section Id="Composition">
		<Entity Value="${Space.BuildingFloor.Id.BuildingPart.Id.Building}">
			<Condition><![CDATA[#applicationelementenabled('66092cd7-c860-47fc-ac88-6e613acdf2e9')]]></Condition>
		</Entity>
		<Entity Value="${Space.BuildingFloor.Id.BuildingPart}">
			<Condition><![CDATA[#applicationelementenabled('7703b466-0be1-4fc9-84ad-ab9497e4d17c')]]></Condition>
		</Entity>
		<Entity Value="${Space.BuildingFloor}">
			<Condition><![CDATA[#applicationelementenabled('7703b466-0be1-4fc9-84ad-ab9497e4d17c')]]></Condition>
		</Entity>
	</Section>
	<Section Id="Type">
		<Entity Value="${Space.SpaceType}" />
		<Entity Value="${Space.Purpose}" />
	</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