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

ActionField1707

Beschrijving: Creates a correction InternalCharge from a credit InternalCharge. Custom: Nee

Propertiesbewerken

Property Type Accessor
CreditInternalCharge InternalCharge Root

XMLbewerken

<Workflow Name="ActionField1707" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>Creates a correction InternalCharge from a credit InternalCharge.</Description>
	<Properties>
		<Property	Name="CreditInternalCharge"		Type="InternalCharge"	Accessor="Root"		Direction="In" />

		<Property	Name="CorrectionInternalCharge"	Type="InternalCharge"	Accessor="Internal" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

		<WorkflowCall Name="InternalCharge_CreateCorrectionInternalCharge" WorkflowName="InternalCharge_CreateCorrectionInternalCharge">
			<Parameter	Name="CreditInternalCharge"		Direction="In"		Value="${CreditInternalCharge}" />
			<Parameter	Name="CorrectionInternalCharge"	Direction="Out"										OutputProperty="${CorrectionInternalCharge}" />
		</WorkflowCall>

		<UserContent Name="Post" />

		<When Condition="${CorrectionInternalCharge} != Empty">
			<View Name="OpenScreen" ViewName="DataEntryScreen">
				<Parameter	Name="DomainObject"	Direction="In"		Value="${CorrectionInternalCharge}" />
			</View>
		</When>
	</Execution>
</Workflow>