Categorie: reference
Bijgewerkt: 2026-04-08
actionfield workflow actionfield588
ActionField588
Beschrijving: Open Document from PmJob. Custom: Nee
Propertiesbewerken
| Property | Type | Accessor |
|---|---|---|
| PmJob | PmJob | Root |
XMLbewerken
<Workflow Name="ActionField588" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
<Description>Open Document from PmJob.</Description>
<Properties>
<Property Name="PmJob" Type="PmJob" Accessor="Root" Direction="In" />
</Properties>
<Execution>
<UserContent Name="Pre" />
<Validation Name="Check for document" Condition="${PmJob.Document} != Empty" MessageCode="0877" />
<WorkflowCall Name="Check if document exist" WorkflowName="Document_CheckIfPhysicallyPresent">
<Parameter Name="Document" Direction="In" Value="${PmJob.Document}" />
</WorkflowCall>
<UserContent Name="Post" />
<View Name="Open Document" ViewName="DocumentViewer">
<Parameter Name="DocId" Direction="In" Value="${PmJob.Document.Id}" />
</View>
</Execution>
</Workflow>