Categorie: reference
Bijgewerkt: 2026-04-08
actionfield workflow actionfield1522
ActionField1522
Beschrijving: Create servicedeskreporttype for backOffice Custom: Nee
Propertiesbewerken
| Property | Type | Accessor |
|---|---|---|
| BackOffice | BackOffice | Root |
XMLbewerken
<Workflow Name="ActionField1522" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
<Description>Create servicedeskreporttype for backOffice</Description>
<Properties>
<Property Name="BackOffice" Type="BackOffice" Accessor="Root" Direction="In" />
<Property Name="ServiceDeskReportType" Type="ServiceDeskReportType" Accessor="Internal" />
</Properties>
<Execution>
<UserContent Name="Pre" />
<Transaction>
<Insert Name="Create servicedeskreporttype" ObjectType="ServiceDeskReportType" OutputProperty="${ServiceDeskReportType}">
<Parameter Name="Context" Direction="In" Value="ServiceDeskReportTypeContext.Job" />
<Parameter Name="BackOffice" Direction="In" Value="${BackOffice}" />
<Parameter Name="SetContext" Direction="In" Value="${BackOffice.JobContext}" />
<Parameter Name="UseForReservationTasks" Direction="In" Value="=${BackOffice.JobContext} == JobContext.SpaceReservation ? True : False" />
<Parameter Name="UseInMultijobTemplateLine" Direction="In" Value="=${BackOffice.JobContext} == JobContext.ItilChangeJob ? True : False" />
</Insert>
</Transaction>
<UserContent Name="Post" />
<View Name="Open Screen" ViewName="DataEntryScreen">
<Parameter Name="DomainObject" Direction="In" Value="${ServiceDeskReportType}" />
<Parameter Name="FocusEditableField" Direction="In" Value="=${ServiceDeskReportType.Description} == Empty" />
</View>
</Execution>
</Workflow>