Skip to content

Commit 2d3bb65

Browse files
committed
Write data - proof
1 parent 961cda6 commit 2d3bb65

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/en/docs/howto/integration/write-data-to-another-app.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ This how-to builds on the information provided in [How to Share Data Between App
1616
This how-to teaches you how to do the following:
1717

1818
* Expose updatable OData entities, attributes, and associations in Mendix Studio Pro
19-
* See which capabilities a particular entity, attribute, or association has in the Catalog
19+
* See which capabilities a particular entity, attribute, or association has in the [Catalog](https://catalog.mendix.com/)
2020
* Consume an updatable OData resource in your Mendix app
2121

22-
The OData protocol allows data to be read, created, updated, and deleted. Mendix Studio Pro takes advantage of some of these capabilities. The Catalog uses developer-familiar shorthand for these features, while Mendix Studio Pro uses the OData definitions.
22+
The OData protocol allows data to be read, created, updated, and deleted. Studio Pro takes advantage of some of these capabilities. The Catalog uses developer-familiar shorthand for these features, while Studio Pro uses the OData definitions.
2323

2424
Note the following terminology differences described in the table below:
2525

@@ -51,7 +51,7 @@ The updatable OData capability relates to the data in your app. The Catalog prov
5151

5252
To see the capabilities of a particular OData entity, do the following:
5353

54-
1. Go to the Catalog and search for the name of an exposed OData service endpoint, entity, attribute, or association. For more information, see the [Using the Catalog and Curating Your Own Service](/howto/integration/share-data/#use-and-curate) section in *Share Data Between Apps*.
54+
1. Go to the [Catalog](https://catalog.mendix.com/) and search for the name of an exposed OData service endpoint, entity, attribute, or association. For more information, see the [Using the Catalog and Curating Your Own Service](/howto/integration/share-data/#use-and-curate) section in *Share Data Between Apps*.
5555
2. Select your entity from the left-side search results pane. If you do not see many results, try removing the **Production** filter on your search.
5656

5757
Notice the highlighted **CRUD** letters next to the entity name in the search panel and in the detailed information in the center. The purple letters indicate which operations are supported, and the gray letters indicate which are not. Hover over the letters to see which operations are supported. You will also see any OData restrictions here.

0 commit comments

Comments
 (0)