Categorie: reference
Bijgewerkt: 2026-04-08
actionfield workflow actionfield1787
ActionField1787
Beschrijving: Updates sort order and sets default inspection line type if not yet set Custom: Nee
Propertiesbewerken
| Property | Type | Accessor |
|---|---|---|
| DomainObject | DomainObject | Root |
XMLbewerken
<Workflow Name="ActionField1787" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
<Description>Updates sort order and sets default inspection line type if not yet set</Description>
<Properties>
<Property Name="DomainObject" Type="DomainObject" Accessor="Root" Direction="In" />
<Property Name="DefaultInspectionLineTypeId" Type="String" Accessor="Internal" Default="US001" />
</Properties>
<Execution>
<UserContent Name="Pre" />
<WorkflowCall Name="Call WF to update Order (Point) on DomainObject" WorkflowName="DomainObject_UpdateSortOrderOnThisLineAndItsSiblings">
<Parameter Name="DomainObject" Direction="In" Value="${DomainObject}" />
</WorkflowCall>
<WorkflowCall Name="Call WF to set InspectionLineType on DomainObject" WorkflowName="DomainObject_SetInspectionLineType">
<Parameter Name="DefaultInspectionLineTypeId" Direction="In" Value="${DefaultInspectionLineTypeId}" />
<Parameter Name="DomainObject" Direction="In" Value="${DomainObject}" />
</WorkflowCall>
<UserContent Name="Post" />
</Execution>
</Workflow>