Categorie: reference
Bijgewerkt: 2026-04-08
actionfield workflow actionfield1252
ActionField1252
Beschrijving: Create ConditionFlawPresent for ProcessFunction. Custom: Nee
Propertiesbewerken
| Property | Type | Accessor |
|---|---|---|
| ProcessFunction | ProcessFunction | Root |
| Context | Context | Optional |
| ScreenName | UltimoString | Optional |
| Status | Status | Optional |
XMLbewerken
<Workflow Name="ActionField1252" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
<Description>Create ConditionFlawPresent for ProcessFunction.</Description>
<Properties>
<Property Name="ProcessFunction" Type="ProcessFunction" Accessor="Root" Direction="In" />
<Property Name="Context" Type="Context" Accessor="Optional" Direction="In" Comment="Create with this context" />
<Property Name="ScreenName" Type="UltimoString" Accessor="Optional" Direction="In" Comment="Open this screen with the new ConditionFlawPresent" />
<Property Name="Status" Type="Status" Accessor="Optional" Direction="In" Comment="Create with this status" />
<Property Name="ConditionFlawPresent" Type="ConditionFlawPresent" Accessor="Internal" />
</Properties>
<Execution>
<UserContent Name="Pre" />
<Transaction>
<WorkflowCall Name="ConditionFlawPresent_Create" WorkflowName="ConditionFlawPresent_Create">
<Parameter Name="ConditionFlawPresentContext" Direction="In" Value="${Context}" />
<Parameter Name="ProcessFunction" Direction="In" Value="${ProcessFunction}" />
<Parameter Name="ConditionFlawPresent" Direction="Out" OutputProperty="${ConditionFlawPresent}" />
</WorkflowCall>
<ChangeStatus Name="Set the status" DomainObject="${ConditionFlawPresent}" NewStatus="${Status}" />
</Transaction>
<UserContent Name="Post" />
<View Name="Open screen" ViewName="DataEntryScreen">
<Parameter Name="DomainObject" Direction="In" Value="${ConditionFlawPresent}" />
<Parameter Name="FocusEditableField" Direction="In" Value="=${ConditionFlawPresent.Description} == Empty" />
<Parameter Name="ScreenName" Direction="In" Value="${ScreenName}" />
</View>
</Execution>
</Workflow>