Categorie: reference Bijgewerkt: 2026-04-08 actionfield workflow actionfield1087

ActionField1087

Beschrijving: When AutoPM is enabled on PmWorkOrder, set the default range (AutoPmTimeUnitQuantity and AutoPmTimeUnit) based on settings in statemachine. Custom: Nee

Propertiesbewerken

Property Type Accessor
PmWorkOrder PmWorkOrder Root

XMLbewerken

<Workflow Name="ActionField1087" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>When AutoPM is enabled on PmWorkOrder, set the default range (AutoPmTimeUnitQuantity and AutoPmTimeUnit) based on settings in statemachine.</Description>
	<Properties>
		<Property	Name="PmWorkOrder"	Type="PmWorkOrder"	Accessor="Root"		Direction="In" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

		<WorkflowCall Name="PmWorkOrder_SetDefaultRangeAutoPM" WorkflowName="PmWorkOrder_SetDefaultRangeAutoPM">
			<Parameter	Name="PmWorkOrder"	Direction="In"		Value="${PmWorkOrder}" />
		</WorkflowCall>

		<UserContent Name="Post" />
	</Execution>
</Workflow>