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
3. In the **Select Published OData Service** dialog box, select the **MyFirstModule** > **APIs** folder and click **New** to add a new OData service to this folder.
4. Name the published OData service *{yourname}CustomerODataService* and click **OK**. The new **{yourname}CustomerODataService** is added to the module.
85
85
5. In the **Choose key** dialog box, move the attributes you want to be the key from **Available attributes** to **Key attributes**.
{{% 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 %}}
93
93
94
94
7. Click **OK** to display the **OData Service** document that will be registered in the Catalog. In the **General** tab, notice the **Version** number.
Under **Entities**, the **Customer** entity is listed. The details of the entity are displayed on the right. To expose more entities in the service, add them in this field.
99
99
@@ -103,7 +103,7 @@ Do the following:
103
103
10. On the app's home page, click **Customers Overview**.
104
104
11. Add data to the app. Click **New** to add data for a customer entry.
When this entity set is consumed by another app via the Catalog, the other app will see the data entered here.
109
109
@@ -118,13 +118,13 @@ Do the following:
118
118
2. Click **Browse** and enter the search term *{yourname}*. All services and datasets that satisfy this search string are displayed in the search results pane.
119
119
3. In this scenario, your app was deployed to the **Sandbox** environment. To search within this environment, click **Filter** > Check **Sandbox** > **Apply**.
4. From the new search results list on the left, select the *{yourname}CustomerODataService* service. Full details from the OData contract for the service are displayed on the right.
124
124
125
125
You have permissions edit the metadata for this service in the Catalog and are a **Technical Owner**. To edit the metadata, click the edit icon in the top-right corner of the Data Source field.
{{% alert color="info" %}}For more information about roles in the Catalog, see [User Roles](/catalog/manage/user-roles/).{{% /alert %}}
130
130
@@ -141,7 +141,7 @@ To do this, follow the steps below:
141
141
3. In the Integration pane, enter the search string *{yourname}*.
142
142
4. By default, search in the Integration pane only shows services in **Production** environments. Your app was deployed as a **Sandbox** app. Click the **Filter** icon next to the search and check **Show development environments**.
The search results now include **{yourname}CustomerOData_service** from your Mendix Cloud **Sandbox** environment.
147
147
@@ -179,7 +179,7 @@ You can view the two apps that you have created in the Landscape and see how the
179
179
2. Find your service using the search pane. Remember to use the filter to ensure you can see **Sandbox** apps.
180
180
3. Click **Landscape View** to see a visual representation of your apps (rounded squares), services (circles), and connections (lines). The number of entity sets/datasets that have been exposed appears beneath the service.
The service **{yourname}CustomerODataAPI** is linked by a solid line to the running instance of **{yourname}CustomerCustomerServiceApp**, which is deployed as a Free App.
Copy file name to clipboardExpand all lines: content/en/docs/refguide/modeling/integration/share-data-sources/write-data-to-another-app.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ Notice the highlighted **CRUD** letters next to the entity name in the search pa
62
62
63
63
Just like in the Catalog, you can see the **CRUD** capabilities of entities, attributes, and associations inside the [Integration pane](/refguide/integration-pane/) of Studio Pro.
0 commit comments