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

ActionField471

Beschrijving: Remove RosterGroup. Custom: Nee

Propertiesbewerken

Property Type Accessor
RosterGroup RosterGroup Root

XMLbewerken

<Workflow Name="ActionField471" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>Remove RosterGroup.</Description>
	<Properties>
		<Property	Name="RosterGroup"	Type="RosterGroup"	Accessor="Root"		Direction="In"		Comment="Property is set from menu with just an Id" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

		<Transaction>
			<DeleteObject Name="Delete RosterGroup" DomainObject="${RosterGroup}" />
		</Transaction>

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