Categorie: reference
Bijgewerkt: 2026-04-08
actionfield workflow actionfield1156
ActionField1156
Beschrijving: Plan Craftsman hours for a JobResource (Stop). Custom: Nee
Propertiesbewerken
| Property | Type | Accessor |
|---|---|---|
| JobResource | JobResource | Root |
| MaxDurationAllowed | Decimal | Optional |
| CreatedJobSchedulePart | JobSchedulePart | Optional |
| JobHoursCalculated | Decimal | Optional |
| JobHoursToPlan | Decimal | Optional |
| JobResourceHoursCalculated | Decimal | Optional |
| JobResourceHoursToPlan | Decimal | Optional |
| ProjectHoursCalculated | Decimal | Optional |
| WorkOrderHoursCalculated | Decimal | Optional |
XMLbewerken
<Workflow Name="ActionField1156" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
<Description>Plan Craftsman hours for a JobResource (Stop).</Description>
<Properties>
<Property Name="JobResource" Type="JobResource" Accessor="Root" Direction="In" />
<Property Name="MaxDurationAllowed" Type="Decimal" Accessor="Optional" Direction="In" Default="10" Comment="Max Duration for the jobschedulepart" />
<Property Name="CreatedJobSchedulePart" Type="JobSchedulePart" Accessor="Optional" Direction="Out" Comment="Created jobSchedulePart" />
<Property Name="JobHoursCalculated" Type="Decimal" Accessor="Optional" Direction="Out" Comment="Feedback to StopPlanner Job.HoursCalculated" />
<Property Name="JobHoursToPlan" Type="Decimal" Accessor="Optional" Direction="Out" Comment="Feedback to StopPlanner Job.HoursToPlan" />
<Property Name="JobResourceHoursCalculated" Type="Decimal" Accessor="Optional" Direction="Out" Comment="Feedback to StopPlanner JobResource.HoursCalculated" />
<Property Name="JobResourceHoursToPlan" Type="Decimal" Accessor="Optional" Direction="Out" Comment="Feedback to StopPlanner JobResource.HoursToPlan" />
<Property Name="ProjectHoursCalculated" Type="Decimal" Accessor="Optional" Direction="Out" Comment="Feedback to StopPlanner Project.HoursCalculated" />
<Property Name="WorkOrderHoursCalculated" Type="Decimal" Accessor="Optional" Direction="Out" Comment="Feedback to StopPlanner WorkOrder.HoursCalculated" />
</Properties>
<Execution>
<UserContent Name="Pre" />
<WorkflowCall Name="JobResource_PlanForStop" WorkflowName="JobResource_PlanForStop">
<Parameter Name="JobResource" Direction="In" Value="${JobResource}" />
<Parameter Name="MaxDurationAllowed" Direction="In" Value="${MaxDurationAllowed}" />
<Parameter Name="JobHoursCalculated" Direction="Out" OutputProperty="${JobHoursCalculated}" />
<Parameter Name="JobHoursToPlan" Direction="Out" OutputProperty="${JobHoursToPlan}" />
<Parameter Name="JobResourceHoursCalculated" Direction="Out" OutputProperty="${JobResourceHoursCalculated}" />
<Parameter Name="JobResourceHoursToPlan" Direction="Out" OutputProperty="${JobResourceHoursToPlan}" />
<Parameter Name="JobSchedulePart" Direction="Out" OutputProperty="${CreatedJobSchedulePart}" />
<Parameter Name="ProjectHoursCalculated" Direction="Out" OutputProperty="${ProjectHoursCalculated}" />
<Parameter Name="WorkOrderHoursCalculated" Direction="Out" OutputProperty="${WorkOrderHoursCalculated}" />
</WorkflowCall>
<UserContent Name="Post" />
</Execution>
</Workflow>