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

ActionField349

Beschrijving: Assign values to PriceMutationLine (fields:OldArticleDiscount, OldArticlePrice, PurchaseUnitQuantity and Vendor) depending on Article of PriceMutationLine Custom: Nee

Propertiesbewerken

Property Type Accessor
PriceMutationLine PriceMutationLine Root

XMLbewerken

<Workflow Name="ActionField349" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>Assign values to PriceMutationLine (fields:OldArticleDiscount, OldArticlePrice, PurchaseUnitQuantity and Vendor) depending on Article of PriceMutationLine</Description>
	<Properties>
		<Property	Name="PriceMutationLine"	Type="PriceMutationLine"	Accessor="Root"		Direction="In" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

		<WorkflowCall Name="PriceMutationLine_SetValues" WorkflowName="PriceMutationLine_SetValues">
			<Parameter	Name="PriceMutationLine"	Direction="In"		Value="${PriceMutationLine}" />
		</WorkflowCall>

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