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

ObjectInspectionLine (Screen in Default)

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

Raw XMLbewerken

<Screen EntityType="ObjectInspectionLine">
	<ContextList>
		<Context>ObjectInspectionLineContext.LastMinuteRiskAssessment</Context>
	</ContextList>
	<Section Id="Headers">
		<Header Title="${ObjectInspectionLine.Description}" Icon="=${ObjectInspectionLine.Ok} ? 'ultimoweb-checkmark' : (${ObjectInspectionLine.NotOk} ? 'ultimoweb-close' : 'ultimoweb-radio-unchecked')" />
	</Section>
	<Section Id="Actions_AnswerYesResultsInOK" Comment="LMRA: Answer Yes results in OK">
		<Condition><![CDATA[${ObjectInspectionLine.AnswerYesResultsInOk} == True]]></Condition>
		<Workflow
			Name="Mobile_ObjectInspectionLine_RegisterLastMinuteRiskAssessmentChecklistItemResponse"
			Title="#label(YES)">
			<Properties>
				<Property Name="MarkItemAsOk" Value="True" />
				<Property Name="Remark" Title="#label(REMARKS)" Text="#label(CHANGE_REMARKS)" Type="String" Value="${ObjectInspectionLine.RemarkText}" Required="True" Html="True">
					<Condition><![CDATA[${ObjectInspectionLine.NotOk} == True
										|| ${ObjectInspectionLine.RemarkText} != Empty]]></Condition>
				</Property>
				<Property Name="ChecklistItem" Value="${ObjectInspectionLine}" />
			</Properties>
		</Workflow>
		<Workflow
			Name="Mobile_ObjectInspectionLine_RegisterLastMinuteRiskAssessmentChecklistItemResponse"
			Title="#label(NO)">
			<Properties>
				<Property Name="MarkItemAsOk" Value="False" />
				<Property Name="ChecklistItem" Value="${ObjectInspectionLine}" />
				<DataSetProperty Name="RejectionReason" Value="${ObjectInspectionLine.RejectionReason}" Title="#label(REASON_FOR_REJECTION)" DataSet="RejectionReason" Required="True" />
				<Property Name="Remark" Title="#label(REMARKS)" Text="#label(CHANGE_REMARKS)" Type="String" Value="${ObjectInspectionLine.RemarkText}" Html="True" />
				<Property Name="ImageFile1" Title="#label(ILLUSTRATION_1)" Type="Image" Value="${ObjectInspectionLine.ImageFile1}" />
				<Property Name="ImageFile2" Title="#label(ILLUSTRATION_2)" Type="Image" Value="${ObjectInspectionLine.ImageFile2}" />
				<Property Name="ImageFile3" Title="#label(ILLUSTRATION_3)" Type="Image" Value="${ObjectInspectionLine.ImageFile3}" />
				<Property Name="ImageFile4" Title="#label(ILLUSTRATION_4)" Type="Image" Value="${ObjectInspectionLine.ImageFile4}" />
			</Properties>
		</Workflow>
	</Section>
	<Section Id="Actions_AnswerYesResultsInNotOK" Comment="LMRA: Answer Yes results in Not OK">
		<Condition><![CDATA[${ObjectInspectionLine.AnswerYesResultsInOk} == False]]></Condition>
		<Workflow
			Name="Mobile_ObjectInspectionLine_RegisterLastMinuteRiskAssessmentChecklistItemResponse"
			Title="#label(YES)">
			<Properties>
				<Property Name="MarkItemAsOk" Value="False" />
				<Property Name="ChecklistItem" Value="${ObjectInspectionLine}" />
				<DataSetProperty Name="RejectionReason" Value="${ObjectInspectionLine.RejectionReason}" Title="#label(REASON_FOR_REJECTION)" DataSet="RejectionReason" Required="True" />
				<Property Name="Remark" Title="#label(REMARKS)" Text="#label(CHANGE_REMARKS)" Type="String" Value="${ObjectInspectionLine.RemarkText}" Html="True" />
				<Property Name="ImageFile1" Title="#label(ILLUSTRATION_1)" Type="Image" Value="${ObjectInspectionLine.ImageFile1}" />
				<Property Name="ImageFile2" Title="#label(ILLUSTRATION_2)" Type="Image" Value="${ObjectInspectionLine.ImageFile2}" />
				<Property Name="ImageFile3" Title="#label(ILLUSTRATION_3)" Type="Image" Value="${ObjectInspectionLine.ImageFile3}" />
				<Property Name="ImageFile4" Title="#label(ILLUSTRATION_4)" Type="Image" Value="${ObjectInspectionLine.ImageFile4}" />
			</Properties>
		</Workflow>
		<Workflow
			Name="Mobile_ObjectInspectionLine_RegisterLastMinuteRiskAssessmentChecklistItemResponse"
			Title="#label(NO)">
			<Properties>
				<Property Name="MarkItemAsOk" Value="True" />
				<Property Name="Remark" Title="#label(REMARKS)" Text="#label(CHANGE_REMARKS)" Type="String" Value="${ObjectInspectionLine.RemarkText}" Required="True" Html="True">
					<Condition><![CDATA[${ObjectInspectionLine.NotOk} == True
										|| ${ObjectInspectionLine.RemarkText} != Empty]]></Condition>
				</Property>
				<Property Name="ChecklistItem" Value="${ObjectInspectionLine}" />
			</Properties>
		</Workflow>
	</Section>
	<Section Id="General">
		<Text Title="#label(LMRA_ANSWER_GIVEN)" Text="${ObjectInspectionLine.AnswerGivenInText}" Icon="ultimoweb-copy-2">
			<Condition><![CDATA[${ObjectInspectionLine.AnswerGivenInText} != Empty]]></Condition>
		</Text>
		<Text Title="#label(REASON_FOR_REJECTION)" Text="${ObjectInspectionLine.RejectionReason.Description}" Icon="ultimoweb-clipboard-4">
			<Condition><![CDATA[${ObjectInspectionLine.RejectionReason} != Empty]]></Condition>
		</Text>
		<Text Title="#label(REMARK)" Text="${ObjectInspectionLine.RemarkText}" Icon="ultimoweb-copy-2" ConvertHtmlToPlainText="True">
			<Condition><![CDATA[${ObjectInspectionLine.RemarkText} != Empty]]></Condition>
		</Text>
	</Section>
	<Section Id="ObjectInspectionLine_OK">
		<Condition><![CDATA[${ObjectInspectionLine.OkDate} != Empty]]></Condition>
		<Text Title="#label(OK_DATE)" Text="#formatdate(${ObjectInspectionLine.OkDate} 'f' true)" Icon="ultimoweb-calendar">
			<Condition><![CDATA[${ObjectInspectionLine.OkDate} != Empty]]></Condition>
		</Text>
		<Entity Value="${ObjectInspectionLine.OkEmployee}" />
	</Section>
	<Section Id="ObjectInspectionLine_NOK">
		<Condition><![CDATA[${ObjectInspectionLine.NotOkDate} != Empty]]></Condition>
		<Text Title="#label(NOT_OK_DATE)" Text="#formatdate(${ObjectInspectionLine.NotOkDate} 'f' true)" Icon="ultimoweb-calendar">
			<Condition><![CDATA[${ObjectInspectionLine.NotOkDate} != Empty]]></Condition>
		</Text>
		<Entity Value="${ObjectInspectionLine.NotOkEmployee}" />
		<Document Text="#label(ILLUSTRATION_1)" Image="${ObjectInspectionLine.ImageFile1}" FileName="${ObjectInspectionLine.ImageFile1}">
			<Condition><![CDATA[${ObjectInspectionLine.ImageFile1} != Empty]]></Condition>
		</Document>
		<Document Text="#label(ILLUSTRATION_2)" Image="${ObjectInspectionLine.ImageFile2}" FileName="${ObjectInspectionLine.ImageFile2}">
			<Condition><![CDATA[${ObjectInspectionLine.ImageFile2} != Empty]]></Condition>
		</Document>
		<Document Text="#label(ILLUSTRATION_3)" Image="${ObjectInspectionLine.ImageFile3}" FileName="${ObjectInspectionLine.ImageFile3}">
			<Condition><![CDATA[${ObjectInspectionLine.ImageFile3} != Empty]]></Condition>
		</Document>
		<Document Text="#label(ILLUSTRATION_4)" Image="${ObjectInspectionLine.ImageFile4}" FileName="${ObjectInspectionLine.ImageFile4}">
			<Condition><![CDATA[${ObjectInspectionLine.ImageFile4} != Empty]]></Condition>
		</Document>
	</Section>
</Screen>

Brondatabewerken