Categorie: reference
Bijgewerkt: 2026-04-08
actionfield workflow actionfield1530
ActionField1530
Beschrijving: Assigns when ServiceDeskReportType.Stoprelated is true Custom: Nee
Propertiesbewerken
| Property | Type | Accessor |
|---|---|---|
| ServiceDeskReportType | ServiceDeskReportType | Root |
XMLbewerken
<Workflow Name="ActionField1530" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
<Description>Assigns when ServiceDeskReportType.Stoprelated is true</Description>
<Properties>
<Property Name="ServiceDeskReportType" Type="ServiceDeskReportType" Accessor="Root" Direction="In" />
</Properties>
<Execution>
<UserContent Name="Pre" />
<Transaction>
<When Name="Stoprelated" Condition="${ServiceDeskReportType.StopRelated} == True">
<Assign Name="Empty Kwis" Property="${ServiceDeskReportType.Kwis}" Value="Empty" />
<Assign Name="Set UseInSelfService to false" Property="${ServiceDeskReportType.UseInSelfService}" Value="False" />
<Assign Name="Set UseInServiceDesk to false" Property="${ServiceDeskReportType.UseInServiceDesk}" Value="False" />
<Assign Name="Set UseInMultijobTemplateLine to true" Property="${ServiceDeskReportType.UseInMultijobTemplateLine}" Value="True" />
<Assign Name="Set UseInSafetyDossier to false" Property="${ServiceDeskReportType.UseInSafetyDossier}" Value="False" />
<Assign Name="Set UseForChangeBackOffice to false" Property="${ServiceDeskReportType.UseForChangeBackOffice}" Value="False" />
<Assign Name="Set UseForReservationTasks to false" Property="${ServiceDeskReportType.UseForReservationTasks}" Value="False" />
<Assign Name="Empty MultijobTemplate" Property="${ServiceDeskReportType.MultijobTemplate}" Value="Empty" />
<Assign Name="Set CreateConditionFlawPresent to false" Property="${ServiceDeskReportType.CreateConditionFlawPresent}" Value="False" />
<Assign Name="Set CreateIncident to false" Property="${ServiceDeskReportType.CreateIncident}" Value="False" />
</When>
</Transaction>
<UserContent Name="Post" />
</Execution>
</Workflow>