Categorie: reference
Bijgewerkt: 2026-04-08
actionfield workflow actionfield1607
ActionField1607
Beschrijving: Recalculates the job's TargetDate or DurationCalculated when user modified the ScheduledStartDate. Checks whether requested deliveries will (still) be in time. Custom: Nee
Propertiesbewerken
| Property | Type | Accessor |
|---|---|---|
| Job | Job | Root |
XMLbewerken
<Workflow Name="ActionField1607" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
<Description>Recalculates the job's TargetDate or DurationCalculated when user modified the ScheduledStartDate. Checks whether requested deliveries will (still) be in time.</Description>
<Properties>
<Property Name="Job" Type="Job" Accessor="Root" Direction="In" />
</Properties>
<Execution>
<UserContent Name="Pre" />
<When Name="ScheduledStartDate is empty and job.ProgressStatusIdWaitingForMaterial has value" Condition="${Job.ScheduledStartDate} == Empty && #settingenabled(${Job}, Job.ProgressStatusIdWaitingForMaterial) == True && #getsetting(${Job}, Job.ProgressStatusIdWaitingForMaterial) != Empty">
<When Name="ProgressStatus is ProgressStatusIdWaitingForMaterial" Condition="${Job.ProgressStatus} != Empty && ${Job.ProgressStatus.Id?} == #getsetting(${Job}, Job.ProgressStatusIdWaitingForMaterial)">
<Message Name="The job will not be updated by stock changes" MessageCode="3711">
<Parameter Name="Job" Direction="In" Value="${Job}" />
</Message>
</When>
</When>
<WorkflowCall Name="Job_RecalculatePlanningFieldsWhenScheduledStartDateChanged" WorkflowName="Job_RecalculatePlanningFieldsWhenScheduledStartDateChanged">
<Parameter Name="Job" Direction="In" Value="${Job}" />
</WorkflowCall>
<UserContent Name="Post" />
</Execution>
</Workflow>