Categorie: reference Bijgewerkt: 2026-04-08 actionfield workflow actionfield1748

ActionField1748

Beschrijving: Download DomainObject.FileServiceFileName. Entity of domainobject should be ReceivedEmailAttachment or EmailAttachment Custom: Nee

Propertiesbewerken

Property Type Accessor
DomainObject DomainObject Root

XMLbewerken

<Workflow Name="ActionField1748" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>Download DomainObject.FileServiceFileName. Entity of domainobject should be ReceivedEmailAttachment or EmailAttachment</Description>
	<Properties>
		<Property	Name="DomainObject"	Type="DomainObject"	Accessor="Root"		Direction="In" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

		<WorkflowCall Name="DomainObject_ValidateFile" WorkflowName="DomainObject_ValidateFile">
			<Parameter	Name="DomainObject"	Direction="In"		Value="${DomainObject}" />
		</WorkflowCall>

		<UserContent Name="Post" />

		<Download Name="download attachment" FileName="${DomainObject.FileServiceFileName}" Comment="Download file" />
	</Execution>
</Workflow>