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
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,14 +17,14 @@ aliases:
17
17
18
18
## 1 Introduction
19
19
20
-
This how-to will demonstrate how easy it is to build apps using data from different sources using the Catalog. The steps describe the following:
20
+
This how-to will demonstrate how easy it is to build apps using data from different sources using the [Catalog](https://catalog.mendix.com/). The steps describe the following:
21
21
22
22
* Create an app in Mendix Studio Pro
23
23
* Publish an entity from the app and register it in the Catalog
24
24
* Use the Catalog to explore the data sources from the organization that are registered as assets
25
25
* Connect to the registered asset that you published earlier and use it in a new app
26
26
* Change data in the original app and see it updated in the new or consuming app
27
-
* See the network of shared data in the Landscape
27
+
* See the network of shared data in the [Landscape](/catalog/manage/landscape/)
28
28
29
29
## 2 Prerequisites
30
30
@@ -34,10 +34,10 @@ Before starting this how-to, make sure you have completed the following prerequi
34
34
35
35
## 3 Creating an App {#createapp}
36
36
37
-
Follow these steps to create a simple app in Mendix Studio Pro.
37
+
Follow these steps to create a simple app in Studio Pro:
38
38
39
-
1. In Studio Pro, click **New App**to create a new app using the **Blank** app template. Fill in the **App Name** as *{yourname}CustomerServiceApp* and select **Create app**.
40
-
2. In the App Explorer, double-click the **Domain Model** in **MyFirstModule**.
39
+
1. In Studio Pro, click **New App**and choose the **Blank** app template. Fill in the **App Name** as *{yourname}CustomerServiceApp* and select **Create app**.
40
+
2. In the App Explorer, double-click the **Domain model** in **MyFirstModule**.
41
41
3. In the **Toolbox**, select **Entity** and drag it into the domain model.
42
42
4. Double-click the entity to open its properties and set its **Name** to *Customer*.
43
43
5. In the **Attributes** tab, click **New** and do the following:
@@ -57,11 +57,11 @@ Follow these steps to create a simple app in Mendix Studio Pro.
0 commit comments