cancel
Showing results for 
Search instead for 
Did you mean: 

how to add dynamic text to standard fiori launchpad tiles

Former Member
0 Kudos

hi,

is it possible to add dynamic text to standard tiles?

My requirement is for sap CRM server.i need to make changes in the standard tile text.

Is there any way to edit the standard tile??

Accepted Solutions (1)

Accepted Solutions (1)

former_member182874
Active Contributor
0 Kudos

Hi Resha,

As you know we have Static Tile and Dynamic Tile.

Your requirement can be achieved using a Dynamic Tile. You need to create an odata service which will have your text in response. Dynamic logic you would have to write in the RFC or GW service and should execute depending on the refresh interval you mention in the Tile configuration.

Go to Dynamic Tile configuration and add your odata service URL and the Odata structure you need to create are below .

In order to feed an app launcher with dynamic content, you have to create an OData service that returns the configuration properties as in the following example structure:

{

                "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",

                     }

}

If you just want to display a count on your tile which would change dynamically, you can achieve by appending $Count at the end of the Service URL.

Dynamic nature is managed by Refresh Interval

Regards,

Tejas

Answers (1)

Answers (1)

agentry_src
Active Contributor
0 Kudos

Not an SAPUI5 related question, so moving to SAP Fiori community.

Regards, Mike (Moderator)