Categorie: reference
Bijgewerkt: 2026-04-08
actionfield workflow actionfield1752
ActionField1752
Beschrijving: Change ProgressStatus for Permit with ProgressStatus property and foreign key in ObjectProgressStatusHistory. Custom: Nee
Propertiesbewerken
| Property | Type | Accessor |
|---|---|---|
| Permit | Permit | Root |
| ProgressStatusContext | Context | Required |
| AddTextAboveTotalText | Boolean | Optional |
| Custom | Boolean | Optional |
| DomainObjectTextField | String | Optional |
| HideWorkDescription | Boolean | Optional |
| ListAskContinueForRecordStatusChanges | List[Status] | Optional |
| UseProgressStatus | ProgressStatus | Optional |
XMLbewerken
<Workflow Name="ActionField1752" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
<Description>Change ProgressStatus for Permit with ProgressStatus property and foreign key in ObjectProgressStatusHistory.</Description>
<Properties>
<Property Name="Permit" Type="Permit" Accessor="Root" Direction="In" Comment="Only works for Permit with property ProgressStatus/_ProgressStatus and a foreign key to ObjectProgressStatusHistory" />
<Property Name="ProgressStatusContext" Type="Context" Accessor="Required" Direction="In" Comment="Only choose ProgressStatus with this context" />
<Property Name="AddTextAboveTotalText" Type="Boolean" Accessor="Optional" Direction="In" Default="True" Comment="Add text above existing text" />
<Property Name="Custom" Type="Boolean" Accessor="Optional" Direction="In" Default="False" Comment="Use _ProgressStatus when true, otherwise ProgressStatus" />
<Property Name="DomainObjectTextField" Type="String" Accessor="Optional" Direction="In" Default="Empty" Comment="Text field to add the text from domainobject to" />
<Property Name="HideWorkDescription" Type="Boolean" Accessor="Optional" Direction="In" Comment="Hide the work description in the change status dialog" />
<Property Name="ListAskContinueForRecordStatusChanges" Type="List[Status]" Accessor="Optional" Direction="In" Comment="List of statuses for which an 'Do you want to continue?' question should be asked" />
<Property Name="UseProgressStatus" Type="ProgressStatus" Accessor="Optional" Direction="In" Default="Empty" Comment="Bypass dialog and just set this ProgressStatus" />
</Properties>
<Execution>
<UserContent Name="Pre" />
<WorkflowCall Name="Call DomainObject_ChangeProgressStatus" WorkflowName="DomainObject_ChangeProgressStatus">
<Parameter Name="AddTextAboveTotalText" Direction="In" Value="${AddTextAboveTotalText}" />
<Parameter Name="Custom" Direction="In" Value="${Custom}" />
<Parameter Name="DomainObject" Direction="In" Value="${Permit}" />
<Parameter Name="DomainObjectTextField" Direction="In" Value="${DomainObjectTextField}" />
<Parameter Name="HideWorkDescription" Direction="In" Value="${HideWorkDescription}" />
<Parameter Name="ListAskContinueForRecordStatusChanges" Direction="In" Value="${ListAskContinueForRecordStatusChanges}" />
<Parameter Name="ProgressStatusContext" Direction="In" Value="${ProgressStatusContext}" />
<Parameter Name="UseProgressStatus" Direction="In" Value="${UseProgressStatus}" />
</WorkflowCall>
<UserContent Name="Post" />
</Execution>
</Workflow>