From 4b80bf4d854301b533d6ba02be18f0ff5665022c Mon Sep 17 00:00:00 2001 From: Joost Verhoog Date: Tue, 29 Aug 2023 08:27:43 +0200 Subject: [PATCH 1/3] External entities do not require a separate license anymore --- .../docs/refguide/modeling/domain-model/external-entities.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/content/en/docs/refguide/modeling/domain-model/external-entities.md b/content/en/docs/refguide/modeling/domain-model/external-entities.md index 7f7cd24ee30..47221529fbb 100644 --- a/content/en/docs/refguide/modeling/domain-model/external-entities.md +++ b/content/en/docs/refguide/modeling/domain-model/external-entities.md @@ -15,10 +15,6 @@ External entities can be used with local entities. However, as the datasets are To follow how to add external entities from the [Integration Pane](/refguide/integration-pane/), see [Adding External Entities](#adding-external-entities). -{{% alert color="info" %}} -A license is required to use Mendix Data Hub and connect to external data sources through consumed OData services in your apps. -{{% /alert %}} - ## 2 Adding an External Entity to an App {#adding-external-entities} To add an external entity to your app model, follow these steps: From eff65a2e9b26bbabfb588f6a5368f535a2480715 Mon Sep 17 00:00:00 2001 From: Mark van Ments Date: Tue, 29 Aug 2023 09:05:21 +0200 Subject: [PATCH 2/3] Second mention of Data Hub licenses --- .../deploy/general/licensing-apps-outside-mxcloud.md | 1 - 1 file changed, 1 deletion(-) diff --git a/content/en/docs/developerportal/deploy/general/licensing-apps-outside-mxcloud.md b/content/en/docs/developerportal/deploy/general/licensing-apps-outside-mxcloud.md index 4e8b75d3d89..0742297f67d 100644 --- a/content/en/docs/developerportal/deploy/general/licensing-apps-outside-mxcloud.md +++ b/content/en/docs/developerportal/deploy/general/licensing-apps-outside-mxcloud.md @@ -25,7 +25,6 @@ Unlicensed apps, running outside the Mendix Cloud, have a number of restrictions | **Number of Concurrent Users** | 6 | Depends on your pricing plan.¹ ² | | **Time limitation** | Runtime stops after 2-4 hours (randomly chosen) regardless of user activity.³ | Does not have a time limitation. | | **Number of Named Users** | No Limit | Depends on your pricing plan.¹ | -| **Data Hub** | 1000 objects per day | Depends on your pricing plan.¹ | ¹ More information on the capabilities of different license options is available on [Mendix Platform Pricing](http://www.mendix.com/pricing). From 1660f57f9e7c9663e396c5dc6d7fa813dea8348a Mon Sep 17 00:00:00 2001 From: Mark van Ments Date: Fri, 1 Sep 2023 08:48:35 +0200 Subject: [PATCH 3/3] Apps don't have to be licensed to use Catalog --- .../modeling/integration/odata-services/wrap-services-odata.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/refguide/modeling/integration/odata-services/wrap-services-odata.md b/content/en/docs/refguide/modeling/integration/odata-services/wrap-services-odata.md index 99f71c38840..489b675b4c4 100644 --- a/content/en/docs/refguide/modeling/integration/odata-services/wrap-services-odata.md +++ b/content/en/docs/refguide/modeling/integration/odata-services/wrap-services-odata.md @@ -34,7 +34,7 @@ OData is a set of best practices for building REST APIs that standardizes many a ### 2.2 Compatibility with Data Hub -Wrapping a service, API, or database in OData ensures compatibility with the [Catalog](/catalog/). Published OData services are registered automatically in the [Catalog](/catalog/), making them easily usable in other Mendix apps. Discovering and using OData resources in [external entities](/refguide/external-entities/) is made easy for licensed users on a [Mendix Cloud](/developerportal/deploy/mendix-cloud-deploy/), as [published OData Services](/refguide/published-odata-services/) are registered automatically in the [Catalog](/catalog/) and made available in the Studio Pro [Integration Pane](/refguide/integration-pane/). +Wrapping a service, API, or database in OData ensures compatibility with the [Catalog](/catalog/). Published OData services are registered automatically in the [Catalog](/catalog/), making them easily usable in other Mendix apps. Discovering and using OData resources in [external entities](/refguide/external-entities/) is made easy if you are using [Mendix Cloud](/developerportal/deploy/mendix-cloud-deploy/), as [published OData Services](/refguide/published-odata-services/) are registered automatically in the [Catalog](/catalog/) and made available in the Studio Pro [Integration Pane](/refguide/integration-pane/). ## 3 Non-Persistable Entities as Published OData Resources {#npe-published-odata}