You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/howto/integration/share-data-between-apps.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,15 +65,15 @@ Customize the home page further by changing the banner text.
65
65
66
66
## 4 Publishing to the Catalog {#publishing}
67
67
68
-
You need to register the **Customer** entity in the Catalog to use this entity in other apps. To do this, you need to expose the **Customer** entity in a [Published OData service](/refguide/published-odata-services/) in Mendix Studio Pro. OData v3 and OData v4 are REST-based protocols and standard formats for registering services in the Catalog.
68
+
You need to register the **Customer** entity in the Catalog to use this entity in other apps. To do this, expose the **Customer** entity in a [Published OData service](/refguide/published-odata-services/) in Studio Pro. OData v3 and OData v4 are REST-based protocols and standard formats for registering services in the Catalog.
69
69
70
70
Do the following:
71
71
72
-
1. In the App Explorer, right-click **MyFirstModule**. From the drop-down list, select **Add a folder**. Name it *APIs*.
72
+
1. In the App Explorer, right-click **MyFirstModule**. From the drop-down list, select **Add a folder** and name it*APIs*.
73
73
74
74
{{% alert color="info" %}}The published OData service functions as an API to your app. Some apps may have several published services, so it is good practice to keep them together in a folder for each module.{{% /alert %}}
75
75
76
-
2. In the **Domain Model**, right-click the **Customer** entity and select **Expose as OData resource…**.
76
+
2. In the **Domain model**, right-click the **Customer** entity and select **Expose as OData resource…**.
{{% alert color="info" %}} Make a note of the **Exposed set name**. This defaults to the **Exposed name** with an "**s"** added to the end. When the service is registered in the Catalog, the **Exposed set name** will be displayed as the available **Dataset**. {{% /alert %}}
90
+
{{% alert color="info" %}} Make a note of the **Exposed set name**. This defaults to the **Exposed name** with an "**s"** added to the end. When the service is registered in the Catalog, the **Exposed set name** will be displayed as the available **Dataset**. {{% /alert %}}
91
91
92
92
5. Click **OK** twice to display the **OData Service** document that will be registered in the Catalog. In the **General** tab, notice the **Version** number.
93
93
@@ -97,7 +97,7 @@ Do the following:
97
97
98
98
6. Click **Publish** in the top bar to deploy the app and publish it. When prompted, click **Save and continue** to save any unsaved changes to the app.
99
99
100
-
7. The app is deployed, and the OData service is automatically registered in the Catalog. Click **View App** to open the app in a browser.
100
+
7. The app is deployed and the OData service is automatically registered in the Catalog. Click **View App** to open the app in a browser.
101
101
8. On the app's home page, click **Customers Overview**.
102
102
9. Add data to the app. Click **New** to add data for a customer entry.
103
103
@@ -113,7 +113,7 @@ Do the following:
113
113
114
114
1. Go to the [Catalog](https://catalog.mendix.com/).
115
115
116
-
2. In the search field, enter the search term *{yourname}*. All services and datasets that satisfy this search string are displayed in the **Search Results** pane in the **Search Details** screen. However, the service does not appear in the **Search Results** yet, as by default, a filter is set to show results in **Production** environments.
116
+
2. In the search field, enter the search term *{yourname}*. All services and datasets that satisfy this search string are displayed in the search results pane. However, the service does not appear in the search results yet, as by default, a filter is set to show results in **Production** environments.
117
117
3. In the panel on the left, click **Filter** to see the **Filters** dialog box.
118
118
4. Your app was deployed to the **Mendix Free App** or **Sandbox** environment. Check **Sandbox** to include it in the search results, then click **Apply**:
0 commit comments