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/refguide/modeling/integration/odata-services/consumed-odata-services/consumed-odata-service-requirements.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
@@ -88,7 +88,7 @@ The most commonly used attribute types can be used in your app. The types of the
88
88
| Enumeration | Enumeration |
89
89
| Int64 | Long |
90
90
| String, Guid | String |
91
-
| Collection | List (see [Collection Attributes](#collection-properties) below) |
91
+
| Collection | List (see [Collection Properties](#collection-properties) below) |
92
92
| (Other) | (Ignored) |
93
93
94
94
¹ In Studio Pro, Booleans cannot be null. If the service returns null, the app will use the value `false`.
@@ -125,20 +125,20 @@ Currently, the binary data can only be accessed by Java actions.
Entity type properties that are a collection of a supported attribute type are supported through the use of a associated non-persistable entity.
128
+
{{% alert color="info" %}}
129
+
Collection properties were introduced in [Studio Pro 11.6.0](/releasenotes/studio-pro/11.6/).
130
+
{{% /alert %}}
131
+
132
+
Entity type properties that are a collection of a supported attribute type are supported through the use of an associated non-persistable entity.
129
133
130
-
Take for example a `Product` entity type has an attribute `Tags` with type `Collection(Edm.String)`. The resulting domain model looks as follows:
134
+
Take, for example, a `Product` entity type has an attribute `Tags` with type `Collection(Edm.String)`. The resulting domain model looks as follows:
131
135
132
136
{{< figure src="/attachments/refguide/modeling/integration/odata-services/consumed-odata-service/collection-of-primitives.png" alt="A product entity with an associated ProductTag entity. The ProductTag entity has a Tag attribute" width="531" class="no-border" >}}
133
137
134
-
For entity sets these properties are not supported. This means that they can only be used in parameters and return values of external actions.
138
+
For entity sets, these properties are not supported. This means they can only be used in parameters and return values of external actions.
135
139
136
140
Collection properties are not supported for services using OData v3.
137
141
138
-
{{% alert color="info" %}}
139
-
Collection properties were introduced in [Studio Pro 11.6.0](/releasenotes/studio-pro/11.6/).
140
-
{{% /alert %}}
141
-
142
142
### Associations
143
143
144
144
An OData v3 association can only be used if it has two ends.
0 commit comments