Skip to content

Importing entities into the Domain Model from an OData consumed service does not work properly. #201

@acarum

Description

@acarum

Once you have imported the Entities from the https://services.odata.org/V4/TripPinServiceRW/$metadata service in the Domain Mode there are some errors

  • Attribute '_Id' has max length 'unlimited' which is not the same as max length in the OData service which is '36'.
  • Key cannot be empty
  • 'Person' is marked Creatable=True in the OData service, but False in the app.
  • Attribute 'UserName' of external entity 'Person' is not supported.
  • 'Airport' is marked supports $top=True in the OData service, but False in the app.
  • Key cannot be empty
  • External entity 'PublicTransportations' is no longer readable in the OData service
Image

mxcli version: internal build from commit e189a5c
Mendix version: 11.9
Expected output: no errors
Experienced output: some errors

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions