cancel
Showing results for 
Search instead for 
Did you mean: 

Custome tile cannot find the tile configuration page

Former Member
0 Kudos

Hi All

The fiori now deploy on the front-end server。we create the tile content by using SAP UI5 and OData for the data from Hana.

we want to realize a function .User will enter a web-page when use can click the tile.

We found that the dynamic tile and static tile will have the configuration page when click the tile on fiori admin page. we can set the target URL on the fiori configuration page.

But when we click the tile we create(Tile content developed by SAP UI5) , nothing happened.

Do we miss something? How to call the tile configuration page.

Or do we have a better way to realize this function?

Thank you!

Willy

Accepted Solutions (0)

Answers (2)

Answers (2)

saurabh_vakil
Active Contributor
0 Kudos

Hi Willy,

If the BO document is accessible via a URL then you can create a static app launcher tile and configure the URL in the tile's Target URL property. However if the BO document resides in another system than the gateway system then you would have to provide User ID and password or configure SSO between the BO and gateway systems.

Regards,

Saurabh

Former Member
0 Kudos

Hi Saurabh

SSO all works fine.

So you mean we only can create "static app launcher tile" to configure the Target URL?

If the user want to use the custom tile ,which not only the title on the tile?

Thank you!

Willy

saurabh_vakil
Active Contributor
0 Kudos

Hi Willy,

Can you shed more light on what you expect to open when you click on the tile? Is it some custom SAPUI5 application?

Regards,

Saurabh

Former Member
0 Kudos

Hi Saurabn

Thank you for the reply.

I expect to open the BO( Design studio ) document link. No the SAPUI5 custom APP.

We want to config one tile for one Bo document.


Willy