Skip to content

Commit 8258455

Browse files
committed
Revise paths and rename images
1 parent 02014c2 commit 8258455

26 files changed

+38
-38
lines changed

content/en/docs/refguide/modeling/integration/share-data-sources/share-data-between-apps.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,15 @@ Follow these steps to create a simple app in Studio Pro:
4646

4747
6. Repeat steps 5a and 5b to create attributes *FirstName*, *LastName*, *CompanyName*, *Address* and set type to *String* for all of them.
4848

49-
{{< figure src="/attachments/refguide/modeling/integration/share-data/entity-properties-pane.png" class="no-border" >}}
49+
{{< figure src="/attachments/refguide/modeling/integration/share-data-sources/share-data/entity-properties-pane.png" class="no-border" >}}
5050

5151
7. Click **OK** to save your changes.
5252
8. Right-click the entity and select **Generate overview pages** from the drop-down list.
5353
9. In the **Generate pages** dialog box, make sure **Atlas_Default (Atlas_Core)** is selected as the **Content layout** and click **OK**.
5454
10. In the **Information** pop-up dialog, click **Close**.
5555
Overview pages for the new entity are added in the **OverviewPages** folder of **MyFirstModule**.
5656

57-
{{< figure src="/attachments/refguide/modeling/integration/share-data/overview-pages-for-customer-entity.png" class="no-border" >}}
57+
{{< figure src="/attachments/refguide/modeling/integration/share-data-sources/share-data/overview-pages-for-customer-entity.png" class="no-border" >}}
5858

5959
11. In the **App Explorer**, double-click **Home_Web** to open the Home_Web page.
6060
12. From the **App Explorer**, drag **Customer_Overview** into the empty Auto-fill container under the Home banner.
@@ -75,25 +75,25 @@ Do the following:
7575

7676
2. In the **Domain model**, right-click the **Customer** entity and select **Publish in OData service...**.
7777

78-
{{< figure src="/attachments/refguide/modeling/integration/share-data/publish-in-odata-resource.png" class="no-border" >}}
78+
{{< figure src="/attachments/refguide/modeling/integration/share-data-sources/share-data/publish-in-odata-resource.png" class="no-border" >}}
7979

8080
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.
8181

82-
{{< figure src="/attachments/refguide/modeling/integration/share-data/select-published-odata-service.png" class="no-border" >}}
82+
{{< figure src="/attachments/refguide/modeling/integration/share-data-sources/share-data/select-published-odata-service.png" class="no-border" >}}
8383

8484
4. Name the published OData service *{yourname}CustomerODataService* and click **OK**. The new **{yourname}CustomerODataService** is added to the module.
8585
5. In the **Choose key** dialog box, move the attributes you want to be the key from **Available attributes** to **Key attributes**.
8686

87-
{{< figure src="/attachments/refguide/modeling/integration/share-data/choose-key.png" class="no-border" >}}
87+
{{< figure src="/attachments/refguide/modeling/integration/share-data-sources/share-data/choose-key.png" class="no-border" >}}
8888
6. Click **OK** to see the **Edit published entity** dialog.
8989

90-
{{< figure src="/attachments/refguide/modeling/integration/share-data/edit-published-resource-box.png" class="no-border" >}}
90+
{{< figure src="/attachments/refguide/modeling/integration/share-data-sources/share-data/edit-published-resource-box.png" class="no-border" >}}
9191

9292
{{% 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 %}}
9393

9494
7. Click **OK** to display the **OData Service** document that will be registered in the Catalog. In the **General** tab, notice the **Version** number.
9595

96-
{{< figure src="/attachments/refguide/modeling/integration/share-data/customer-odata-service-page.png" class="no-border" >}}
96+
{{< figure src="/attachments/refguide/modeling/integration/share-data-sources/share-data/customer-odata-service-page.png" class="no-border" >}}
9797

9898
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.
9999

@@ -103,7 +103,7 @@ Do the following:
103103
10. On the app's home page, click **Customers Overview**.
104104
11. Add data to the app. Click **New** to add data for a customer entry.
105105

