Categorie: reference
Bijgewerkt: 2026-04-08
actionfield workflow actionfield429
ActionField429
Beschrijving: Create new JobPlanPurchaseRequestLine for this JobPlan (with context of existing JobPlanPurchaseRequestLine). Custom: Nee
Propertiesbewerken
| Property | Type | Accessor |
|---|---|---|
| JobPlanPurchaseRequestLine | JobPlanPurchaseRequestLine | Root |
XMLbewerken
<Workflow Name="ActionField429" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
<Description>Create new JobPlanPurchaseRequestLine for this JobPlan (with context of existing JobPlanPurchaseRequestLine).</Description>
<Properties>
<Property Name="JobPlanPurchaseRequestLine" Type="JobPlanPurchaseRequestLine" Accessor="Root" Direction="In" />
<Property Name="NewJobPlanPurchaseRequestLine" Type="JobPlanPurchaseRequestLine" Accessor="Internal" />
</Properties>
<Execution>
<UserContent Name="Pre" />
<Transaction>
<Command Name="Create JobPlanPurchaseRequestLine" CommandName="JobPlanPurchaseRequestLine_Create">
<Parameter Name="JobPlan" Direction="In" Value="${JobPlanPurchaseRequestLine.Id.JobPlan}" />
<Parameter Name="JobPlanPurchaseRequestLine" Direction="Out" OutputProperty="${NewJobPlanPurchaseRequestLine}" />
</Command>
</Transaction>
<UserContent Name="Post" />
<View Name="Reopen screen to clear and enter data" ViewName="DataEntryScreen">
<Parameter Name="DomainObject" Direction="In" Value="${NewJobPlanPurchaseRequestLine}" />
</View>
</Execution>
</Workflow>