on ‎2020 Jul 04 12:26 AM
Hello community,
I'm trying to create a custom tile that brings dynamic information (i.e: weather, stock prices, etc.) from a custom API call that returns a JSON structure.
In the SAP Help Documentation Portal, it is mentioned as possible, but I'm not being able to make it.
Has somebody already created a Dynamic Content for a Custom Tile?
Regards.
Request clarification before answering.
Hi, to all.
We have successfully created a service (java tomcat 7 webprofile) that returns the correct json for a dynamic tile. There remains only one problem, if the service is hosted in SAP NEO, then it is not yet clear how to achieve correct authorization. SF home page calls the address of our service and such a call is made with an authorization error from BTP.
It seems SAP SuccessFactors home page did not send Authorization header to BTP
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ok, I got it. Then I'll try again with a valid API.
Thanks a lot Amal.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Amal,
How to know/view or define the expected structure of a SuccessFactors HomePageV3 dynamic tile?
Regards.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Alexis ,
Your json does not have the expected structure for the dynamic tile .
And the CORS response header needs to be added in your app response .Please Check the JSP example.
Regards.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Amal,
Currently I am trying to get information coming from a public API (Json Response) and capture some of its results in a dynamic custom tile (as shown in the SAP documentation of the link I sent previously).
This is in successFactors, HomePageV3.

This is an example of what I want and the API response came from here:
http://bip-servicio.herokuapp.com/api/v1/solicitudes.json?bip=123456
Thanks and regards.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 8 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.