Categorie: reference
Bijgewerkt: 2026-04-08
actionfield workflow actionfield1103
ActionField1103
Beschrijving: Call CadImportLineRule_Process. Custom: Nee
Propertiesbewerken
| Property | Type | Accessor |
|---|---|---|
| CadImportLineRule | CadImportLineRule | Root |
XMLbewerken
<Workflow Name="ActionField1103" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
<Description>Call CadImportLineRule_Process.</Description>
<Properties>
<Property Name="CadImportLineRule" Type="CadImportLineRule" Accessor="Root" Direction="In" />
</Properties>
<Execution>
<UserContent Name="Pre" />
<WorkflowCall Name="process the line" WorkflowName="CadImportLineRule_Process">
<Parameter Name="CadImportLineRule" Direction="In" Value="${CadImportLineRule}" />
<Parameter Name="DoValidate" Direction="In" Value="True" />
</WorkflowCall>
<UserContent Name="Post" />
</Execution>
</Workflow>