cancel
Showing results for 
Search instead for 
Did you mean: 

How to create custom dynamic tile for mashup with authentication

ec1
Active Participant
0 Kudos

Dear community,

We have a combination of three different systems, EC, ECP and SCP. The mashup is deployed in SCP & it accesses OData API hosted in ECP. The extension is displayed as a tile on EC Home Page.

We have been using static tile and it's working fine. However, there is a request from business to display a counter on the tile which means that we have to change to dynamic tile.

We have built a REST API in ECP to serve json for dynamic content. Please find screenshot attached.

We also have made sure that the API/URL is CORS enabled as you can see that access-control-* headers are returned.

However, we're not sure what to populate for iFrame path and/or Popup path. Please find screenshots of the dynamic tile attached.

We're not sure how URL for iFrame path is supposed to response to call from the tile.

Any help/example would be appreciated.

Regards,

Steve

Accepted Solutions (0)

Answers (1)

Answers (1)

siddharthrajora
Product and Topic Expert
Product and Topic Expert
0 Kudos

just trying to understand, if you directly embed in EC, instead of SCP, why SCP was required?

is it a custom made Mashup in SCP or standard mashup from ECP rendered in EC?

ec1
Active Participant
0 Kudos

Hi Siddharth,

It's a custom made mashup.

Steve