Skip to content

Commit 9aec900

Browse files
committed
Review
1 parent 4079f93 commit 9aec900

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

content/en/docs/refguide/modeling/integration/odata-services/consumed-odata-services/consumed-odata-service-requirements.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ The most commonly used attribute types can be used in your app. The types of the
8888
| Enumeration | Enumeration |
8989
| Int64 | Long |
9090
| String, Guid | String |
91-
| Collection | List (see [Collection Attributes](#collection-properties) below) |
91+
| Collection | List (see [Collection Properties](#collection-properties) below) |
9292
| (Other) | (Ignored) |
9393

9494
¹ 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.
125125

126126
### Collection Properties {#collection-properties}
127127

128-
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.
129133

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

132136
{{< 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" >}}
133137

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.
135139

136140
Collection properties are not supported for services using OData v3.
137141

138-
{{% alert color="info" %}}
139-
Collection properties were introduced in [Studio Pro 11.6.0](/releasenotes/studio-pro/11.6/).
140-
{{% /alert %}}
141-
142142
### Associations
143143

144144
An OData v3 association can only be used if it has two ends.

0 commit comments

Comments
 (0)