Categorie: reference
Bijgewerkt: 2026-04-08
actionfield workflow actionfield722
ActionField722
Beschrijving: Create InspectionPlanLine for InspectionPlan. Custom: Nee
Propertiesbewerken
| Property | Type | Accessor |
|---|---|---|
| InspectionPlanLine | InspectionPlanLine | Root |
| FormName | UltimoString | Optional |
| InspectionPlanLineContext | Context | Optional |
| InspectionPlanLineStatus | Status | Optional |
XMLbewerken
<Workflow Name="ActionField722" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
<Description>Create InspectionPlanLine for InspectionPlan.</Description>
<Properties>
<Property Name="InspectionPlanLine" Type="InspectionPlanLine" Accessor="Root" Direction="In" />
<Property Name="FormName" Type="UltimoString" Accessor="Optional" Direction="In" Comment="Open this screen with the created InspectionPlanLine" />
<Property Name="InspectionPlanLineContext" Type="Context" Accessor="Optional" Direction="In" Default="InspectionPlanLineContext.Standard" Comment="Create InspectionPlanLine with this context" />
<Property Name="InspectionPlanLineStatus" Type="Status" Accessor="Optional" Direction="In" Default="InspectionPlanLineStatus.None" Comment="Create InspectionPlanLine with this statsu" />
</Properties>
<Execution>
<UserContent Name="Pre" />
<WorkflowCall Name="Create InspectionPlanLine" WorkflowName="InspectionPlan_CreateInspectionPlanLine">
<Parameter Name="FormName" Direction="In" Value="${FormName}" />
<Parameter Name="InspectionPlan" Direction="In" Value="${InspectionPlanLine.Id.InspectionPlan}" />
<Parameter Name="InspectionPlanLineContext" Direction="In" Value="${InspectionPlanLineContext}" />
<Parameter Name="InspectionPlanLineStatus" Direction="In" Value="${InspectionPlanLineStatus}" />
</WorkflowCall>
<UserContent Name="Post" />
</Execution>
</Workflow>