2024 Nov 13 10:15 AM - edited 2024 Nov 13 10:55 AM
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
Request clarification before answering.
| User | Count |
|---|---|
| 6 | |
| 5 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.