Hello All ,
I am facing a strange issue when designing a value help for the field "SupplyingPlant," in my custom CDS View.
I want to use I_PlantVH as my value help and used the annotation
@Consumption.valueHelpDefinition: [{entity : {element: 'Plant' , name: 'I_PlantVH'} ,useForValidation: true }]
SupplyingPlant,
This works but it is showing me all the fields of the VH Cds view in my value help

I just want to show the Plant name in my valuehelp ...
I have a workaround where i will create a Z CDS view on top of I_PlantVH and has only text field in the column list but am looking
for a more elegant solution as I believe that it exists . Unfortunately am not able to find it ....
PS : I Tried Adding text association as well but same result is coming

Please help me in this endeavor :D
regards
Subhant