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

ActionField1176

Beschrijving: Delete InternalCharge(Lines) (InvoiceOut(Lines)). Custom: Nee

Propertiesbewerken

Property Type Accessor
InternalCharge InternalCharge Root
CommitAfterNumberOfInternalChargeLines Int64 Optional
ShowMessage Boolean Optional

XMLbewerken

<Workflow Name="ActionField1176" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>Delete InternalCharge(Lines) (InvoiceOut(Lines)).</Description>
	<Properties>
		<Property	Name="InternalCharge"							Type="InternalCharge"	Accessor="Root"		Direction="In" />

		<Property	Name="CommitAfterNumberOfInternalChargeLines"	Type="Int64"			Accessor="Optional"	Direction="In"		Default="0"		Comment="After how many InternalChargeLines start a new transaction (when 0 it will be performed in one transaction)." />
		<Property	Name="ShowMessage"								Type="Boolean"			Accessor="Optional"	Direction="In"		Default="True"	Comment="Show message that InternalCharge is deleted." />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

		<WorkflowCall Name="DomainObject_Delete" WorkflowName="DomainObject_Delete">
			<Parameter	Name="DomainObject"	Direction="In"		Value="${InternalCharge}" />
			<Parameter	Name="ShowMessage"	Direction="In"		Value="${ShowMessage}" />
		</WorkflowCall>

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