Skip to content

Commit f3b6e5b

Browse files
committed
Share data - proof
1 parent 2d3bb65 commit f3b6e5b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

content/en/docs/howto/integration/share-data-between-apps.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ aliases:
1717

1818
## 1 Introduction
1919

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:
2121

2222
* Create an app in Mendix Studio Pro
2323
* Publish an entity from the app and register it in the Catalog
2424
* Use the Catalog to explore the data sources from the organization that are registered as assets
2525
* Connect to the registered asset that you published earlier and use it in a new app
2626
* 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/)
2828

2929
## 2 Prerequisites
3030

@@ -34,10 +34,10 @@ Before starting this how-to, make sure you have completed the following prerequi
3434

3535
## 3 Creating an App {#createapp}
3636

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:
3838

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**.
4141
3. In the **Toolbox**, select **Entity** and drag it into the domain model.
4242
4. Double-click the entity to open its properties and set its **Name** to *Customer*.
4343
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.
5757
{{< figure src="/attachments/catalog/share-data/overview-pages-for-customer-entity.png" >}}
5858

5959
11. In the **App Explorer**, double-click **Home_Web** to open the **Home_Web** page.
60-
12. From the **App Explorer** drag **Customer_Overview** into the empty **Auto-fill** container under the *Home* banner.
60+
12. From the **App Explorer**, drag **Customer_Overview** into the empty **Auto-fill** container under the **Home** banner.
6161

62-
You have created a simple app with the entity **Customer**, and a web page where we can view and edit details for this entity.
62+
You have created a simple app with the entity **Customer**, and a web page where you can view and edit details for this entity.
6363

64-
Go ahead and customize the home page further by changing the banner text.
64+
Customize the home page further by changing the banner text.
6565

6666
## 4 Publishing to the Catalog {#publishing}
6767

0 commit comments

Comments
 (0)