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

ActionField1262

Beschrijving: Initialize Invoicing info for JobWeekLabour. Custom: Nee

Propertiesbewerken

Property Type Accessor
JobWeekLabour JobWeekLabour Root

XMLbewerken

<Workflow Name="ActionField1262" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>Initialize Invoicing info for JobWeekLabour.</Description>
	<Properties>
		<Property	Name="JobWeekLabour"	Type="JobWeekLabour"	Accessor="Root"		Direction="In" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

		<Transaction>
			<Command Name="JobWeekLabour_SetInternalChargeValues" CommandName="JobWeekLabour_SetInternalChargeValues">
				<Parameter	Name="JobWeekLabour"	Direction="In"		Value="${JobWeekLabour}" />
			</Command>
		</Transaction>

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