Hi Cloud Experts,
I got a requirement to get My Accounts details in OData Services like we get this in C4C based on the user logged in they will get My Account details as displayed in below image.
So same thing i want to get in OData service, i want to know the flow to reach My account details.
Kindly help me in this..
Thanks,
Siraj.
Hi Siraj
Does HCP have some tutorials on how to create the widgets? You design the UI in HCP and call our odata service to get the data. Have you tried designing any widgets yet?
@Prabhat Raman Former Member - can you help or guide or have someone from HCP help Siraj get started on widget design?
-ginger
Hello Siraj
pl make use of right filters in odata service to get the same results as you get in MyAccount.
MyAccount shows the given results either because of Territory is scope in your tenant or you are the owner of the account, or ...
so pl check the C4C system scope.
for OData service to return the same result, you need to formulate the right query like (example)
https://<c4c tenant>/sap/byd/odata/v1/c4codata/AccountCollection?$OwnerID=xyz
Prabhat
Add a comment