Categorie: reference
Bijgewerkt: 2026-04-08
actionfield workflow actionfield1754
ActionField1754
Beschrijving: Validate IndicatorMaintenanceInterval with UseExecutionPercentage. Custom: Nee
Propertiesbewerken
| Property | Type | Accessor |
|---|---|---|
| PmWorkOrder | PmWorkOrder | Root |
XMLbewerken
<Workflow Name="ActionField1754" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
<Description>Validate IndicatorMaintenanceInterval with UseExecutionPercentage.</Description>
<Properties>
<Property Name="PmWorkOrder" Type="PmWorkOrder" Accessor="Root" Direction="In" />
</Properties>
<Execution>
<UserContent Name="Pre" />
<WorkflowCall Name="PmWorkOrder_EmptyExecutionPercentageFieldsWhenSettingIsDisabled" WorkflowName="PmWorkOrder_EmptyExecutionPercentageFieldsWhenSettingIsDisabled">
<Parameter Name="PmWorkOrder" Direction="In" Value="${PmWorkOrder}" />
</WorkflowCall>
<When Name="Check UseExecutionPercentage" Condition="${PmWorkOrder.UseExecutionPercentage} == True">
<When Name="Check for frequency(period)" Condition="${PmWorkOrder.IndicatorMaintenanceInterval} != 0">
<Transaction>
<Assign Name="ExecutionPercentage" Property="${PmWorkOrder.IndicatorMaintenanceInterval}" Value="0" />
</Transaction>
<Validation Name="UseExecutionPercentage not allowed IndicatorMaintenanceInterval" Condition="${PmWorkOrder.UseExecutionPercentage} == False" MessageCode="3537">
<Parameter Name="PmWorkOrder" Direction="In" Value="${PmWorkOrder}" />
</Validation>
</When>
</When>
<UserContent Name="Post" />
</Execution>
</Workflow>