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

ActionField1694

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

Propertiesbewerken

Property Type Accessor
InternalCharge InternalCharge Root

XMLbewerken

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

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

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

		<UserContent Name="Post" />

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