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

ActionField1012

Beschrijving: Create a new MeetingTopic for this MeetingTopic's Meeting. Custom: Nee

Propertiesbewerken

Property Type Accessor
MeetingTopic MeetingTopic Root

XMLbewerken

<Workflow Name="ActionField1012" 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 this MeetingTopic's Meeting.</Description>
	<Properties>
		<Property	Name="MeetingTopic"			Type="MeetingTopic"	Accessor="Root"		Direction="In" />

		<Property	Name="CreatedMeetingTopic"	Type="MeetingTopic"	Accessor="Internal" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

		<Transaction>
			<Insert Name="InsertNewMeetingTopic" ObjectType="MeetingTopic" OutputProperty="${CreatedMeetingTopic}">
				<Parameter	Name="Context"	Direction="In"		Value="MeetingTopicContext.ShiftHandover" />
				<Parameter	Name="Status"	Direction="In"		Value="MeetingTopicStatus.Open" />
				<Parameter	Name="Meeting"	Direction="In"		Value="${MeetingTopic.Meeting}" />
			</Insert>
		</Transaction>

		<UserContent Name="Post" />

		<View Name="OpenScreen" ViewName="DataEntryScreen">
			<Parameter	Name="DomainObject"			Direction="In"		Value="${CreatedMeetingTopic}" />
			<Parameter	Name="FocusEditableField"	Direction="In"		Value="True" />
		</View>
	</Execution>
</Workflow>