title: "Equipment (Screen in TechnicalService)" category: reference tags: [mobile, go, go-plus, screen, technicalservice] source: ultimo_gomanager.xml date: 2026-04-17 status: published
Equipment (Screen in TechnicalService)
Category: Screen Application: TechnicalService Has standard: Ja Entity (uit XML): Equipment
Raw XMLbewerken
<Screen EntityType="Equipment">
<ContextList>
<Context>EquipmentContext.Installation</Context>
<Context>EquipmentContext.Inventory</Context>
<Context>EquipmentContext.MeterTS</Context>
<Context>EquipmentContext.EnergyMeter</Context>
</ContextList>
<Section Id="Headers">
<Header Title="${Equipment.Description}" Text="${Equipment.Id}#if(${Equipment.ExchangePart} == 1) #label(EXCHANGEPART_PARENTHESES)#end#if(${Equipment.Context} == EquipmentContext.Installation || ${Equipment.Context} == EquipmentContext.Inventory) - ${Equipment.ProgressStatus.Description?}#end" Image="${Equipment.ImageFile}" />
</Section>
<Section Id="ReportJob">
<Workflow
Name="Mobile_ReportOpenJob"
Title="#label(REPORT_JOB)"
Text="#if(${Equipment.ExchangePart} == 1) #label(REPORT_OPEN_JOB_EXCHANGEPART) #elseif(${Equipment.Context} == 1) #label(REPORT_OPEN_JOB_EQUIPMENT) #elseif(${Equipment.Context} == 2) #label(REPORT_OPEN_JOB_INVENTORY)#end"
Icon="ultimoweb-copy-2">
<Condition><![CDATA[#{Settings.Job.CanCreate}
&& #applicationelementenabled('3c9c459b-4f1c-41a2-b6a1-e5c590755546')
&& (
${Equipment.Context} == EquipmentContext.Installation
|| ${Equipment.Context} == EquipmentContext.Inventory
)]]></Condition>
<Properties>
<Property Name="Equipment" Value="${Equipment.Id}" AISuggestionsPayloadField="EquipmentProperty" />
<Property Name="JobContext" Value="JobContext.TD" />
<Property Name="Description" Title="#label(DESCRIPTION)" Text="#label(ENTER_DESCRIPTION)" Type="String" Required="True" SingleLine="True" AISuggestionsPayloadField="DescriptionProperty" />
<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" AISuggestions="True" />
</Properties>
</Workflow>
<Workflow
Name="Mobile_ReportJob"
Title="#label(REPORT_FAULT)"
Text="#if(${Equipment.ExchangePart} == 1) #label(REPORT_ACTIVE_JOB_EXCHANGEPART) #elseif(${Equipment.Context} == 1) #label(REPORT_ACTIVE_JOB_EQUIPMENT) #elseif(${Equipment.Context} == 2) #label(REPORT_ACTIVE_JOB_INVENTORY)#end"
Icon="ultimoweb-copy-2">
<Condition><![CDATA[#{Settings.Job.CanCreate}
&& #applicationelementenabled('3c9c459b-4f1c-41a2-b6a1-e5c590755546')
&& (
${Equipment.Context} == EquipmentContext.Installation
|| ${Equipment.Context} == EquipmentContext.Inventory
)]]></Condition>
<Properties>
<Property Name="Equipment" Value="${Equipment.Id}" AISuggestionsPayloadField="EquipmentProperty" />
<Property Name="JobContext" Value="JobContext.TD" />
<Property Name="Description" Title="#label(DESCRIPTION)" Text="#label(ENTER_DESCRIPTION)" Type="String" Required="True" SingleLine="True" AISuggestionsPayloadField="DescriptionProperty" />
<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" AISuggestions="True" />
<Property Name="JobStatus" Value="JobStatus.Active" />
<Property Name="JobCreateMethod" Value="CreateActive" />
</Properties>
</Workflow>
<Workflow
Name="Mobile_ReportJob"
Title="#label(REPORT_FINISHED)"
Text="#if(${Equipment.ExchangePart} == 1) #label(REPORT_FINISHED_JOB_EXCHANGEPART) #elseif(${Equipment.Context} == 1) #label(REPORT_FINISHED_JOB_EQUIPMENT) #elseif(${Equipment.Context} == 2) #label(REPORT_FINISHED_JOB_INVENTORY)#end"
Icon="ultimoweb-copy-2">
<Condition><![CDATA[#{Settings.Job.CanCreate}
&& #applicationelementenabled('3c9c459b-4f1c-41a2-b6a1-e5c590755546')
&& (
${Equipment.Context} == EquipmentContext.Installation
|| ${Equipment.Context} == EquipmentContext.Inventory
)]]></Condition>
<Properties>
<Property Name="Equipment" Value="${Equipment.Id}" AISuggestionsPayloadField="EquipmentProperty" />
<Property Name="JobContext" Value="JobContext.TD" />
<Property Name="Description" Title="#label(DESCRIPTION)" Text="#label(ENTER_DESCRIPTION)" Type="String" Required="True" SingleLine="True" AISuggestionsPayloadField="DescriptionProperty" />
<Property Name="Text" Title="#label(EXPLANATION)" Text="#label(ENTER_REMARK)" Type="String" Html="True" AISuggestions="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.TD,Job.BookHours) == true
&& #getsetting(Job,JobContext.TD,Job.BookHours) == true]]></Condition>
</Property>
<DataSetProperty Name="FailType" Title="#contextdescription_capital(failtype 0)" DataSet="FailType">
<Condition><![CDATA[${Equipment.EquipmentType} != Empty
&& ${Equipment.UseSpecificFailTypes} == False
&& ${Equipment.EquipmentType.UseSpecificFailTypes} == False]]></Condition>
</DataSetProperty>
<DataSetProperty Name="FailType" Title="#contextdescription_capital(failtype 0)" DataSet="EquipmentTypeFailType">
<Condition><![CDATA[${Equipment.EquipmentType} != Empty
&& ${Equipment.UseSpecificFailTypes} == False
&& ${Equipment.EquipmentType.UseSpecificFailTypes} == True]]></Condition>
<Properties>
<Property Name="EquipmentTypeId" Value="${Equipment.EquipmentType.Id}" />
</Properties>
</DataSetProperty>
<DataSetProperty Name="FailType" Title="#contextdescription_capital(failtype 0)" DataSet="EquipmentFailType">
<Condition><![CDATA[${Equipment.UseSpecificFailTypes} == True]]></Condition>
<Properties>
<Property Name="EquipmentId" Value="${Equipment.Id}" />
</Properties>
</DataSetProperty>
<DataSetProperty Name="FailType" Title="#contextdescription_capital(failtype 0)" DataSet="FailType">
<Condition><![CDATA[${Equipment.EquipmentType} == Empty
&& ${Equipment.UseSpecificFailTypes} == False]]></Condition>
</DataSetProperty>
<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="ChangeProgressStatusEquipment">
<Workflow
Name="Mobile_Equipment_ChangeProgressStatus"
Title="#label(CHANGEPROGRESSSTATUS_BRIEF)"
Text="#label(CURRENT_STATUS) : ${Equipment.ProgressStatus.Description?}"
Icon="ultimoweb-clock-7">
<Condition><![CDATA[${Equipment.Context} == EquipmentContext.Installation
|| ${Equipment.Context} == EquipmentContext.Inventory]]></Condition>
<Properties>
<Property Name="Equipment" Value="${Equipment.Id}" />
<DataSetProperty Name="ProgressStatus" Title="#label(PROGRESS_STATUS)" DataSet="EquipmentNextProgressStatuses" Required="True">
<Properties>
<Property Name="ProgressStatusId" Value="${Equipment.ProgressStatus.Id?}" />
<Property Name="ProgressStatusContext" Value="#if(${Equipment.Context} == EquipmentContext.Installation)ProgressStatusContext.EquipmentInstallation#elseif(${Equipment.Context} == EquipmentContext.Inventory)ProgressStatusContext.EquipmentInventory#end" />
</Properties>
</DataSetProperty>
<Property Name="Remark" Title="#label(REMARK)" Text="#label(CHANGE_REMARKS)" Type="String" Html="True" />
</Properties>
</Workflow>
</Section>
<Section Id="UnplannedDowntimeRegistration">
<Workflow
Name="Mobile_ObjectDowntime_ReportDowntime"
Title="#label(DOWNTIME_REGISTER)"
Text="#label(DOWNTIME_REGISTER_FOR_THIS_EQUIPMENT)"
Icon="ultimoweb-power">
<Condition><![CDATA[#applicationelementenabled('27fd92f6-d560-41ac-b2ac-a2925b86f4e3')
&& ${Equipment.Context} == EquipmentContext.Installation
&& ${Equipment.ExchangePart} == False
&& ${Equipment.RegisterObjectDowntime} == True]]></Condition>
<Properties>
<Property Name="Equipment" Value="${Equipment.Id}" />
<Property Name="StartDate" Title="#label(STARTDATE)" Text="#label(STARTDATE)" Type="DateTime" Value="#{Environment.CurrentDateTime}" />
<Property Name="Remark" Title="#label(REMARK)" Text="#label(REMARK)" Type="String" />
</Properties>
</Workflow>
</Section>
<Section Id="PreventiveMaintenance">
<Entity Value="${Equipment.LastPmModel}" Title="#label(LAST_PREVENTIVE_MAINTENANCE)" SubText="#formatdate(${Equipment.LastPmMaintenanceDate} 'D' true)">
<Condition><![CDATA[#applicationelementenabled('95182e81-7ab5-4547-a177-81ca20e62d37')]]></Condition>
</Entity>
<Entity Value="${Equipment.NextPmModel}" Title="#label(NEXT_PERIODIC_MAINTENANCE)" SubText="#formatdate(${Equipment.NextPmMaintenanceDate} 'D' true)">
<Condition><![CDATA[#applicationelementenabled('95182e81-7ab5-4547-a177-81ca20e62d37')]]></Condition>
</Entity>
</Section>
<Section Id="Measurement">
<Text Title="#label(MEASUREMENT_VALUE)" Text="${Equipment.IndicatorValue?} #if(${Equipment.IndicatorValueLastRecordingDate} != Empty) - #label(RECORDER_ON) #formatdate(${Equipment.IndicatorValueLastRecordingDate} 'f' true) #end" Icon="ultimoweb-meter">
<Condition><![CDATA[#applicationelementenabled('95182e81-7ab5-4547-a177-81ca20e62d37')
&& (
${Equipment.Context} == EquipmentContext.Installation
|| ${Equipment.Context} == EquipmentContext.Inventory
)]]></Condition>
</Text>
<Workflow
Name="Mobile_Equipment_UpdateIndicatorValue"
Title="#label(UPDATE_MEASUREMENT_VALUE)"
Text="#label(ENTER_MEASUREMENT_VALUE)"
Icon="ultimoweb-meter">
<Condition><![CDATA[#{Settings.Equipment.CanSetMeasurementPointValue}
&& #applicationelementenabled('95182e81-7ab5-4547-a177-81ca20e62d37')
&& (
${Equipment.Context} == EquipmentContext.Installation
|| ${Equipment.Context} == EquipmentContext.Inventory
)]]></Condition>
<Properties>
<Property Name="Equipment" Value="${Equipment.Id}" />
<Property Name="EquipmentIndicatorValue" Title="#label(MEASUREMENT_VALUE)" Text="#label(MEASUREMENT_VALUE)" Type="Decimal" Required="True" ScanMeter="True" />
<Property Name="EquipmentIndicatorDate" Title="#label(DATE)" Text="#label(DATE)" Type="DateTime" Value="#{Environment.CurrentDateTime}" Required="True" />
</Properties>
</Workflow>
</Section>
<Section Id="EquipmentMetersAndMeasurementPoints" Comment="Linked meters and measurement points">
<Condition><![CDATA[${Equipment.Context} == EquipmentContext.Installation]]></Condition>
<List DataSet="Meters" Text="#contextdescription_plural_capital(Equipment EquipmentContext.MeterTS)" ShowCount="True" Icon="ultimoweb-meter">
<Condition><![CDATA[#applicationelementenabled('bd0d08ed-0f37-4557-8cf3-263a01f5be96')
&& #applicationelementenabled('fe7c38e0-d3ac-430d-a756-d1396b496fc2')]]></Condition>
<Properties>
<Property Name="Context" Value="EquipmentContext.MeterTS" />
<Property Name="EquipmentId" Value="${Equipment.Id}" />
</Properties>
</List>
<List DataSet="EquipmentMeasurementPoints" Text="#contextdescription_plural_capital(EQUIPMENTMSRPOINT EquipmentMeasurementPointContext.None)" ShowCount="True" Icon="ultimoweb-meter" ShowDetails="True">
<Condition><![CDATA[#applicationelementenabled('bd0d08ed-0f37-4557-8cf3-263a01f5be96')
&& #applicationelementenabled('f946c96e-65e5-4fa1-904f-a306021af752')]]></Condition>
<Properties>
<Property Name="EquipmentId" Value="${Equipment.Id}" />
</Properties>
</List>
</Section>
<Section Id="Job">
<List DataSet="EquipmentJob" Text="#contextdescription_plural_capital(Job 1)" ShowCount="True" Icon="ultimoweb-paste-2">
<Condition><![CDATA[#applicationelementenabled('3c9c459b-4f1c-41a2-b6a1-e5c590755546')
&& (
${Equipment.Context} == EquipmentContext.Installation
|| ${Equipment.Context} == EquipmentContext.Inventory
)]]></Condition>
<Properties>
<Property Name="EquipmentId" Value="${Equipment.Id}" />
</Properties>
</List>
</Section>
<Section Id="UnderlyingEquipment">
<List DataSet="EquipmentPartOfEquipment" Text="#label(UNDERLYING_OBJECTS)" ShowCount="True" Icon="ultimoweb-cube-2">
<Condition><![CDATA[${Equipment.ExchangePart} == False
&& (
${Equipment.Context} == EquipmentContext.Installation
|| ${Equipment.Context} == EquipmentContext.Inventory
)]]></Condition>
<Properties>
<Property Name="EquipmentId" Value="${Equipment.Id}" />
</Properties>
</List>
</Section>
<Section Id="Contract">
<List DataSet="EquipmentServiceContract" Text="#contextdescription_plural_capital(Servcontract 1)" ShowCount="True" Icon="ultimoweb-certificate">
<Condition><![CDATA[#applicationelementenabled('16792a9e-1e5e-4f22-ba73-6222ae0ebdd1')
&& (
${Equipment.Context} == EquipmentContext.Installation
|| ${Equipment.Context} == EquipmentContext.Inventory
)]]></Condition>
<Properties>
<Property Name="EquipmentId" Value="${Equipment.Id}" />
</Properties>
</List>
</Section>
<Section Id="Document">
<List DataSet="EquipmentObjectDocument" Text="#contextdescription_plural_capital(Document 0)" ShowCount="True" Icon="ultimoweb-attachment">
<Condition><![CDATA[${Equipment.Context} == EquipmentContext.Installation
|| ${Equipment.Context} == EquipmentContext.Inventory]]></Condition>
<Properties>
<Property Name="EquipmentId" Value="${Equipment.Id}" />
</Properties>
</List>
<Workflow
Name="Mobile_AddDocument"
Title="#label(ADD_DOCUMENT)"
Text="#if(${Equipment.ExchangePart} == 1)#label(ADD_DOCUMENT_EXCHANGEPART) #elseif(${Equipment.Context} == 1)#label(ADD_DOCUMENT_EQUIPMENT) #elseif(${Equipment.Context} == 2)#label(ADD_DOCUMENT_INVENTORY) #end"
Icon="ultimoweb-file-upload-2">
<Condition><![CDATA[${Equipment.Context} == EquipmentContext.Installation
|| ${Equipment.Context} == EquipmentContext.Inventory]]></Condition>
<Properties>
<Property Name="Equipment" Value="${Equipment.Id}" />
<Property Name="Document" Title="#label(ADD_DOCUMENT)" Type="Document" Required="True" />
</Properties>
</Workflow>
</Section>
<Section Id="Feature">
<List DataSet="EquipmentObjectFeature" Text="#contextdescription_plural_capital(Feature 1)" ShowCount="True" Icon="ultimoweb-tag-4">
<Condition><![CDATA[#{Settings.Equipment.ShowFeature}
&& (
${Equipment.Context} == EquipmentContext.Installation
|| ${Equipment.Context} == EquipmentContext.Inventory
)]]></Condition>
<Properties>
<Property Name="EquipmentId" Value="${Equipment.Id}" />
</Properties>
</List>
</Section>
<Section Id="SparePart">
<List DataSet="EquipmentSparePart" Text="#label(SPAREPART)" ShowCount="True" Icon="ultimoweb-list-3">
<Condition><![CDATA[#{Settings.Article.ShowSparePart}
&& #applicationelementenabled('9ee251bf-e7ae-4f01-ab39-0b64f42cf1a5')
&& (
${Equipment.Context} == EquipmentContext.Installation
|| ${Equipment.Context} == EquipmentContext.Inventory
)]]></Condition>
<Properties>
<Property Name="EquipmentId" Value="${Equipment.Id}" />
</Properties>
</List>
</Section>
<Section Id="Location">
<Entity Value="${Equipment.ProcessFunction}" Title="#label(EXCHANGEPART_INSTALLED)">
<Condition><![CDATA[${Equipment.ExchangePart} == 1]]></Condition>
</Entity>
<Text Title="#label(LOCATION_EXCHANGE_PART)" Text="#label(LOCATION_UNKNOWN)">
<Condition><![CDATA[${Equipment.ExchangePart} == 1
&& #applicationelementenabled('5c3a82ad-2330-4fa1-ad29-018e87e1c6cf')
&& ${Equipment.ExchangePartLocation} == ExchangePartLocation.Location
&& ${Equipment.LocationRef}==Empty]]></Condition>
</Text>
<Entity Value="${Equipment.LocationRef}" Title="#label(LOCATION_EXCHANGE_PART)">
<Condition><![CDATA[${Equipment.ExchangePart} == 1
&& #applicationelementenabled('5c3a82ad-2330-4fa1-ad29-018e87e1c6cf')]]></Condition>
</Entity>
<Text Title="#label(EXCHANGEPART_IN_WAREHOUSE)" Text="#label(WAREHOUSE_UNKNOWN)">
<Condition><![CDATA[${Equipment.ExchangePart} == 1
&& #applicationelementenabled('628a9ff3-cddb-47b1-9d85-cdb51321da4b')
&& ${Equipment.ExchangePartLocation} == ExchangePartLocation.Warehouse
&& ${Equipment.Warehouse}==Empty]]></Condition>
</Text>
<Entity Value="${Equipment.Warehouse}" Title="#label(EXCHANGEPART_IN_WAREHOUSE)">
<Condition><![CDATA[${Equipment.ExchangePart} == 1
&& #applicationelementenabled('628a9ff3-cddb-47b1-9d85-cdb51321da4b')]]></Condition>
</Entity>
<Text Title="#label(EXCHANGEPART_AT_VENDOR)" Text="#label(VENDOR_UNKNOWN)">
<Condition><![CDATA[${Equipment.ExchangePart} == 1
&& ${Equipment.ExchangePartLocation} == ExchangePartLocation.Vendor
&& ${Equipment.ExchangePartVendor}==Empty]]></Condition>
</Text>
<Entity Value="${Equipment.ExchangePartVendor}" Title="#label(EXCHANGEPART_AT_VENDOR)">
<Condition><![CDATA[${Equipment.ExchangePart} == 1]]></Condition>
</Entity>
<Entity Value="${Equipment.Site}">
<Condition><![CDATA[#applicationelementenabled('f6094a39-7020-4369-80fa-e7474945d49d')
&& (
${Equipment.Context} == EquipmentContext.Installation
|| ${Equipment.Context} == EquipmentContext.Inventory
)]]></Condition>
</Entity>
<Entity Value="${Equipment.Space}">
<Condition><![CDATA[#applicationelementenabled('32f4e088-23f6-4aac-a182-edf043869bbe')
&& (
${Equipment.Context} == EquipmentContext.Installation
|| ${Equipment.Context} == EquipmentContext.Inventory
)]]></Condition>
</Entity>
<Entity Value="${Equipment.PartOfEquipment}" Title="#label(PART_OF)">
<Condition><![CDATA[${Equipment.Context} == EquipmentContext.Installation
|| ${Equipment.Context} == EquipmentContext.Inventory]]></Condition>
</Entity>
</Section>
<Section Id="TrackAndTrace">
<Text Title="#label(TRACKANDTRACE)" Text="#label(TRACKANDTRACELOCATION) ${Equipment.TrackAndTraceLocation}" Icon="icon-location">
<Condition><![CDATA[#applicationelementenabled('8b4c73d5-5380-49b4-bf7f-14d3886772be')
&& ${Equipment.TrackAndTrace} == True]]></Condition>
</Text>
<Text Title="#label(TRACKANDTRACESYNC)" Text="#label(TRACKANDTRACEDATE) #formatdate(${Equipment.TrackAndTraceLastSynchronisation} 'D' true)">
<Condition><![CDATA[#applicationelementenabled('8b4c73d5-5380-49b4-bf7f-14d3886772be')
&& ${Equipment.TrackAndTrace} == True]]></Condition>
</Text>
</Section>
<Section Id="CostCarrier">
<Entity Value="${Equipment.Department}">
<Condition><![CDATA[#applicationelementenabled('4a2d7f23-f846-4780-a3e6-41038ccc9c11')]]></Condition>
</Entity>
<Entity Value="${Equipment.CostCenter}">
<Condition><![CDATA[#applicationelementenabled('a5db516e-0122-4318-aa1c-773b71e28757')]]></Condition>
</Entity>
</Section>
<Section Id="Identity">
<Entity Value="${Equipment.Article}" Title="#label(ARTICLE)">
<Condition><![CDATA[${Equipment.ExchangePart} == 1]]></Condition>
</Entity>
<Text Title="#label(TYPE)" Text="${Equipment.TypeNumber}">
<Condition><![CDATA[${Equipment.Context} == EquipmentContext.Installation
|| ${Equipment.Context} == EquipmentContext.Inventory]]></Condition>
</Text>
<Text Title="#label(SERIAL_NUMBER)" Text="${Equipment.SerialNumber}">
<Condition><![CDATA[${Equipment.Context} == EquipmentContext.Installation
|| ${Equipment.Context} == EquipmentContext.Inventory]]></Condition>
</Text>
</Section>
<Section Id="Vendor">
<Entity Value="${Equipment.Manufacturer}" Title="#label(MANUFACTURER)">
<Condition><![CDATA[${Equipment.Context} == EquipmentContext.Installation
|| ${Equipment.Context} == EquipmentContext.Inventory]]></Condition>
</Entity>
<Entity Value="${Equipment.Vendor}">
<Condition><![CDATA[${Equipment.Context} == EquipmentContext.Installation
|| ${Equipment.Context} == EquipmentContext.Inventory]]></Condition>
</Entity>
</Section>
<Section Id="Installation">
<Text Title="#label(YEAR_OF_CONSTRUCTION)" Text="${Equipment.ManufactureYear}">
<Condition><![CDATA[${Equipment.ManufactureYear} > 1900
&& (
${Equipment.Context} == EquipmentContext.Installation
|| ${Equipment.Context} == EquipmentContext.Inventory
)]]></Condition>
</Text>
<Text Title="#label(INSTALLATION_DATE)" Text="#formatdate(${Equipment.InstallDate} 'D' true)" Icon="ultimoweb-calendar">
<Condition><![CDATA[${Equipment.Context} == EquipmentContext.Installation
|| ${Equipment.Context} == EquipmentContext.Inventory]]></Condition>
</Text>
</Section>
<Section Id="MeterMeasurementPoints" Comment="This specific section is only relevant for (energy)meter">
<Condition><![CDATA[(
${Equipment.Context} == EquipmentContext.MeterTS
|| ${Equipment.Context} == EquipmentContext.EnergyMeter
)
&& #applicationelementenabled('bd0d08ed-0f37-4557-8cf3-263a01f5be96')
&& #applicationelementenabled('fe7c38e0-d3ac-430d-a756-d1396b496fc2')]]></Condition>
<List DataSet="EquipmentMeasurementPoints" Text="#contextdescription_plural_capital(EQUIPMENTMSRPOINT EquipmentMeasurementPointContext.None)" ShowCount="True" Icon="ultimoweb-meter" ShowDetails="True">
<Properties>
<Property Name="EquipmentId" Value="${Equipment.Id}" />
</Properties>
</List>
</Section>
<Section Id="MeterProperties" Comment="This specific section is only relevant for (energy)meter">
<Condition><![CDATA[${Equipment.Context} == EquipmentContext.MeterTS
|| ${Equipment.Context} == EquipmentContext.EnergyMeter]]></Condition>
<Entity Value="${Equipment.Manufacturer}" Title="#label(MANUFACTURER)" />
<Entity Value="${Equipment.Vendor}" />
<Entity Value="${Equipment.Site}">
<Condition><![CDATA[#applicationelementenabled('f6094a39-7020-4369-80fa-e7474945d49d')]]></Condition>
</Entity>
<Entity Value="${Equipment.Space}">
<Condition><![CDATA[#applicationelementenabled('32f4e088-23f6-4aac-a182-edf043869bbe')]]></Condition>
</Entity>
</Section>
<Section Id="MeterRegisterMeasurementsFor" Comment="This specific section is only relevant for (energy)meter">
<Condition><![CDATA[${Equipment.Context} == EquipmentContext.MeterTS
|| ${Equipment.Context} == EquipmentContext.EnergyMeter]]></Condition>
<Entity Value="${Equipment.ProcessFunction}" Title="#label(REGISTER_MEASUREMENTS_FOR_PROCESSFUNCTION)">
<Condition><![CDATA[${Equipment.PartOfEquipment} == Empty]]></Condition>
</Entity>
<Entity Value="${Equipment.PartOfEquipment}" Title="#label(REGISTER_MEASUREMENTS_FOR_EQUIPMENT)">
<Condition><![CDATA[${Equipment.PartOfEquipment} != Empty]]></Condition>
</Entity>
</Section>
<Section Id="MeterDetails" Comment="This specific section is only relevant for (energy)meter">
<Condition><![CDATA[${Equipment.Context} == EquipmentContext.MeterTS
|| ${Equipment.Context} == EquipmentContext.EnergyMeter]]></Condition>
<Text Title="#label(TYPE)" Text="${Equipment.TypeNumber}" />
<Text Title="#label(SERIAL_NUMBER)" Text="${Equipment.SerialNumber}" />
<Text Title="#label(YEAR_OF_CONSTRUCTION)" Text="${Equipment.ManufactureYear}">
<Condition><![CDATA[${Equipment.ManufactureYear} > 1900]]></Condition>
</Text>
<Text Title="#label(INSTALLATION_DATE)" Text="#formatdate(${Equipment.InstallDate} 'D' true)" Icon="ultimoweb-calendar" />
</Section>
<Section Id="NFC">
<Workflow
Name="Mobile_Equipment_UpdateNFCSerialNumber"
Title="#label(NFCSERIALNUMBER)"
Text="#if(${Equipment.NFCSerialNumber} != Empty) #label(UPDATE_NFCSERIALNUMBER) #else #label(ADD_NFCSERIALNUMBER) #end"
Icon="icon-nfc"
IsGoPlusOnly="True">
<Condition><![CDATA[#{Settings.Ultimo.AllowNFC}]]></Condition>
<Properties>
<Property Name="Equipment" Value="${Equipment.Id}" />
<Property Name="NFCSerialNumber" Title="#label(NFCSERIALNUMBER)" Type="String" Value="${Equipment.NFCSerialNumber}" Required="True" Scan="True" />
</Properties>
</Workflow>
<Workflow
Name="Mobile_Equipment_UpdateNFCSerialNumber"
Title="#label(NFCSERIALNUMBER)"
Text="#label(REMOVE_NFCSERIALNUMBER)"
Icon="ultimoweb-remove-2">
<Condition><![CDATA[${Equipment.NFCSerialNumber} != Empty]]></Condition>
<Properties>
<Property Name="Equipment" Value="${Equipment.Id}" />
<Property Name="NFCSerialNumber" Value="Empty" />
</Properties>
</Workflow>
</Section>
</Screen>
Brondatabewerken
- Definitie opvragen —
lookup_mobile_screen("Equipment", app="TechnicalService")Volledige definitie incl. XML. Bron:ultimo_gomanager.xml. - Entity-model —
lookup_entity("Equipment")· ../../entities/Equipment Properties, contexts en statussen van de Equipment-entity. Bron:Entities.xml.