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

ActionField132

Beschrijving: Copy the Article and the Vendor information to the PurchaseLine. Custom: Nee

Propertiesbewerken

Property Type Accessor
PurchaseLine PurchaseLine Root

XMLbewerken

<Workflow Name="ActionField132" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>Copy the Article and the Vendor information to the PurchaseLine.</Description>
	<Properties>
		<Property	Name="PurchaseLine"	Type="PurchaseLine"	Accessor="Root"		Direction="In" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

		<WorkflowCall Name="PurchaseLine_ValidateAndCopyArticleData" WorkflowName="PurchaseLine_ValidateAndCopyArticleData">
			<Parameter	Name="PurchaseLine"	Direction="In"		Value="${PurchaseLine}" />
		</WorkflowCall>

		<When Name="StockArticle and Repair" Condition="${PurchaseLine.StockArticle} == True &amp;&amp; ${PurchaseLine.Repair} == True">
			<WorkflowCall Name="PurchaseLine_SetWarehouseAndLocation" WorkflowName="PurchaseLine_SetWarehouseAndLocation">
				<Parameter	Name="PurchaseLine"	Direction="In"		Value="${PurchaseLine}" />
			</WorkflowCall>
		</When>

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