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

ActionField1918

Beschrijving: Create a follow-up why (CausalFactor) under the selected why. Custom: Nee

Propertiesbewerken

Property Type Accessor
CausalFactor CausalFactor Root

XMLbewerken

<Workflow Name="ActionField1918" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>Create a follow-up why (CausalFactor) under the selected why.</Description>
	<Properties>
		<Property	Name="CausalFactor"		Type="CausalFactor"	Accessor="Root"		Direction="In" />

		<Property	Name="DialogTitleCode"	Type="String"		Accessor="Internal"						Default="FOLLOWUP_WHY_CREATE" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

		<WorkflowCall Name="Create follow-up why for an existing why" WorkflowName="DomainObject_CreateCausalFactor">
			<Parameter	Name="DialogTitleCode"	Direction="In"		Value="${DialogTitleCode}" />
			<Parameter	Name="DomainObject"		Direction="In"		Value="${CausalFactor}" />
		</WorkflowCall>

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