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

ActionField1213

Beschrijving: Regenerate Cost records. Custom: Nee

Propertiesbewerken

Property Type Accessor
PageSize Int32 Optional

XMLbewerken

<Workflow Name="ActionField1213" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>Regenerate Cost records.</Description>
	<Properties>
		<Property	Name="PageSize"	Type="Int32"	Accessor="Optional"	Direction="In"		Default="10000"	Comment="For performance: how many records are retrieved at the same time to recreate costs. When SQL-timeout occurs with a large number of existing cost records, try to increase the pagesize first by multiplying by ten" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

		<WorkflowCall Name="Cost_RegenerateCosts" WorkflowName="Cost_RegenerateCosts">
			<Parameter	Name="PageSize"	Direction="In"		Value="${PageSize}" />
		</WorkflowCall>

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