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

ActionField354

Beschrijving: Trash current knowlegde topic. The user will be asked for confirmation. Custom: Nee

Propertiesbewerken

Property Type Accessor
KnowledgeTopic KnowledgeTopic Root

XMLbewerken

<Workflow Name="ActionField354" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>Trash current knowlegde topic. The user will be asked for confirmation.</Description>
	<Properties>
		<Property	Name="KnowledgeTopic"		Type="KnowledgeTopic"	Accessor="Root"		Direction="In" />

		<Property	Name="TrashKnowledgeTopic"	Type="RequestResult"	Accessor="Internal" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

		<Question Name="TrashKnowledgeTopicQuestion" Type="YesNo" MessageCode="0545" OutputProperty="${TrashKnowledgeTopic}">
			<Parameter	Name="KnowledgeTopic"	Direction="In"		Value="${KnowledgeTopic}" />
		</Question>

		<When Name="TrashKnowledgeTopicCheck" Condition="${TrashKnowledgeTopic} == Yes">
			<Transaction>
				<TrashObject Name="TrashKnowledgeTopic" DomainObject="${KnowledgeTopic}" />
			</Transaction>
		</When>

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