cancel
Showing results for 
Search instead for 
Did you mean: 

Request count on the tile for custom inbox

former_member338801
Participant
0 Kudos

Hi Experts,

I need to show the count of requests in approvers bucket. I have to achieve this on the basis of user session. Is it possible to achieve so or do I need seprate odata service build.

Current service : sap/opu...ztest_srv/EntitySet(userid)/$count

Returns list of request on the basis of userid. Let me know if you need any more details.

Thanks and regards,

RK

former_member338801
Participant
0 Kudos

Any other suggestions in the same way I asked? Userid should come from sessions then it will be easy and no need to change in service. Hardcore developer suggestion required.

Thanks and Regards,

RK

Accepted Solutions (0)

Answers (1)

Answers (1)

saurabh_vakil
Active Contributor
0 Kudos

Please check whether your OData service URL that is expected to return the count of pending requests conforms to the structure mentioned here - OData Structure for Dynamic App Launchers. If it does, then you should be able to use the same URL within the Service URL field in the Dynamic Data section of the tile properties.

You can also refer this blog - Dynamic Fiori Launchpad Tile Explained.