Categorie: reference
Bijgewerkt: 2026-04-08
actionfield workflow actionfield724
ActionField724
Beschrijving: Log adding objects to EquipmentSafetyDossier (Set AddedAfterReleasing to true). Custom: Nee
Propertiesbewerken
| Property | Type | Accessor |
|---|---|---|
| EquipmentSafetyDossier | EquipmentSafetyDossier | Root |
XMLbewerken
<Workflow Name="ActionField724" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
<Description>Log adding objects to EquipmentSafetyDossier (Set AddedAfterReleasing to true).</Description>
<Properties>
<Property Name="EquipmentSafetyDossier" Type="EquipmentSafetyDossier" Accessor="Root" Direction="In" />
</Properties>
<Execution>
<UserContent Name="Pre" />
<When Name="After release" Condition="${EquipmentSafetyDossier.Id.SafetyDossier.Status} == SafetyDossierStatus.Released || ${EquipmentSafetyDossier.Id.SafetyDossier.Status} == SafetyDossierStatus.ReleasedWithRestrictions">
<Transaction>
<Assign Name="Set After release" Property="${EquipmentSafetyDossier.AddedAfterReleasing}" Value="True" />
</Transaction>
</When>
<UserContent Name="Post" />
</Execution>
</Workflow>