cancel
Showing results for 
Search instead for 
Did you mean: 

SAP build work zone, Custom Visualization of Tile is not opening the app when clicked on it

dipender002
Explorer
0 Kudos
334

Hello SAP Community,

I am facing an issue regarding the SAP work zone. I am using Custom Visualization of Tile as described in below documentation and blogs - 

https://help.sap.com/docs/build-work-zone-standard-edition/sap-build-work-zone-standard-edition/impl...
and
https://community.sap.com/t5/technology-q-a/implement-a-custom-visualization-tile-launchpad/qaq-p/12...

I have deployed it to SAP build work zone, and the visualization is working, but  when I click on the tile it is not redirecting me to the app with sematic object-action instead it is on #Shell-home only and there are no errors in console as well.

dipender002_0-1727350575311.png

To check the code, here are the github link of both apps are as follows (mainly changes are in manifest.json file) - 

HTMl5 custom tile - https://github.com/Dipesh1001/html5.customtile

Demo Fiori Project - https://github.com/Dipesh1001/project1

 

Looking Forward to solution.

Thanks and Regards, 

Dipender

 

 

 

 

View Entire Topic
yogananda
Product and Topic Expert
Product and Topic Expert
0 Kudos

@dipender002 @Kamakhya 

As you pointed rightly, your manifest.json needs to be improved further as per first glance from your repo...

Please check with below help documentation which will find the sample structure to get adjusted in your repo - manifest.

https://help.sap.com/docs/build-work-zone-standard-edition/sap-build-work-zone-standard-edition/expo...

 

Kamakhya
Associate
Associate
0 Kudos
I was able to achieve this - but the custom tile doesn't navigate to the main app. Any suggestions on this?