Categorie: reference
Bijgewerkt: 2026-04-08
actionfield workflow actionfield243
ActionField243
Beschrijving: Set WarehouseServeOut.ProcessFunction from WarehouseServeOut.Equipment.ProcessFunction. Actionfield must be placed on WhsoEqmId. Custom: Nee
Propertiesbewerken
| Property | Type | Accessor |
|---|---|---|
| WarehouseServeOut | WarehouseServeOut | Root |
XMLbewerken
<Workflow Name="ActionField243" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
<Description>Set WarehouseServeOut.ProcessFunction from WarehouseServeOut.Equipment.ProcessFunction. Actionfield must be placed on WhsoEqmId.</Description>
<Properties>
<Property Name="WarehouseServeOut" Type="WarehouseServeOut" Accessor="Root" Direction="In" />
</Properties>
<Execution>
<UserContent Name="Pre" />
<Transaction>
<When Name="WarehouseServeOut has Equipment" Condition="${WarehouseServeOut.Equipment} != Empty">
<Assign Name="Set ProcessFunction" Property="${WarehouseServeOut.ProcessFunction}" Value="${WarehouseServeOut.Equipment.ProcessFunction}" />
</When>
</Transaction>
<UserContent Name="Post" />
</Execution>
</Workflow>