Categorie: reference
Bijgewerkt: 2026-04-08
actionfield workflow actionfield433
ActionField433
Beschrijving: Create new PmJobPurchaseRequestLine for this PmJob (with context of existing PmJobPurchaseRequestLine). Custom: Nee
Propertiesbewerken
| Property | Type | Accessor |
|---|---|---|
| PmJobPurchaseRequestLine | PmJobPurchaseRequestLine | Root |
XMLbewerken
<Workflow Name="ActionField433" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
<Description>Create new PmJobPurchaseRequestLine for this PmJob (with context of existing PmJobPurchaseRequestLine).</Description>
<Properties>
<Property Name="PmJobPurchaseRequestLine" Type="PmJobPurchaseRequestLine" Accessor="Root" Direction="In" />
<Property Name="NewPmJobPurchaseRequestLine" Type="PmJobPurchaseRequestLine" Accessor="Internal" />
</Properties>
<Execution>
<UserContent Name="Pre" />
<Transaction>
<Command Name="Create PurchaseRequestLine" CommandName="PmJobPurchaseRequestLine_Create">
<Parameter Name="PmJob" Direction="In" Value="${PmJobPurchaseRequestLine.Id.PmJob}" />
<Parameter Name="PmJobPurchaseRequestLine" Direction="Out" OutputProperty="${NewPmJobPurchaseRequestLine}" />
</Command>
</Transaction>
<UserContent Name="Post" />
<View Name="Open screen" ViewName="DataEntryScreen">
<Parameter Name="DomainObject" Direction="In" Value="${NewPmJobPurchaseRequestLine}" />
</View>
</Execution>
</Workflow>