Skip to Content
0
Jul 04, 2020 at 09:28 AM

smart filter bar and annotations

1719 Views Last edit Jul 04, 2020 at 09:30 AM 2 rev

Hello

i am trying to create annotations to manage my smart filter bar

i am trying to show default values and create lists in my smart filter bar like this :

but i am getting anything. mys smart filter bar is the same and the "Basic group" is not there .

i dont know how to use lists in my smart filter bar and how to show default attributes .

should i change something in the backend ? (Odata Service).

and this is my annotations code :

	<Annotations Target="Metadata.requirement">
		<Annotation Term="UI.SelectionFields">
			<Collection>
				<PropertyPath>Solution_ID</PropertyPath>
				<PropertyPath>Branch_ID</PropertyPath>
				<PropertyPath>Scope_ID</PropertyPath>
				<PropertyPath>Element_ID</PropertyPath>
				<PropertyPath>Priority_ID</PropertyPath>
				<PropertyPath>Status_ID</PropertyPath>
			</Collection>
		</Annotation>
	</Annotations>