Hi Experts,
I'm exposing a table using a xsodata file, and everything works as expected, I can GET, POST, PUT and so on.
But now, I need to adapt my application to multiple users, and each user needs to see just its own information. To do so, I'm planning to use views and analytic privileges, then, I can replace the table by the view in the service definition, and everything will work as expected, at least when GETting the information...
... but what about the POST, PUT and DELETE? I cannot do any of these on a view directly. I'll need to keep the table as an additional service in my xsodata file to support other functions than GET?
Any ideas would be helpful.
Best regards,
Roberto Falk