Categorie: reference
Bijgewerkt: 2026-04-08
actionfield workflow actionfield1645
ActionField1645
Beschrijving: Import all defects (ConditionFlaws) from HUMBLE for a specific element (MaintenancePart), started from data entry screen. Custom: Nee
Propertiesbewerken
| Property | Type | Accessor |
|---|---|---|
| MaintenancePart | MaintenancePart | Root |
XMLbewerken
<Workflow Name="ActionField1645" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
<Description>Import all defects (ConditionFlaws) 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 defects" WorkflowName="ConditionFlaw_ImportDefectsFromHumble">
<Parameter Name="CountOfInsertedItems" Direction="Out" OutputProperty="${CountOfInsertedItems}" />
<Parameter Name="CountOfUpdatedItems" Direction="Out" OutputProperty="${CountOfUpdatedItems}" />
</WorkflowCall>
<WorkflowCall Name="Call WF to import/update all defects for this element" WorkflowName="MaintenancePart_ImportDefectsForSingleElementFromHumble">
<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="ConditionFlawContext.Standard" />
<Parameter Name="CountOfElementIdsNotFromHumble" Direction="In" Value="0" />
<Parameter Name="ElementIdsNotFromHumble" Direction="In" Value="Empty" />
<Parameter Name="EntityTableName" Direction="In" Value="ConditionFlaw" />
<Parameter Name="InsertedCount" Direction="In" Value="${CountOfInsertedItems}" />
<Parameter Name="UpdatedCount" Direction="In" Value="${CountOfUpdatedItems}" />
</Message>
<UserContent Name="Post" />
</Execution>
</Workflow>