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

ActionField904

Beschrijving: Search in the KnowledgeTopics for relevant data for this Job. Custom: Nee

Propertiesbewerken

Property Type Accessor
Job Job Root
AllowedNonITJobContexts List[Context] Optional
SearchContext UltimoString Optional
SearchDomain UltimoString Optional
SearchProperties List[UltimoString] Optional

XMLbewerken

<Workflow Name="ActionField904" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>Search in the KnowledgeTopics for relevant data for this Job.</Description>
	<Properties>
		<Property	Name="Job"						Type="Job"					Accessor="Root"		Direction="In" />

		<Property	Name="AllowedNonITJobContexts"	Type="List[Context]"		Accessor="Optional"	Direction="In"		Default="JobContext.ServiceRequest, JobContext.ServiceDesk"	Comment="Check if the job is a Non IT-Job with these contexts" />
		<Property	Name="SearchContext"			Type="UltimoString"			Accessor="Optional"	Direction="In"																	Comment="Context to be used during the search of KnowledgeTopics" />
		<Property	Name="SearchDomain"				Type="UltimoString"			Accessor="Optional"	Direction="In"		Default="KnowledgeTopic"									Comment="SearchDomain to search" />
		<Property	Name="SearchProperties"			Type="List[UltimoString]"	Accessor="Optional"	Direction="In"																	Comment="Property or properties (Description,ReportText,EquipmentType,Text) to search in table KnowledgeTopic. Required if setting KnowledgeTopicSearchShowDialog is not DoNotSearch" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

		<WorkflowCall Name="Job_SetKnowledgeTopicCount" WorkflowName="Job_SetKnowledgeTopicCount">
			<Parameter	Name="AllowedNonITJobContexts"	Direction="In"		Value="${AllowedNonITJobContexts}" />
			<Parameter	Name="Job"						Direction="In"		Value="${Job}" />
			<Parameter	Name="SearchContext"			Direction="In"		Value="${SearchContext}" />
			<Parameter	Name="SearchDomain"				Direction="In"		Value="${SearchDomain}" />
			<Parameter	Name="SearchProperties"			Direction="In"		Value="${SearchProperties}" />
		</WorkflowCall>

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