title: "JobInspectionLine (Screen in InformationTechnology)" category: reference tags: [mobile, go, go-plus, screen, informationtechnology] source: ultimo_gomanager.xml date: 2026-04-17 status: published
JobInspectionLine (Screen in InformationTechnology)
Category: Screen Application: InformationTechnology Has standard: Ja Entity (uit XML): JobInspectionLine
Raw XMLbewerken
<Screen EntityType="JobInspectionLine">
<ContextList>
<Context>JobInspectionLineContext.Standard</Context>
</ContextList>
<Section Id="Headers">
<Header Title="#label(MEASUREMENT_POINT) ${JobInspectionLine.Point} #trim #if(${JobInspectionLine.Done} == true && ${JobInspectionLine.QualityOk} == true) - #label(AGREED) #elseif(${JobInspectionLine.Done} == true && ${JobInspectionLine.QualityOk} == false) - #label(REJECT) #else - #label(TO_DETERMINE) #end #end" Text="${JobInspectionLine.Text}" Icon="#trim #if(${JobInspectionLine.Done} == true && ${JobInspectionLine.QualityOk} == true) ultimoweb-checkmark #elseif(${JobInspectionLine.Done} == true && ${JobInspectionLine.QualityOk} == false) ultimoweb-close #else ultimoweb-radio-unchecked #end #end" />
</Section>
<Section Id="Text">
<Entity Value="${JobInspectionLine.Id.Job}" />
</Section>
<Section Id="Measurement">
<Text Title="#label(NOMINAL_VALUE)" Text="${JobInspectionLine.NominalValue} ${JobInspectionLine.MeasureCode.Description?}">
<Condition><![CDATA[${JobInspectionLine.NominalValue} != Empty]]></Condition>
</Text>
<Text Title="#label(MEASURED_VALUE)" Text="${JobInspectionLine.Value} ${JobInspectionLine.MeasureCode.Description?}">
<Condition><![CDATA[${JobInspectionLine.Value} != Empty]]></Condition>
</Text>
<Text Title="#label(FINDINGS)" Text="${JobInspectionLine.Text1}" />
</Section>
<Section Id="ReportMeasurement">
<Workflow
Name="Mobile_JobInspectionLine"
Title="#label(ENTER_FINDINGS)"
Text="#label(ENTER_MEASUREMENT_VALUE_AND_OR_REMARK)"
Icon="ultimoweb-radio-unchecked">
<Condition><![CDATA[(
${JobInspectionLine.Id.Job.Employee.Id?} == #{User.EmployeeId}
|| #{Settings.Job.ModifyAnyJob}
)
&& ${JobInspectionLine.Id.Job.Status} != JobStatus.Closed]]></Condition>
<Properties>
<Property Name="JobId" Value="${JobInspectionLine.Id.Job.Id}" />
<Property Name="JobInspectionLineId" Value="${JobInspectionLine.Id.LineId}" />
<Property Name="Value" Title="#label(MEASURED_VALUE)#if(${JobInspectionLine.MeasureCode.Description?}!=Empty) (${JobInspectionLine.MeasureCode.Description?})#end" Text="#label(NOMINAL_VALUE) ${JobInspectionLine.NominalValue} ${JobInspectionLine.MeasureCode.Description?}" Type="String" Value="${JobInspectionLine.Value}" />
<Property Name="Text" Title="#label(FINDINGS)" Text="#label(INSPECTION_POINT_FINDINGS)" Type="String" Value="${JobInspectionLine.Text1}" Html="True" />
<Property Name="QualityOk" Title="#label(MEASUREMENT_POINT_OK)" Type="Boolean" Value="#if(${JobInspectionLine.Done})${JobInspectionLine.QualityOk}#end" Required="True" />
</Properties>
</Workflow>
<Workflow
Name="Mobile_JobInspectionLine_Ok"
Title="#label(INSPECTIONLINE_OK)"
Text="#label(REPORT_OK)"
Icon="ultimoweb-checkmark">
<Condition><![CDATA[(
${JobInspectionLine.Id.Job.Employee.Id?} == #{User.EmployeeId}
|| #{Settings.Job.ModifyAnyJob}
)
&& ${JobInspectionLine.Id.Job.Status} != JobStatus.Closed]]></Condition>
<Properties>
<Property Name="JobId" Value="${JobInspectionLine.Id.Job.Id}" />
<Property Name="JobInspectionLineId" Value="${JobInspectionLine.Id.LineId}" />
<Property Name="QualityOk" Value="False" />
</Properties>
</Workflow>
<Workflow
Name="Mobile_JobInspectionLine_Ok"
Title="#label(INSPECTIONLINE_NOK)"
Text="#label(REPORT_NOK)"
Icon="ultimoweb-radio-unchecked">
<Condition><![CDATA[(
${JobInspectionLine.Id.Job.Employee.Id?} == #{User.EmployeeId}
|| #{Settings.Job.ModifyAnyJob}
)
&& ${JobInspectionLine.Id.Job.Status} != JobStatus.Closed]]></Condition>
<Properties>
<Property Name="JobId" Value="${JobInspectionLine.Id.Job.Id}" />
<Property Name="JobInspectionLineId" Value="${JobInspectionLine.Id.LineId}" />
<Property Name="QualityOk" Value="True" />
</Properties>
</Workflow>
</Section>
</Screen>
Brondatabewerken
- Definitie opvragen —
lookup_mobile_screen("JobInspectionLine", app="InformationTechnology")Volledige definitie incl. XML. Bron:ultimo_gomanager.xml. - Entity-model —
lookup_entity("JobInspectionLine")· ../../entities/JobInspectionLine Properties, contexts en statussen van de JobInspectionLine-entity. Bron:Entities.xml.