Categorie: reference
Bijgewerkt: 2026-04-08
actionfield workflow actionfield1849
ActionField1849
Beschrijving: Set MJTSCHEDSTARTQTY to zero. Custom: Nee
Propertiesbewerken
| Property | Type | Accessor |
|---|---|---|
| MultijobTemplate | MultijobTemplate | Root |
XMLbewerken
<Workflow Name="ActionField1849" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
<Description>Set MJTSCHEDSTARTQTY to zero.</Description>
<Properties>
<Property Name="MultijobTemplate" Type="MultijobTemplate" Accessor="Root" Direction="In" />
</Properties>
<Execution>
<UserContent Name="Pre" />
<Transaction>
<When Name="ScheduledStartType is ScheduledOnStartOfMultijob(2)?" Condition="${MultijobTemplate.ScheduledStartType} == ScheduledOnStartOfMultijob" Comment="ScheduledStartType.ScheduledOnStartOfMultijob">
<Assign Name="Set ScheduledStartQuantity" Property="${MultijobTemplate.ScheduledStartQuantity}" Value="0" />
</When>
</Transaction>
<UserContent Name="Post" />
</Execution>
</Workflow>