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

ActionField1051

Beschrijving: Change PaymentCardIssue (tank card issue). Custom: Nee

Propertiesbewerken

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

XMLbewerken

<Workflow Name="ActionField1051" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>Change PaymentCardIssue (tank card issue).</Description>
	<Properties>
		<Property	Name="PaymentCardIssue"					Type="PaymentCardIssue"	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 PaymentCardIssue with this context" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

		<WorkflowCall Name="PaymentCardIssue_ChangeExistingIssue" WorkflowName="PaymentCardIssue_ChangeExistingIssue">
			<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="PaymentCardIssue"					Direction="In"		Value="${PaymentCardIssue}" />
			<Parameter	Name="PaymentCardIssueContext"			Direction="In"		Value="${PaymentCardIssueContext}" />
		</WorkflowCall>

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