Categorie: reference
Bijgewerkt: 2026-04-08
actionfield workflow actionfield016
ActionField016
Beschrijving: Set or reset DefaultAvailableNext for ProgressStatusFlow. Custom: Nee
Propertiesbewerken
| Property | Type | Accessor |
|---|---|---|
| DefaultAvailable | ProgressStatusFlow | Root |
XMLbewerken
<Workflow Name="ActionField016" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
<Description>Set or reset DefaultAvailableNext for ProgressStatusFlow.</Description>
<Properties>
<Property Name="DefaultAvailable" Type="ProgressStatusFlow" Accessor="Root" Direction="In" />
<Property Name="ProgressStatusFlows" Type="List[ProgressStatusFlow]" Accessor="Internal" />
</Properties>
<Execution>
<UserContent Name="Pre" />
<Transaction>
<GetList Name="Filter ProgressStatusFlows" Type="ProgressStatusFlow" OutputProperty="${ProgressStatusFlows}" OrderBy="Id" OrderDirection="Ascending" Comment="Filter ProgressStatusFlows records != DefaultAvailable">
<Filters>
<CombinedFilter FilterOperator="And">
<PropertyFilter PropertyName="Id.ProgressStatus" Operator="=" PropertyValue="${DefaultAvailable.Id.ProgressStatus}" />
<NotFilter>
<PropertyFilter PropertyName="Id.ProgressStatusNextAvailable" Operator="=" PropertyValue="${DefaultAvailable.Id.ProgressStatusNextAvailable}" />
</NotFilter>
</CombinedFilter>
</Filters>
</GetList>
<ForEach Name="Foreach filtered ProgressStatusFlow" In="${ProgressStatusFlows}" As="ProgressStatusFlow">
<Assign Name="Reset ProgressStatusFlow" Property="${ProgressStatusFlow.DefaultAvailableNext}" Value="False" />
</ForEach>
<Assign Name="DefaultAvailable true" Property="${DefaultAvailable.DefaultAvailableNext}" Value="=!${DefaultAvailable.DefaultAvailableNext}" />
</Transaction>
<UserContent Name="Post" />
</Execution>
</Workflow>