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

ActionField1056

Beschrijving: Call import connector for PaymentTransactionRun for this Vendor. Custom: Nee

Propertiesbewerken

Property Type Accessor
Vendor Vendor Root

XMLbewerken

<Workflow Name="ActionField1056" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>Call import connector for PaymentTransactionRun for this Vendor.</Description>
	<Properties>
		<Property	Name="Vendor"			Type="Vendor"	Accessor="Root"		Direction="In" />

		<Property	Name="ImportConnector"	Type="String"	Accessor="Internal"						Default="=#concat('PaymentTransactionRun_Import', ${Vendor.ExternalId})"	Comment="Compose of default string with ExternalId on Vendor" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

		<WorkflowCall Name="PaymentTransactionRun_Import" WorkflowName="PaymentTransactionRun_Import">
			<Parameter	Name="ImportConnector"	Direction="In"		Value="${ImportConnector}" />
		</WorkflowCall>

		<UserContent Name="Post" />
	</Execution>
</Workflow>