Categorie: reference
Bijgewerkt: 2026-04-08
actionfield workflow actionfield1695
ActionField1695
Beschrijving: Copy values(CostCarriers) from Job to PurchaseRequestLine. Custom: Nee
Propertiesbewerken
| Property | Type | Accessor |
|---|---|---|
| PurchaseRequestLine | PurchaseRequestLine | Root |
XMLbewerken
<Workflow Name="ActionField1695" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
<Description>Copy values(CostCarriers) from Job to PurchaseRequestLine.</Description>
<Properties>
<Property Name="PurchaseRequestLine" Type="PurchaseRequestLine" Accessor="Root" Direction="In" />
</Properties>
<Execution>
<UserContent Name="Pre" />
<WorkflowCall Name="PurchaseRequestLine_SetValuesDependingOnJob" WorkflowName="PurchaseRequestLine_SetValuesDependingOnJob">
<Parameter Name="PurchaseRequestLine" Direction="In" Value="${PurchaseRequestLine}" />
</WorkflowCall>
<Transaction>
<Command Name="CalculateInvoiceCost" CommandName="PurchaseRequestLine_SetInternalChargeValues">
<Parameter Name="PurchaseRequestLine" Direction="In" Value="${PurchaseRequestLine}" />
</Command>
</Transaction>
<WorkflowCall Name="PurchaseRequestLine_CopyValuesFromJob" WorkflowName="PurchaseRequestLine_CopyValuesFromJob">
<Parameter Name="PurchaseRequestLine" Direction="In" Value="${PurchaseRequestLine}" />
</WorkflowCall>
<UserContent Name="Post" />
</Execution>
</Workflow>