Categorie: reference
Bijgewerkt: 2026-04-08
actionfield workflow actionfield716
ActionField716
Beschrijving: Open Job screen 'Job175' in dialog to modify some properties of Job. Custom: Nee
Propertiesbewerken
| Property | Type | Accessor |
|---|---|---|
| Job | Job | Root |
XMLbewerken
<Workflow Name="ActionField716" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
<Description>Open Job screen 'Job175' in dialog to modify some properties of Job.</Description>
<Properties>
<Property Name="Job" Type="Job" Accessor="Root" Direction="In" />
</Properties>
<Execution>
<UserContent Name="Pre" />
<SystemDialog Name="Modify Job SystemDialog" DialogName="DataEntryScreen">
<Parameter Name="DomainObject" Direction="In" Value="${Job}" />
<Parameter Name="ScreenName" Direction="In" Value="job175" />
</SystemDialog>
<UserContent Name="Post" />
</Execution>
</Workflow>