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

ActionField1780

Beschrijving: Copy Tariff of Craftsman to JobPlanResource(s) and PmJobResource(s). Custom: Nee

Propertiesbewerken

Property Type Accessor
CraftsmanHourCategory CraftsmanHourCategory Root

XMLbewerken

<Workflow Name="ActionField1780" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>Copy Tariff of Craftsman to JobPlanResource(s) and PmJobResource(s).</Description>
	<Properties>
		<Property	Name="CraftsmanHourCategory"	Type="CraftsmanHourCategory"	Accessor="Root"		Direction="In" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

		<Transaction>
			<When Name="CraftsmanHourCategory.StandardTariff" Condition="${CraftsmanHourCategory.StandardTariff} == true">
				<Command Name="CraftsmanHourCategory_UpdateTariffOnPmJobResource" CommandName="CraftsmanHourCategory_UpdateTariffOnPmJobResource">
					<Parameter	Name="CraftsmanHourCategory"	Direction="In"		Value="${CraftsmanHourCategory}" />
				</Command>
			</When>
		</Transaction>

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