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

ActionField1529

Beschrijving: Remove contextfilter from backoffice Custom: Nee

Propertiesbewerken

Property Type Accessor
BackOffice BackOffice Root
TableName String Required

XMLbewerken

<Workflow Name="ActionField1529" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>Remove contextfilter from backoffice</Description>
	<Properties>
		<Property	Name="BackOffice"	Type="BackOffice"	Accessor="Root"		Direction="In" />

		<Property	Name="TableName"	Type="String"		Accessor="Required"	Direction="In" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

		<WorkflowCall Name="BackOffice_ChangeContextFilter" WorkflowName="BackOffice_ChangeContextFilter">
			<Parameter	Name="Add"			Direction="In"		Value="False" />
			<Parameter	Name="BackOffice"	Direction="In"		Value="${BackOffice}" />
			<Parameter	Name="TableName"	Direction="In"		Value="${TableName}" />
		</WorkflowCall>

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