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

ActionField1553

Beschrijving: Creates a copy of the given Permit. Custom: Nee

Propertiesbewerken

Property Type Accessor
Permit Permit Root

XMLbewerken

<Workflow Name="ActionField1553" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>Creates a copy of the given Permit.</Description>
	<Properties>
		<Property	Name="Permit"			Type="Permit"	Accessor="Root"		Direction="In" />

		<Property	Name="CreatedPermit"	Type="Permit"	Accessor="Internal" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

		<Transaction>
			<Command Name="Permit_CopyToPermit" CommandName="Permit_CopyToPermit">
				<Parameter	Name="Permit"			Direction="In"		Value="${Permit}" />
				<Parameter	Name="CreatedPermit"	Direction="Out"							OutputProperty="${CreatedPermit}" />
			</Command>

			<WorkflowCall Name="Get the selection lists to link" WorkflowName="Permit_GetSelectionListsToLink">
				<Parameter	Name="Permit"	Direction="In"		Value="${CreatedPermit}" />
			</WorkflowCall>
		</Transaction>

		<UserContent Name="Post" />

		<View Name="OpenScreen" ViewName="DataEntryScreen">
			<Parameter	Name="DomainObject"			Direction="In"		Value="${CreatedPermit}" />
			<Parameter	Name="FocusEditableField"	Direction="In"		Value="=${CreatedPermit.Description} == Empty" />
		</View>
	</Execution>
</Workflow>