Categorie: reference
Bijgewerkt: 2026-04-08
actionfield workflow actionfield1836
ActionField1836
Beschrijving: Validate warehouse on stock count lines. Custom: Nee
Propertiesbewerken
| Property | Type | Accessor |
|---|---|---|
| StockCount | StockCount | Root |
XMLbewerken
<Workflow Name="ActionField1836" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
<Description>Validate warehouse on stock count lines.</Description>
<Properties>
<Property Name="StockCount" Type="StockCount" Accessor="Root" Direction="In" />
</Properties>
<Execution>
<UserContent Name="Pre" />
<When Name="StockCount Warehouse has a value" Condition="${StockCount.Warehouse} != Empty ">
<WorkflowCall Name="StockCount_ValidateChangingWarehouse" WorkflowName="StockCount_ValidateChangingWarehouse">
<Parameter Name="StockCount" Direction="In" Value="${StockCount}" />
</WorkflowCall>
</When>
<UserContent Name="Post" />
</Execution>
</Workflow>