106-
{{< figure src="/attachments/refguide/modeling/integration/share-data/add-data-in-app.png" alt="external entities" class="no-border" >}}
106+
{{< figure src="/attachments/refguide/modeling/integration/share-data-sources/share-data/add-data-in-app.png" alt="external entities" class="no-border" >}}
107107

108108
When this entity set is consumed by another app via the Catalog, the other app will see the data entered here.
109109

@@ -118,13 +118,13 @@ Do the following:
118118
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.
119119
3. In this scenario, your app was deployed to the **Sandbox** environment. To search within this environment, click **Filter** > Check **Sandbox** > **Apply**.
120120

121-
{{< figure src="/attachments/refguide/modeling/integration/share-data/filter-box.png" alt="Catalog screen" class="no-border" >}}
121+
{{< figure src="/attachments/refguide/modeling/integration/share-data-sources/share-data/filter-box.png" alt="Catalog screen" class="no-border" >}}
122122

123123
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.
124124

125125
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.
126126

127-
{{< figure src="/attachments/refguide/modeling/integration/share-data/search-details-screen.png" alt="Catalog search details" class="no-border" >}}
127+
{{< figure src="/attachments/refguide/modeling/integration/share-data-sources/share-data/search-details-screen.png" alt="Catalog search details" class="no-border" >}}
128128

129129
{{% alert color="info" %}}For more information about roles in the Catalog, see [User Roles](/catalog/manage/user-roles/).{{% /alert %}}
130130

@@ -141,7 +141,7 @@ To do this, follow the steps below:
141141
3. In the Integration pane, enter the search string *{yourname}*.
142142
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**.
143143

144-
{{< figure src="/attachments/refguide/modeling/integration/share-data/filter-icon.png" alt="Filter Icon" class="no-border" >}}
144+
{{< figure src="/attachments/refguide/modeling/integration/share-data-sources/share-data/filter-icon.png" alt="Filter Icon" class="no-border" >}}
145145

146146
The search results now include **{yourname}CustomerOData_service** from your Mendix Cloud **Sandbox** environment.
147147

@@ -179,7 +179,7 @@ You can view the two apps that you have created in the Landscape and see how the
179179
2. Find your service using the search pane. Remember to use the filter to ensure you can see **Sandbox** apps.
180180
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.
181181

182-
{{< figure src="/attachments/refguide/modeling/integration/share-data/landscape-full-screen.png" class="no-border" >}}
182+
{{< figure src="/attachments/refguide/modeling/integration/share-data-sources/share-data/landscape-full-screen.png" class="no-border" >}}
183183

184184
The service **{yourname}CustomerODataAPI** is linked by a solid line to the running instance of **{yourname}CustomerCustomerServiceApp**, which is deployed as a Free App.
185185

content/en/docs/refguide/modeling/integration/share-data-sources/write-data-to-another-app.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Notice the highlighted **CRUD** letters next to the entity name in the search pa
6262

6363
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.
6464

65-
{{< figure src="/attachments/refguide/modeling/integration/write-data/crud-capabilities.png" alt="crud capabilities" class="no-border" >}}
65+
{{< figure src="/attachments/refguide/modeling/integration/share-data-sources/write-data/crud-capabilities.png" alt="crud capabilities" class="no-border" >}}
6666

6767
To consume an OData entity, do the following:
6868

@@ -80,8 +80,8 @@ How does the published service know that an insert fails? In the publishing app,
8080

8181
The domain model for the publishing app's validation message looks like this:
8282

83-
{{< figure src="/attachments/refguide/modeling/integration/write-data/validate-data-publishing-app.png" alt="publishing app validation" class="no-border" >}}
83+
{{< figure src="/attachments/refguide/modeling/integration/share-data-sources/write-data/validate-data-publishing-app.png" alt="publishing app validation" class="no-border" >}}
8484

8585
In the client app, the error handler would look like this:
8686

87-
{{< figure src="/attachments/refguide/modeling/integration/write-data/validate-data-client-app.png" alt="client app validation" class="no-border" >}}
87+
{{< figure src="/attachments/refguide/modeling/integration/share-data-sources/write-data/validate-data-client-app.png" alt="client app validation" class="no-border" >}}

0 commit comments

Comments
 (0)