Categorie: reference
Bijgewerkt: 2026-04-08
actionfield workflow actionfield1855
ActionField1855
Beschrijving: Create new ActionItem for FieldSafetyNotice. Custom: Nee
Propertiesbewerken
| Property | Type | Accessor |
|---|---|---|
| DomainObject | DomainObject | Root |
| CreatedJob | Job | Optional |
XMLbewerken
<Workflow Name="ActionField1855" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
<Description>Create new ActionItem for FieldSafetyNotice.</Description>
<Properties>
<Property Name="DomainObject" Type="DomainObject" Accessor="Root" Direction="In" Comment="FieldSafetyNotice" />
<Property Name="CreatedJob" Type="Job" Accessor="Optional" Direction="InOut" />
<Property Name="JobContext" Type="Context" Accessor="Internal" Default="JobContext.ActionItem" Comment="Generic context JobContext.ActionItem." />
</Properties>
<Execution>
<UserContent Name="Pre" />
<WorkflowCall Name="DomainObject_CreateActionItem" WorkflowName="DomainObject_CreateActionItem">
<Parameter Name="DomainObject" Direction="In" Value="${DomainObject}" />
<Parameter Name="JobContext" Direction="In" Value="${JobContext}" />
<Parameter Name="CreatedJob" Direction="Out" OutputProperty="${CreatedJob}" />
</WorkflowCall>
<UserContent Name="Post" />
<View Name="OpenScreen" ViewName="DataEntryScreen">
<Parameter Name="DomainObject" Direction="In" Value="${CreatedJob}" />
<Parameter Name="FocusEditableField" Direction="In" Value="=${CreatedJob.Description} == Empty" />
</View>
</Execution>
</Workflow>