on ‎2019 Aug 18 8:18 PM
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
Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@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 ?
Check if your service returns properties as per the structure given here - OData Structure for Dynamic App Launchers.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 11 | |
| 7 | |
| 6 | |
| 5 | |
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.