on 2023 Oct 19 12:42 PM
Dear colleagues,
Following the "Get Started on SAP BTP with SAPUI5/Fiori - Create a Hello World App" mission in the discovery center,added the configuration to the manifest.json for deployment:
crossNavigation": { "inbounds": { "helloworld-show": { "semanticObject": "Dynamic", "action": "display", "title": "{{flpTitle}}", "info": "{{appTitle}}", "subTitle": "{{flpSubtitle}}", "icon": "", "signature": { "parameters": {}, "additionalParameters": "allowed" }
and ......
"sap.cloud": { "public": true, "service": "ionovotiquehelloworldui5" }
Outside of the mission I also referenced the work zone help on how to configure the app for integration into Work zone. When I go to Content Explorer in work zone it does not appear (even after refreshing in the content channel). The issue is that its not possible to troubleshoot. Some pointers to where I can check if there are errors or a troubleshooting guide would be helpful.
The app deploys successfully and runs from the cockpit.
thank you,
David
Request clarification before answering.
The issue was in the manifest.json:
there was a mismatch between sap.app.id and crossNavigation.inbounds parameters. Somehow the sap.app.id should be with "." and the crossNavigation with "-" (I can't find an explanation for this - might help me remember):
"sap.app": { "id": "io.novotique.helloworldui5", "crossNavigation": { "inbounds": { "io-novotique-helloworldui5": { "semanticObject": "Dynamic", "action": "display", "title": "{{flpTitle}}", "info": "{{appTitle}}", "subTitle": "{{flpSubtitle}}", "icon": "", "signature": { "parameters": {}, "additionalParameters": "allowed" } } } }
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
33 | |
21 | |
16 | |
8 | |
7 | |
6 | |
5 | |
4 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.