Skip to Content
2
Jan 09, 2020 at 05:01 PM

Fiori Overview Page custom filter does not work when using from the Fiori Launchpad

1073 Views Last edit May 21, 2020 at 02:54 PM 5 rev

Hi all,

I recently created an overview page with custom cards and custom filters that fully works as intended in the Web IDE full stack.

However, I recently moved the overview page into my fiori launchpad however the custom filter does not show at all with only one error as shown below. Another thing that doesn't work is the global filter that you can choose in the 'adapt filter' button, it shows the input box when I select a filter based on my entity set but this does not apply the filter to any of the cards when inserting a string.

Screenshot of the OVP in Web IDE global filter

Screenshot of the OVP in Fiori Launchpad Global filter

manifest.json

"extends": {
	"extensions": {
		"sap.ui.controllerExtensions": {
			"sap.ovp.app.Main": {
				"controllerName": "WashingtonOVP.washingtonOVP.ext.custom"
			}
		},
		"sap.ui.viewExtensions": {
			"sap.ovp.app.Main": {
				"SmartFilterBarControlConfigurationExtension|PRD_ORD_STAT_TIME": {
					"className": "sap.ui.core.Fragment",
					"fragmentName": "WashingtonOVP.washingtonOVP.ext.customFilter",
					"type": "XML"
				}
			}
		}
	}
},

Thank you in advance.

Attachments