Categorie: reference
Bijgewerkt: 2026-04-08
actionfield workflow actionfield1734
ActionField1734
Beschrijving: (Un)link AcceptanceStatement and JobInspectionLine based on EquipmentType.InspectionPlan and EquipmentType.ExcludeFromAcceptanceRequired on Report jobs afterwards. Custom: Nee
Propertiesbewerken
| Property | Type | Accessor |
|---|---|---|
| Job | Job | Root |
XMLbewerken
<Workflow Name="ActionField1734" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
<Description>(Un)link AcceptanceStatement and JobInspectionLine based on EquipmentType.InspectionPlan and EquipmentType.ExcludeFromAcceptanceRequired on Report jobs afterwards.</Description>
<Properties>
<Property Name="Job" Type="Job" Accessor="Root" Direction="In" />
</Properties>
<Execution>
<UserContent Name="Pre" />
<Comment><![CDATA[ changing the workorder type may affect the checklist on the job:
if the current WorkOrderType has ExcludeFromAcceptanceRequired while the previous hadn't,
or vice versa, the checklist may have to be added or removed ]]></Comment>
<WorkflowCall Name="Create Check List Acceptation" WorkflowName="Job_CreateCheckListAcceptation">
<Parameter Name="Job" Direction="In" Value="${Job}" />
</WorkflowCall>
<UserContent Name="Post" />
</Execution>
</Workflow>