Hi
Please check below example ,
https://blogs.sap.com/2016/01/11/sap-overview-page-list-cards-examples/
# to get the navigation details check below url
https://sapui5.hana.ondemand.com/#/topic/530f9e6f66104d5888ade79b5cf417e0
Regards ,
Meghal shah
Hello Pradeep V
Here are some examples on json to putt in manifest.json, One custom, one line and one bar
"customCard_Card": { "model": "northwind", "template": "name.cards.productionStatus", "settings": { "title": "{{titel}}", "entitySet": "Customers" } }, "line_Card": { "model": "northwind", "template": "name.cards.line", "settings": { "title": "{{line_title}}", "entitySet": "Sales_Totals_by_Amounts", "selectionAnnotationPath": "com.sap.vocabularies.UI.v1.SelectionVariant", "chartAnnotationPath": "com.sap.vocabularies.UI.v1.Chart", "presentationAnnotationPath": "com.sap.vocabularies.UI.v1.PresentationVariant", "selectionPresentationAnnotationPath": "com.sap.vocabularies.UI.v1.SelectionPresentationVariant", "identificationAnnotationPath": "com.sap.vocabularies.UI.v1.Identification", "navigation": "dataPointNav" } }, "bar_card": { "model": "northwind", "template": "name.cards.bar", "settings": { "title": "{{bar_title}}", "entitySet": "Invoices", "selectionAnnotationPath": "com.sap.vocabularies.UI.v1.SelectionVariant", "chartAnnotationPath": "UI.Chart", "presentationAnnotationPath": "com.sap.vocabularies.UI.v1.PresentationVariant", "selectionPresentationAnnotationPath": "com.sap.vocabularies.UI.v1.SelectionPresentationVariant", "identificationAnnotationPath": "com.sap.vocabularies.UI.v1.Identification", "navigation": "dataPointNav" } }
Hi Pradeep,
You may also refer to: SAP Fiori Overview Page – Navigation concepts
Add comment