cancel
Showing results for 
Search instead for 
Did you mean: 

Create Dynamic App launcher Fiori Tile

0 Kudos

Hi all.

I have read a lot of information about "Dynamic Tile" but I can't repeat it.

For first I want get something like this DynamicTile

Could you help me please?

In "Service URL" I used different ways like:

/sap/opu/odata/sap/ZEDMS_TILE_SRV/EDMS_TileSet('03')/?$format=json
/sap/opu/odata/sap/ZEDMS_TILE_SRV/EDMS_TileSet('03')/
/sap/opu/odata/sap/ZEDMS_TILE_SRV/EDMS_TileSet('03')/$count

In result all doesn't work

In first tile I use ".../$count"

In other one were:

".../EDMS_TileSet('03')/?$format=json"

".../EDMS_TileSet('03')/"

Accepted Solutions (0)

Answers (1)

Answers (1)

pjcools
Active Contributor
0 Kudos

Hi Nikolay

Not sure the scenario you are trying here - would be good if you provided additional information on what you are trying to achieve.

Not sure what the '03' stands for but essentially you should set the Service URL to be a count of the main entity set that provides the worklist of items. You don't need the format=json option but you can use the $count option. Trick is to use this on a web browser and if it works it will present the count number.

Thanks

Phil Cooley