Categorie: reference
Bijgewerkt: 2026-04-08
actionfield workflow actionfield1916
ActionField1916
Beschrijving: Find default warehouse and warehouse location for purchase line. Custom: Nee
Propertiesbewerken
| Property | Type | Accessor |
|---|---|---|
| PurchaseLine | PurchaseLine | Root |
XMLbewerken
<Workflow Name="ActionField1916" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
<Description>Find default warehouse and warehouse location for purchase line.</Description>
<Properties>
<Property Name="PurchaseLine" Type="PurchaseLine" Accessor="Root" Direction="In" />
</Properties>
<Execution>
<UserContent Name="Pre" />
<When Name="StockArticle and Repair" Condition="${PurchaseLine.StockArticle} == true && ${PurchaseLine.Repair} == True">
<WorkflowCall Name="PurchaseLine_SetWarehouse" WorkflowName="PurchaseLine_SetWarehouseAndLocation">
<Parameter Name="OnlyWarehouseLocation" Direction="In" Value="True" />
<Parameter Name="PurchaseLine" Direction="In" Value="${PurchaseLine}" />
</WorkflowCall>
</When>
<UserContent Name="Post" />
</Execution>
</Workflow>