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

ActionField1171

Beschrijving: Add new Employee with the context ExternalPersonnel for Vendor. Custom: Nee

Propertiesbewerken

Property Type Accessor
Vendor Vendor Root

XMLbewerken

<Workflow Name="ActionField1171" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>Add new Employee with the context ExternalPersonnel for Vendor.</Description>
	<Properties>
		<Property	Name="Vendor"	Type="Vendor"	Accessor="Root"		Direction="In" />

		<Property	Name="Employee"	Type="Employee"	Accessor="Internal" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

		<WorkflowCall Name="Vendor_AddEmployee" WorkflowName="Vendor_AddEmployee">
			<Parameter	Name="EmployeeContext"		Direction="In"		Value="EmployeeContext.ExternalPersonnel" />
			<Parameter	Name="ObjectContactContext"	Direction="In"		Value="ObjectContactContext.ExternalPersonnel" />
			<Parameter	Name="Vendor"				Direction="In"		Value="${Vendor}" />
			<Parameter	Name="Employee"				Direction="Out"														OutputProperty="${Employee}" />
		</WorkflowCall>

		<UserContent Name="Post" />

		<View Name="Open Screen" ViewName="DataEntryScreen">
			<Parameter	Name="DomainObject"			Direction="In"		Value="${Employee}" />
			<Parameter	Name="FocusEditableField"	Direction="In"		Value="=${Employee.Description} == Empty" />
		</View>
	</Execution>
</Workflow>