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

ActionField1554

Beschrijving: Import all elements (MaintenanceParts) from HUMBLE, started from menu. Custom: Nee

Propertiesbewerken

Property Type Accessor
CountOfElementIdsNotFromHumble Int32 Optional
CountOfInsertedItems Int32 Optional
CountOfUpdatedItems Int32 Optional
ElementIdsNotFromHumble List[UltimoString] Optional

XMLbewerken

<Workflow Name="ActionField1554" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>Import all elements (MaintenanceParts) from HUMBLE, started from menu.</Description>
	<Properties>
		<Property	Name="CountOfElementIdsNotFromHumble"	Type="Int32"				Accessor="Optional"	Direction="Out"		Comment="Out property required for unit testing/To report through message 3124" />
		<Property	Name="CountOfInsertedItems"				Type="Int32"				Accessor="Optional"	Direction="Out"		Comment="Out property required for unit testing" />
		<Property	Name="CountOfUpdatedItems"				Type="Int32"				Accessor="Optional"	Direction="Out"		Comment="Out property required for unit testing" />
		<Property	Name="ElementIdsNotFromHumble"			Type="List[UltimoString]"	Accessor="Optional"	Direction="Out"		Comment="Out property required for unit testing/To report through message 3124" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

		<ContinuationQuestion Name="ContinueWithImport?" MessageCode="3152" Default="Yes">
			<Parameter	Name="Context"			Direction="In"		Value="MaintenancePartContext.LongTermMaintenancePlan" />
			<Parameter	Name="EntityTableName"	Direction="In"		Value="MaintenancePart" />
		</ContinuationQuestion>

		<WorkflowCall Name="Call WF to import/update all elements" WorkflowName="MaintenancePart_ImportFromHumble">
			<Parameter	Name="CountOfElementIdsNotFromHumble"	Direction="Out"		OutputProperty="${CountOfElementIdsNotFromHumble}" />
			<Parameter	Name="CountOfInsertedItems"				Direction="Out"		OutputProperty="${CountOfInsertedItems}" />
			<Parameter	Name="CountOfUpdatedItems"				Direction="Out"		OutputProperty="${CountOfUpdatedItems}" />
			<Parameter	Name="ElementIdsNotFromHumble"			Direction="Out"		OutputProperty="${ElementIdsNotFromHumble}" />
		</WorkflowCall>

		<Message Name="CountOfInsertedAndUpdatedItems" MessageCode="3124">
			<Parameter	Name="Context"							Direction="In"		Value="MaintenancePartContext.LongTermMaintenancePlan" />
			<Parameter	Name="CountOfElementIdsNotFromHumble"	Direction="In"		Value="${CountOfElementIdsNotFromHumble}" />
			<Parameter	Name="ElementIdsNotFromHumble"			Direction="In"		Value="${ElementIdsNotFromHumble}" />
			<Parameter	Name="EntityTableName"					Direction="In"		Value="MaintenancePart" />
			<Parameter	Name="InsertedCount"					Direction="In"		Value="${CountOfInsertedItems}" />
			<Parameter	Name="UpdatedCount"						Direction="In"		Value="${CountOfUpdatedItems}" />
		</Message>

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