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

ActionField102

Beschrijving: Approve PriceMutation (status must be Created). Custom: Nee

Propertiesbewerken

Property Type Accessor
PriceMutation PriceMutation Root

XMLbewerken

<Workflow Name="ActionField102" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>Approve PriceMutation (status must be Created).</Description>
	<Properties>
		<Property	Name="PriceMutation"	Type="PriceMutation"	Accessor="Root"		Direction="In" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

		<WorkflowCall Name="PriceMutation_ApprovePriceMutation" WorkflowName="PriceMutation_ApprovePriceMutation">
			<Parameter	Name="PriceMutation"		Direction="In"		Value="${PriceMutation}" />
			<Parameter	Name="UpdateArticleVendor"	Direction="In"		Value="False" />
		</WorkflowCall>

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