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

ActionField1004

Beschrijving: Create a new MeetingTopic for ShiftLogLine. Custom: Nee

Propertiesbewerken

Property Type Accessor
ShiftLogLine ShiftLogLine Root

XMLbewerken

<Workflow Name="ActionField1004" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>Create a new MeetingTopic for ShiftLogLine.</Description>
	<Properties>
		<Property	Name="ShiftLogLine"			Type="ShiftLogLine"	Accessor="Root"		Direction="In" />

		<Property	Name="CreatedMeetingTopic"	Type="MeetingTopic"	Accessor="Internal" />
		<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" />
			<Parameter	Name="DomainObject"					Direction="Out"								OutputProperty="${SelectedMeeting}" />
		</SystemDialog>

		<Transaction>
			<WorkflowCall Name="WorkflowCall Meeting_CreateMeetingTopicFromShiftLogLine" WorkflowName="Meeting_CreateMeetingTopicFromShiftLogLine">
				<Parameter	Name="Meeting"				Direction="In"		Value="${SelectedMeeting}" />
				<Parameter	Name="ShiftLogLine"			Direction="In"		Value="${ShiftLogLine}" />
				<Parameter	Name="CreatedMeetingTopic"	Direction="Out"									OutputProperty="${CreatedMeetingTopic}" />
			</WorkflowCall>

			<Assign Name="SetMeetingTopic" Property="${ShiftLogLine.CreatedMeetingTopic}" Value="${CreatedMeetingTopic}" />

			<ChangeStatus Name="Set new status" DomainObject="${ShiftLogLine}" NewStatus="ShiftLogLineStatus.ToMeeting" />
		</Transaction>

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