Categorie: reference
Bijgewerkt: 2026-04-08
actionfield workflow actionfield192
ActionField192
Beschrijving: Create WarehouseServeOut for a Job (jobstatus must be Approved, Active, Postponed, Finished or Completed). Custom: Nee
Propertiesbewerken
| Property | Type | Accessor |
|---|---|---|
| Job | Job | Root |
| FormName | UltimoString | Optional |
| WarehouseServeOutContext | Context | Optional |
XMLbewerken
<Workflow Name="ActionField192" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
<Description>Create WarehouseServeOut for a Job (jobstatus must be Approved, Active, Postponed, Finished or Completed).</Description>
<Properties>
<Property Name="Job" Type="Job" Accessor="Root" Direction="In" />
<Property Name="FormName" Type="UltimoString" Accessor="Optional" Direction="In" Comment="Open this screen after the WarehouseServeOut is created" />
<Property Name="WarehouseServeOutContext" Type="Context" Accessor="Optional" Direction="In" Comment="Create the WarehouseServeOut with this context (default Standard)" />
<Property Name="CreatedWarehouseServeOut" Type="WarehouseServeOut" Accessor="Internal" />
</Properties>
<Execution>
<UserContent Name="Pre" />
<WorkflowCall Name="Job_CreateWarehouseServeOut" WorkflowName="Job_CreateWarehouseServeOut">
<Parameter Name="Job" Direction="In" Value="${Job}" />
<Parameter Name="WarehouseServeOutContext" Direction="In" Value="${WarehouseServeOutContext}" />
<Parameter Name="CreatedWarehouseServeOut" Direction="Out" OutputProperty="${CreatedWarehouseServeOut}" />
</WorkflowCall>
<Message Name="CreatedWarehouseServeOutMessage" MessageCode="0787">
<Parameter Name="WarehouseServeOut" Direction="In" Value="${CreatedWarehouseServeOut}" />
</Message>
<UserContent Name="Post" />
<View Name="OpenScreen" ViewName="DataEntryScreen">
<Parameter Name="DomainObject" Direction="In" Value="${CreatedWarehouseServeOut}" />
<Parameter Name="FocusEditableField" Direction="In" Value="=${CreatedWarehouseServeOut.Description} == Empty" />
<Parameter Name="ScreenName" Direction="In" Value="${FormName}" />
</View>
</Execution>
</Workflow>