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/write-data-to-another-app.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,10 +16,10 @@ This how-to builds on the information provided in [How to Share Data Between App
16
16
This how-to teaches you how to do the following:
17
17
18
18
* 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/)
20
20
* Consume an updatable OData resource in your Mendix app
21
21
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.
23
23
24
24
Note the following terminology differences described in the table below:
25
25
@@ -51,7 +51,7 @@ The updatable OData capability relates to the data in your app. The Catalog prov
51
51
52
52
To see the capabilities of a particular OData entity, do the following:
53
53
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*.
55
55
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.
56
56
57
57
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