Categorie: reference
Bijgewerkt: 2026-04-08
actionfield workflow actionfield1205
ActionField1205
Beschrijving: Initialize a ProductDossier. Custom: Nee
Propertiesbewerken
| Property | Type | Accessor |
|---|---|---|
| ProductDossier | ProductDossier | Root |
XMLbewerken
<Workflow Name="ActionField1205" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
<Description>Initialize a ProductDossier.</Description>
<Properties>
<Property Name="ProductDossier" Type="ProductDossier" Accessor="Root" Direction="In" />
</Properties>
<Execution>
<UserContent Name="Pre" />
<WorkflowCall Name="call ProductDossier_Initialize" WorkflowName="ProductDossier_Initialize">
<Parameter Name="ProductDossier" Direction="In" Value="${ProductDossier}" />
</WorkflowCall>
<UserContent Name="Post" />
</Execution>
</Workflow>