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

ActionField1555

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

XMLbewerken

<Workflow Name="ActionField1555" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>Import all defects (ConditionFlaws) from HUMBLE for all elements (MaintenanceParts), started from menu.</Description>
	<Properties>
		<Property	Name="CountOfInsertedDefects"	Type="Int32"	Accessor="Internal" />
		<Property	Name="CountOfUpdatedDefects"	Type="Int32"	Accessor="Internal" />
		<Property	Name="CountOfUpdatedElements"	Type="Int32"	Accessor="Internal" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

		<ContinuationQuestion Name="ContinueWithImport?" MessageCode="3152" Default="Yes">
			<Parameter	Name="Context"			Direction="In"		Value="ConditionFlawContext.Standard" />
			<Parameter	Name="EntityTableName"	Direction="In"		Value="ConditionFlaw" />
		</ContinuationQuestion>

		<WorkflowCall Name="Call WF to import/update all defects for all elements" WorkflowName="MaintenancePart_ImportDefectsFromHumble">
			<Parameter	Name="CountOfInsertedDefects"	Direction="Out"		OutputProperty="${CountOfInsertedDefects}" />
			<Parameter	Name="CountOfUpdatedDefects"	Direction="Out"		OutputProperty="${CountOfUpdatedDefects}" />
			<Parameter	Name="CountOfUpdatedElements"	Direction="Out"		OutputProperty="${CountOfUpdatedElements}" />
		</WorkflowCall>

		<Message Name="CountOfInsertedAndUpdatedItems" MessageCode="3147">
			<Parameter	Name="Context"				Direction="In"		Value="ConditionFlawContext.Standard" />
			<Parameter	Name="EntityTableName"		Direction="In"		Value="ConditionFlaw" />
			<Parameter	Name="InsertedCount"		Direction="In"		Value="${CountOfInsertedDefects}" />
			<Parameter	Name="UpdatedCount"			Direction="In"		Value="${CountOfUpdatedDefects}" />
			<Parameter	Name="UpdatedElementCount"	Direction="In"		Value="${CountOfUpdatedElements}" />
		</Message>

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