Replies: 4 comments
-
Interesting! Read more: |
Beta Was this translation helpful? Give feedback.
-
Ah, that would explain. Another message, hence why the RetrieveMultiple was never triggered. Good to know :) Maybe on a (small) sidenote: ExecuteFetchRequest is actually deprecated, but apparantly it still works :) But that also means the "Raw result" is not the preferred way to go.
|
Beta Was this translation helpful? Give feedback.
-
Thanks for that help - created a new issue #726 |
Beta Was this translation helpful? Give feedback.
-
Keep up the awesome work thumbsup |
Beta Was this translation helpful? Give feedback.
-
Having a RetrieveMultiple plugin on a specific entity, "Raw result" doesn't show results whereas all other formats (JSON, XML, View) show the correct output.
If I throw purposely an exception in the RetrieveMultiple, all other formats give me the desired exception (which means the RetrieveMultiple has been triggered), except for the "Raw result" which just shows me
<resultset morerecords="0" />
What's the difference between executing a fetch as "Raw result" and the others? What kind of query does it uses behind the scenes?
Beta Was this translation helpful? Give feedback.
All reactions