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

ActionField1823

Beschrijving: Separate workflow to trash the DomainObject to prevent Light and SelfService users from using it. Custom: Nee

Propertiesbewerken

Property Type Accessor
DomainObject DomainObject Root

XMLbewerken

<Workflow Name="ActionField1823" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>Separate workflow to trash the DomainObject to prevent Light and SelfService users from using it.</Description>
	<Properties>
		<Property	Name="DomainObject"	Type="DomainObject"	Accessor="Root"		Direction="In" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

		<WorkflowCall Name="Trash the object" WorkflowName="DomainObject_Trash">
			<Parameter	Name="DomainObject"	Direction="In"		Value="${DomainObject}" />
		</WorkflowCall>

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