Categorie: reference
Bijgewerkt: 2026-04-08
actionfield workflow actionfield629
ActionField629
Beschrijving: Set property 'Moved' for all JobMoveLines of this Job to False (not Moved). Custom: Nee
Propertiesbewerken
| Property | Type | Accessor |
|---|---|---|
| Job | Job | Root |
XMLbewerken
<Workflow Name="ActionField629" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
<Description>Set property 'Moved' for all JobMoveLines of this Job to False (not Moved).</Description>
<Properties>
<Property Name="Job" Type="Job" Accessor="Root" Direction="In" />
</Properties>
<Execution>
<UserContent Name="Pre" />
<Transaction>
<ForEach Name="Foreach job move line" In="${Job.JobMoveLines}" As="JobMoveLine">
<Assign Name="Set moved" Property="${JobMoveLine.Moved}" Value="False" />
</ForEach>
</Transaction>
<UserContent Name="Post" />
</Execution>
</Workflow>