Categorie: reference
Bijgewerkt: 2026-04-08
actionfield workflow actionfield428
ActionField428
Beschrijving: Create JobPlanPurchaseRequestLine for this JobPlan. Custom: Nee
Propertiesbewerken
| Property | Type | Accessor |
|---|---|---|
| JobPlan | JobPlan | Root |
| Context | Context | Optional |
| FormName | UltimoString | Optional |
XMLbewerken
<Workflow Name="ActionField428" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
<Description>Create JobPlanPurchaseRequestLine for this JobPlan.</Description>
<Properties>
<Property Name="JobPlan" Type="JobPlan" Accessor="Root" Direction="In" />
<Property Name="Context" Type="Context" Accessor="Optional" Direction="In" Default="0" Comment="Create JobPlanPurchaseRequestLine with this context" />
<Property Name="FormName" Type="UltimoString" Accessor="Optional" Direction="In" Comment="Open this screen with the created JobPlanPurchaseRequestLine" />
<Property Name="JobPlanPurchaseRequestLine" Type="JobPlanPurchaseRequestLine" Accessor="Internal" />
</Properties>
<Execution>
<UserContent Name="Pre" />
<Transaction>
<Command Name="Create JobPlanPurchaseRequestLine" CommandName="JobPlanPurchaseRequestLine_Create">
<Parameter Name="Context" Direction="In" Value="${Context}" />
<Parameter Name="JobPlan" Direction="In" Value="${JobPlan}" />
<Parameter Name="JobPlanPurchaseRequestLine" Direction="Out" OutputProperty="${JobPlanPurchaseRequestLine}" />
</Command>
</Transaction>
<UserContent Name="Post" />
<View Name="Open screen" ViewName="DataEntryScreen">
<Parameter Name="DomainObject" Direction="In" Value="${JobPlanPurchaseRequestLine}" />
<Parameter Name="FocusEditableField" Direction="In" Value="True" />
<Parameter Name="ScreenName" Direction="In" Value="${FormName}" />
</View>
</Execution>
</Workflow>