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

ActionField059

Beschrijving: Set default tariff for craftsman (StandardTariff). Custom: Nee

Propertiesbewerken

Property Type Accessor
CraftsmanHourCategory CraftsmanHourCategory Root

XMLbewerken

<Workflow Name="ActionField059" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>Set default tariff for craftsman (StandardTariff).</Description>
	<Properties>
		<Property	Name="CraftsmanHourCategory"	Type="CraftsmanHourCategory"	Accessor="Root"		Direction="In" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

		<Transaction>
			<WorkflowCall Name="CraftsmanHourCategory_SetStandardTariff" WorkflowName="CraftsmanHourCategory_SetStandardTariff">
				<Parameter	Name="CraftsmanHourCategory"	Direction="In"		Value="${CraftsmanHourCategory}" />
			</WorkflowCall>
		</Transaction>

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