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

ActionField1078

Beschrijving: Actions when InventoryMethod on Article or ArticleGroup is changed. Custom: Nee

Propertiesbewerken

Property Type Accessor
DomainObject DomainObject Root

XMLbewerken

<Workflow Name="ActionField1078" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>Actions when InventoryMethod on Article or ArticleGroup is changed.</Description>
	<Properties>
		<Property	Name="DomainObject"	Type="DomainObject"	Accessor="Root"		Direction="In" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

		<WorkflowCall Name="ActionField1078_Article_ChangeInventoryMethod" WorkflowName="Article_ChangeInventoryMethod">
			<Parameter	Name="DomainObject"	Direction="In"		Value="${DomainObject}" />
		</WorkflowCall>

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