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

ActionField491

Beschrijving: Remove InternalCharge (Invoices) linked to this InternalChargeCreate. Custom: Nee

Propertiesbewerken

Property Type Accessor
InternalChargeCreate InternalChargeCreate Root

XMLbewerken

<Workflow Name="ActionField491" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>Remove InternalCharge (Invoices) linked to this InternalChargeCreate.</Description>
	<Properties>
		<Property	Name="InternalChargeCreate"	Type="InternalChargeCreate"	Accessor="Root"		Direction="In" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

		<WorkflowCall Name="InternalChargeCreate_DeleteInternalCharges" WorkflowName="InternalChargeCreate_DeleteInternalCharges">
			<Parameter	Name="InternalChargeCreate"	Direction="In"		Value="${InternalChargeCreate}" />
		</WorkflowCall>

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