Skip to Content
-1
Dec 02, 2022 at 02:52 PM

Exposing a Custom Entity as a query instead of an OData service

379 Views

I recently created a custom entity to solve a complex query. It worked great and I am a fan of the custom entity. Unfortunately I couldn't employ it, as the use case was for an SAC live connection query. My understanding is that custom entities can only be exposed and consumed as OData services, and OData is not compatible with SAC live connection, which is a hard requirement. Is this true and if so is there a work around?