Categorie: reference
Bijgewerkt: 2026-04-08
actionfield workflow actionfield1683
ActionField1683
Beschrijving: Delete entry from the day programme. The day programme must not already be in use. Custom: Nee
Propertiesbewerken
| Property | Type | Accessor |
|---|---|---|
| DayProgrammeEntry | DayProgrammeEntry | Root |
XMLbewerken
<Workflow Name="ActionField1683" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
<Description>Delete entry from the day programme. The day programme must not already be in use.</Description>
<Properties>
<Property Name="DayProgrammeEntry" Type="DayProgrammeEntry" Accessor="Root" Direction="In" Comment="The day programme entry to delete." />
</Properties>
<Execution>
<UserContent Name="Pre" />
<WorkflowCall Name="DayProgramme_AbortIfInUse" WorkflowName="DayProgramme_AbortIfInUse">
<Parameter Name="DayProgramme" Direction="In" Value="${DayProgrammeEntry.Id.DayProgramme}" />
<Parameter Name="MessageCode" Direction="In" Value="3258" />
</WorkflowCall>
<Transaction>
<DeleteObject Name="DayProgrammeEntry" DomainObject="${DayProgrammeEntry}" />
</Transaction>
<UserContent Name="Post" />
</Execution>
</Workflow>