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

Dynamic URL in Fiori Overview page link cards

Ivko
Associate
Associate
0 Kudos
251

Hi,

I want to set dynamic URL in Fiori Overview page link cards which will be different for each tenant (root of the URL will be different).

E.g. from manifest.json

...
"cards": {
"linkCard1": {
"model": "mainModel",
"sequencePos": 1,
"template": "sap.ovp.cards.linklist",
"settings": {
"title": "Card Title",
"showFilterInHeader": true,
"showBasicSearch": true,
"listFlavor": "standard",
"entitySet": "Links",
"staticContent": [
{
   "title": "APP URL title",
   "subTitle": "",
   "imageUri": "sap-icon://chart-table-view",
   "imageAltText": "APP URL title",
   "targetUri": "${tenantUrl}/someAddress",
   "openInNewWindow": true
},
...

Best regards,
Ivan

Accepted Solutions (0)

Answers (0)