on ‎2024 Jun 19 9:46 AM
Hello,
I have an external ODATA service (MS Graph user API) which I want to use for a user search in a CAP application (based on a value help dialog).
So this works in general and I'm able to retrieve the initial set of data. But if the search returns more data the table tries to load the additional records with a $skip call the the MS Graph API. The api does not support these call and returns an exception.
Error during request to remote service: '$skip' is not supported by the service.
So I added the annotation:
@Capabilities.SkipSupported: false
entity users as projection on app.users;
But this setting has no influence on the value help. So the call is send with the $skip parameter...
Anybody an idea ?
Request clarification before answering.
did you try removing the skip by implementing a "before" handler?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 8 | |
| 7 | |
| 6 | |
| 6 | |
| 5 | |
| 3 | |
| 3 | |
| 3 | |
| 3 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.