HANA XSA 中 Fiori 启动板中的动态磁贴。如何?
Dynamic tile in Fiori launchpad in HANA XSA. How?
我们如何在 HANA XSA 的 fiori launchpad 模块中创建动态磁贴。
能否分享一些 link 或文档。
谢谢,
希瓦姆
您需要更新 crossNavigation 下应用程序的 manifest.json 文件。
“indicatorDataSource”部分使图块动态化,例如
…
“crossNavigation”: {
“inbounds”: {
“SalesPerformanceDisplay”: {
“semanticObject”: “SalesPerformance”,
“action”: “Display”,
“deviceTypes”: {
“desktop”: true,
“tablet”: true,
“phone”: true
},
“info”: “”,
“icon”: “sap-icon://Fiori2/F0365”,
“indicatorDataSource”: {
“path”: “/product_sales/resources/sap/demo/dynamictile/dynamic.json”,
“refresh”: “6000”,
“displayNumberUnit”: “%”
},
…
有关详细信息,请在此处查看以下文档:
https://help.sap.com/saphelp_uiaddon10/helpdata/en/4d/2b9e3c92e54b2192f031a2941927d6/content.htm
和这里:
https://help.sap.com/saphelp_snc700_ehp04/helpdata/de/be/0cf40f61184b358b5faedaec98b2da/frameset.htm
我们如何在 HANA XSA 的 fiori launchpad 模块中创建动态磁贴。 能否分享一些 link 或文档。
谢谢, 希瓦姆
您需要更新 crossNavigation 下应用程序的 manifest.json 文件。 “indicatorDataSource”部分使图块动态化,例如
…
“crossNavigation”: {
“inbounds”: {
“SalesPerformanceDisplay”: {
“semanticObject”: “SalesPerformance”,
“action”: “Display”,
“deviceTypes”: {
“desktop”: true,
“tablet”: true,
“phone”: true
},
“info”: “”,
“icon”: “sap-icon://Fiori2/F0365”,
“indicatorDataSource”: {
“path”: “/product_sales/resources/sap/demo/dynamictile/dynamic.json”,
“refresh”: “6000”,
“displayNumberUnit”: “%”
},
…
有关详细信息,请在此处查看以下文档: https://help.sap.com/saphelp_uiaddon10/helpdata/en/4d/2b9e3c92e54b2192f031a2941927d6/content.htm 和这里: https://help.sap.com/saphelp_snc700_ehp04/helpdata/de/be/0cf40f61184b358b5faedaec98b2da/frameset.htm