Skip to content

Commit f29ae73

Browse files
committed
Correct casing
1 parent 4ac3cd1 commit f29ae73

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

content/en/docs/refguide/modeling/application-logic/microflows-and-nanoflows/activities/integration-activities/call-external-action.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ The ability to add additional attributes was introduced in [Studio Pro 11.5.0](/
8787

8888
### Collection Attributes {#collection-attributes}
8989

90-
When assigning a value to an entity type parameter that has collection attributes (mendix supported primitive-types; e.g., a list of strings), select the corresponding attribute of matching type from list variable (list of objects) — Mendix will automatically use the whole list to populate the collection values.
90+
When assigning a value to an entity type parameter that has collection attributes (Mendix-supported primitive types; e.g., a list of strings), select the corresponding attribute of matching type from list variable (list of objects) — Mendix will automatically use the whole list to populate the collection values.
9191

9292
{{% alert color="info" %}}
9393
The support for OData actions with parameter entity type having Collection attribute(s) of supported primitive types, was introduced in [Studio Pro 11.6.0](/releasenotes/studio-pro/11.6/).

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ Currently, the binary data can only be accessed by Java actions.
125125

126126
### Collection Attributes {#collection-attributes}
127127

128-
Collection attributes (mendix supported primitive-types) are supported in OData entity type when consumed as an external entity.
128+
Collection attributes (Mendix-supported primitive types) are supported in OData entity type when consumed as an external entity.
129129
When an entity type with supported Collection attribute(s) is added to the domain model, each of its Collection attributes is represented as a non-persistable entity (associated as a one-way navigable Reference-set to original attribute containing entity type). The domain model entity corresponding to the collection attribute contains a single attribute (having same primitive type as the type of Collection in the OData metadata).
130130

131131
{{% alert color="info" %}}
@@ -174,7 +174,7 @@ Note that the only supported Collection type is a Collection of Entities, Collec
174174

175175
³ Objects that contain attributes of complex types are not currently supported in actions.
176176

177-
⁴ Collection of mendix-supported primtive types, see more details in [Using Collection-type attributes in Call External Action](/refguide/call-external-action/#collection-attributes)
177+
⁴ Collection of Mendix-supported primtive types, see more details in [Using Collection-type attributes in Call External Action](/refguide/call-external-action/#collection-attributes)
178178

179179
{{% alert color="warning" %}}
180180
When the OData endpoint contains functions, these are not imported in the consumed OData service. You can use a [Call REST service](/refguide/call-rest-action/) activity to call these functions.

0 commit comments

Comments
 (0)