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

ReservationLine (Screen in FMService)

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

Raw XMLbewerken

<Screen EntityType="ReservationLine">
	<ContextList>
		<Context>ReservationLineContext.SpaceReservation</Context>
		<Context>ReservationLineContext.Event</Context>
		<Context>ReservationLineContext.Catering</Context>
		<Context>ReservationLineContext.PoolCar</Context>
		<Context>ReservationLineContext.Exchange</Context>
	</ContextList>
	<Section Id="Headers">
		<Header Title="${ReservationLine.ReservationOccurrence.Id.Reservation.Description?}" Text="${ReservationLine.ReservationOccurrence.Id.Reservation.Id?}" />
	</Section>
	<Section Id="Space">
		<Entity Value="${ReservationLine.ReservableObject.Space}" />
	</Section>
	<Section Id="Time">
		<Text Title="#label(FROM)" Text="#formatdate(${ReservationLine.StartTime} 'f' true)" Icon="ultimoweb-calendar" />
		<Text Title="#label(TO)" Text="#formatdate(${ReservationLine.EndTime} 'f' true)" Icon="ultimoweb-calendar" />
		<Text Title="#label(PREPARATION_TIME)" Text="${ReservationLine.PreparationTime} #label(MINUTES)" />
		<Text Title="#label(CLEARING_TIME)" Text="${ReservationLine.CleanupTime} #label(MINUTES)" />
	</Section>
	<Section Id="Details">
		<Text Title="#label(RETURN_PATTERN)" Text="#if(${ReservationLine.ReservationOccurrence.Id.Reservation.Pattern} != Empty)#label(YES)#else #label(NO)#end" />
		<Text Title="#label(STATUS)" Text="#statusdescription(${ReservationLine.ReservationOccurrence})" />
		<Text Title="#label(NUMBER_OF_PERSONS)" Text="#if(${ReservationLine.ReservationOccurrence.NumberOfPersons} &gt; 0)${ReservationLine.ReservationOccurrence.NumberOfPersons}#else - #label(NUMBER_OF_PERSONS) niet opgegeven -#end" />
		<Text Title="#label(APPLICANT)" Text="#if(${ReservationLine.ReservationOccurrence.Applicant} != Empty)${ReservationLine.ReservationOccurrence.Applicant.Description}#else - #label(NO_USER_REGISTERED) -#end" />
		<Text Title="#label(REGISTERED_BY)" Text="#if(${ReservationLine.ReservationOccurrence.Id.Reservation.StatusCreatedEmployee} != Empty)${ReservationLine.ReservationOccurrence.Id.Reservation.StatusCreatedEmployee.Description}#else - #label(NO_USER_REGISTERED) -#end" />
		<Text Title="#label(EXPLANATION)" Text="${ReservationLine.ReservationOccurrence.Text}" ConvertHtmlToPlainText="True" />
	</Section>
	<Section Id="Job">
		<List DataSet="ReservationLineJobTasks" Text="#label(TASKS)" ShowCount="True">
			<Condition><![CDATA[#applicationelementenabled('849c5d44-03ce-43e6-8fbf-f9bb2a39e448')]]></Condition>
			<Properties>
				<Property Name="ReservationLineId" Value="${ReservationLine.Id}" />
			</Properties>
		</List>
	</Section>
</Screen>

Brondatabewerken