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

ActionField1050

Beschrijving: Create a PaymentCardIssue (tank card issue) for this PaymentCard (tank card). Custom: Nee

Propertiesbewerken

Property Type Accessor
PaymentCard PaymentCard Root
EmployeeContext Context Optional
EmployeeViewfieldConfiguration UltimoString Optional
EquipmentContext Context Optional
EquipmentSqlWhereClause UltimoString Optional
EquipmentViewfieldConfiguration UltimoString Optional
PaymentCardIssueContext Context Optional

XMLbewerken

<Workflow Name="ActionField1050" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>Create a PaymentCardIssue (tank card issue) for this PaymentCard (tank card).</Description>
	<Properties>
		<Property	Name="PaymentCard"						Type="PaymentCard"	Accessor="Root"		Direction="In" />

		<Property	Name="EmployeeContext"					Type="Context"		Accessor="Optional"	Direction="In"		Default="EmployeeContext.Standard"			Comment="Only select Employees with this context" />
		<Property	Name="EmployeeViewfieldConfiguration"	Type="UltimoString"	Accessor="Optional"	Direction="In"		Default="DEFAULT"							Comment="Viewfield configuration used for employee in selection list in dialog" />
		<Property	Name="EquipmentContext"					Type="Context"		Accessor="Optional"	Direction="In"		Default="EquipmentContext.Fleet"			Comment="Only select Equipment with this context" />
		<Property	Name="EquipmentSqlWhereClause"			Type="UltimoString"	Accessor="Optional"	Direction="In"		Default="EqmRecStatus != 16"				Comment="Only select Equipment with this sqlwhereclause" />
		<Property	Name="EquipmentViewfieldConfiguration"	Type="UltimoString"	Accessor="Optional"	Direction="In"		Default="FLEET"								Comment="Viewfield configuration used for equipment in selection list in dialog" />
		<Property	Name="PaymentCardIssueContext"			Type="Context"		Accessor="Optional"	Direction="In"		Default="PaymentCardIssueContext.Refueling"	Comment="Create a PaymentCardIssue with this context" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

		<WorkflowCall Name="PaymentCard_AddNewIssue" WorkflowName="PaymentCard_AddNewIssue">
			<Parameter	Name="EmployeeContext"					Direction="In"		Value="${EmployeeContext}" />
			<Parameter	Name="EmployeeViewfieldConfiguration"	Direction="In"		Value="${EmployeeViewfieldConfiguration}" />
			<Parameter	Name="EquipmentContext"					Direction="In"		Value="${EquipmentContext}" />
			<Parameter	Name="EquipmentSqlWhereClause"			Direction="In"		Value="${EquipmentSqlWhereClause}" />
			<Parameter	Name="EquipmentViewfieldConfiguration"	Direction="In"		Value="${EquipmentViewfieldConfiguration}" />
			<Parameter	Name="PaymentCard"						Direction="In"		Value="${PaymentCard}" />
			<Parameter	Name="PaymentCardIssueContext"			Direction="In"		Value="${PaymentCardIssueContext}" />
		</WorkflowCall>

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