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

ActionField063

Beschrijving: Approve InternalCharges. Custom: Nee

Propertiesbewerken

Property Type Accessor
InternalChargeCreate InternalChargeCreate Root

XMLbewerken

<Workflow Name="ActionField063" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>Approve InternalCharges.</Description>
	<Properties>
		<Property	Name="InternalChargeCreate"	Type="InternalChargeCreate"	Accessor="Root"		Direction="In" />

		<Property	Name="InternalChargeList"	Type="List[InternalCharge]"	Accessor="Internal" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

		<WorkflowCall Name="InternalChargeCreate_Approve" WorkflowName="InternalChargeCreate_Approve">
			<Parameter	Name="InternalChargeCreate"	Direction="In"		Value="${InternalChargeCreate}" />
			<Parameter	Name="InternalChargeList"	Direction="Out"										OutputProperty="${InternalChargeList}" />
		</WorkflowCall>

		<UserContent Name="Post" />

		<Message Name="MessageApproved" MessageCode="0852">
			<Parameter	Name="InternalChargeCount"	Direction="In"		Value="${InternalChargeList.Count}" />
			<Parameter	Name="InternalChargeCreate"	Direction="In"		Value="${InternalChargeCreate}" />
		</Message>
	</Execution>
</Workflow>