cancel
Showing results for 
Search instead for 
Did you mean: 

how to remove additional fields from Adapt filters?

krishnakumar_nagarajan01
Product and Topic Expert
Product and Topic Expert
0 Kudos
870

how to remove additional fields from Adapt filters?

 

krishnakumar_nagarajan01_0-1722942565911.png

 

View Entire Topic
junwu
SAP Champion
SAP Champion
0 Kudos

@Consumption.filter.hidden: true

add this to the field.

krishnakumar_nagarajan01
Product and Topic Expert
Product and Topic Expert
0 Kudos
annotate service.Interactions_Items with @( UI.FieldGroup #GeneratedGroup1 : { $Type : 'UI.FieldGroupType', Data : [ { $Type : 'UI.DataField', Label : 'Missing Feature', Value : FeatureList_FeatureListCode, }, { $Type : 'UI.DataField', Label : 'Missing Feature Long Description', Value : LONGDESCRIPTION, @Consumption.filter.hidden: true },
krishnakumar_nagarajan01
Product and Topic Expert
Product and Topic Expert
0 Kudos
annotate service.Interactions_Items with { LONGDESCRIPTION @Common.Label : 'Feature Long Description' @Consumption.filter.hidden: true };
krishnakumar_nagarajan01
Product and Topic Expert
Product and Topic Expert
0 Kudos
i have added to the annotation file and still i see in the filter
junwu
SAP Champion
SAP Champion
0 Kudos
the one I give is for abap cds, not sure how it looks like for cap.