I am working with B2B ecommerce channel data integration between D365 FO and Ecommerce Channel like Magento.
Where i need pull out customer credit remaining of credit limit of specific customer from D365 FO to Magento.
Note: i am using the integration pattern is Odata API with Data Entities.
Since , Credit Remaining value is a calculated uisng temp table of type in memory i can not use data entity creation.
Is there any other way we could read this information and push to the external system using Odata API ?