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

ActionField1013

Beschrijving: Move a MeetingTopic to another Meeting (selected via selectionlist). Custom: Nee

Propertiesbewerken

Property Type Accessor
MeetingTopic MeetingTopic Root

XMLbewerken

<Workflow Name="ActionField1013" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>Move a MeetingTopic to another Meeting (selected via selectionlist).</Description>
	<Properties>
		<Property	Name="MeetingTopic"		Type="MeetingTopic"	Accessor="Root"		Direction="In" />

		<Property	Name="SelectedMeeting"	Type="Meeting"		Accessor="Internal" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

		<SystemDialog Name="DialogSelectMeeting" DialogName="SelectDomainObject">
			<Parameter	Name="EntityName"					Direction="In"		Value="Meeting" />
			<Parameter	Name="SelectionListConfiguration"	Direction="In"		Value="Default" />
			<Parameter	Name="SqlWhereClause"				Direction="In"		Value="MeetContext = 1 and MeetId &lt;&gt; '${MeetingTopic.Meeting.Id}'" />
			<Parameter	Name="DomainObject"					Direction="Out"																					OutputProperty="${SelectedMeeting}" />
		</SystemDialog>

		<Transaction>
			<Assign Name="AssignMeetingTopicToSelectedMeeting" Property="${MeetingTopic.Meeting}" Value="${SelectedMeeting}" />
		</Transaction>

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