cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Fiori LaunchPad Dynamic Tile from xsjs hana

fjcvsap
Participant
0 Likes
375

Hi,

I would like know it is possible to add a dynamic from xjsj to tile in Fiori Lauch Pad. My xsjs retrurn a select count from a table and I added to the url of my xjsj into dynamic - Service URL of my Fiori Lacuh Pad and its not working.

Please advise.

Thanks,

Best

Accepted Solutions (0)

Answers (2)

Answers (2)

fjcvsap
Participant
0 Likes

Hi,

This is the respones of my xsjs:

$.response.setBody(JSON.stringify({
"d": { "icon": "sap-icon://travel-expense",
"info": "Quarter Ends!",
"infoState": "Critical",
"number": 43.333,
"numberDigits": 1,
"numberFactor": "k",
"numberState": "Positive",
"numberUnit": "EUR",
"stateArrow": "Up",
"subtitle": "Quarterly overview",
"title": "Travel Expenses"}

}));

and the problem is that the domain of the of my services xsjs is not the same of my Fiori Lauch Pad, and I get error 404.

I have different account in my SCP and the xsjs it was developmented in a different account that my Fiori Lauch Pad, Could be this the problem?

Best

khannarp3003
Explorer
0 Likes

@saurabh_vakil: We are facing issue in fetching the data in number as passing the similar xsjs call in dynamic tile. Can you please help on this ? 

saurabh_vakil
Active Contributor
0 Likes

Check if your service returns properties as per the structure given here - OData Structure for Dynamic App Launchers.