Categorie: reference
Bijgewerkt: 2026-04-08
actionfield workflow actionfield1642
ActionField1642
Beschrijving: Import all activities (MaintenanceParts) from HUMBLE for a specific element (MaintenancePart), started from data entry screen. Custom: Nee
Propertiesbewerken
| Property | Type | Accessor |
|---|---|---|
| MaintenancePart | MaintenancePart | Root |
XMLbewerken
<Workflow Name="ActionField1642" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
<Description>Import all activities (MaintenanceParts) from HUMBLE for a specific element (MaintenancePart), started from data entry screen.</Description>
<Properties>
<Property Name="MaintenancePart" Type="MaintenancePart" Accessor="Root" Direction="In" />
<Property Name="CountOfInsertedItems" Type="Int32" Accessor="Internal" />
<Property Name="CountOfUpdatedItems" Type="Int32" Accessor="Internal" />
</Properties>
<Execution>
<UserContent Name="Pre" />
<WorkflowCall Name="Call WF to import/update all activities for this element" WorkflowName="MaintenancePart_ImportActivitiesForSingleElementFromHumble">
<Parameter Name="MaintenancePart" Direction="In" Value="${MaintenancePart}" />
<Parameter Name="CountOfInsertedItems" Direction="Out" OutputProperty="${CountOfInsertedItems}" />
<Parameter Name="CountOfUpdatedItems" Direction="Out" OutputProperty="${CountOfUpdatedItems}" />
</WorkflowCall>
<Message Name="CountOfInsertedAndUpdatedItems" MessageCode="3124">
<Parameter Name="Context" Direction="In" Value="MaintenancePartActivityContext.LongTermMaintenancePlan" />
<Parameter Name="CountOfElementIdsNotFromHumble" Direction="In" Value="0" />
<Parameter Name="ElementIdsNotFromHumble" Direction="In" Value="Empty" />
<Parameter Name="EntityTableName" Direction="In" Value="MaintenancePartActivity" />
<Parameter Name="InsertedCount" Direction="In" Value="${CountOfInsertedItems}" />
<Parameter Name="UpdatedCount" Direction="In" Value="${CountOfUpdatedItems}" />
</Message>
<UserContent Name="Post" />
</Execution>
</Workflow>