Hi,
I want to control how many fieldsgroups should be seen in the adapt filter.
I tried following things, but in vein.
@UI.hidden: true
_InspLot._Plant.PlantName,
this work fine for the field that u don' want to expose to ui,
I tried @consumption.filter.hidden: true , this also doesn't worked like i want.
all the association that i am exposing all are part of adapt filter by default.
This default functionality i want to control and expose only required field for filtering.
How to achieve this in smart temple?