Categorie: reference
Bijgewerkt: 2026-04-08
actionfield workflow actionfield913
ActionField913
Beschrijving: Copy InspectionPlan (checklists) and ConfirmationRole to Permit. Only once when StatusTemplateCreatedDate and StatusCreatedDate are Empty. Custom: Nee
Propertiesbewerken
| Property | Type | Accessor |
|---|---|---|
| Permit | Permit | Root |
XMLbewerken
<Workflow Name="ActionField913" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
<Description>Copy InspectionPlan (checklists) and ConfirmationRole to Permit. Only once when StatusTemplateCreatedDate and StatusCreatedDate are Empty.</Description>
<Properties>
<Property Name="Permit" Type="Permit" Accessor="Root" Direction="In" />
<Property Name="InitialProgressStatus" Type="ProgressStatus" Accessor="Internal" Default="Empty" />
</Properties>
<Execution>
<UserContent Name="Pre" />
<When Name="Setting Permit.InitialProgressStatus enabled" Condition="#settingenabled(${Permit}, Permit.InitialProgressStatus) == True">
<Assign Name="Set InitialProgressStatus" Property="${InitialProgressStatus}" Value="=#getsetting(${Permit}, Permit.InitialProgressStatus)" />
</When>
<WorkflowCall Name="Permit_Initialize" WorkflowName="Permit_Initialize">
<Parameter Name="InitialProgressStatus" Direction="In" Value="${InitialProgressStatus}" />
<Parameter Name="Permit" Direction="In" Value="${Permit}" />
</WorkflowCall>
<UserContent Name="Post" />
</Execution>
</Workflow>