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

ActionField1157

Beschrijving: Update planned Craftsman hours on a JobSchedulePart (StopPlanner). Custom: Nee

Propertiesbewerken

Property Type Accessor
JobSchedulePart JobSchedulePart Root
JobHoursCalculated Decimal Optional
JobHoursToPlan Decimal Optional
JobResourceHoursCalculated Decimal Optional
JobResourceHoursToPlan Decimal Optional
ProjectHoursCalculated Decimal Optional
WorkOrderHoursCalculated Decimal Optional

XMLbewerken

<Workflow Name="ActionField1157" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>Update planned Craftsman hours on a JobSchedulePart (StopPlanner).</Description>
	<Properties>
		<Property	Name="JobSchedulePart"				Type="JobSchedulePart"	Accessor="Root"		Direction="In" />

		<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="${JobSchedulePart.JobResource}" />
			<Parameter	Name="JobSchedulePart"				Direction="In"		Value="${JobSchedulePart}" />
			<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="ProjectHoursCalculated"		Direction="Out"												OutputProperty="${ProjectHoursCalculated}" />
			<Parameter	Name="WorkOrderHoursCalculated"		Direction="Out"												OutputProperty="${WorkOrderHoursCalculated}" />
		</WorkflowCall>

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