Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions guides/localized-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,11 @@ service CatalogService {
entity BooksDetails as projection on Books;
}
```
For entities annotated with `@cds.localized: false` and navigation requests with an `$expand` query option, the retrieved navigation property is accessed directly.

```http
GET /BooksDetails/?$expand=authors //> all fields from authors are non-localized defaults, if BooksDetails is annotated with `@cds.localized: false`
```

### Write Operations

Expand Down