ExampleBook
- entity type: AggregateRoot
- id:
8f857298-0d7d-4919-b652-78690a34d094 - code:
ExampleBook - name: ExampleBook
- description: information about book = EXAMPLE
- notes: see MetaModel definition
- dependencies:
Properties
| Name | Type | Published to Lookups | Is Nullable | Is Collection | Is Localized | Description | |
|---|---|---|---|---|---|---|---|
| Code | Text | ✔ | ✘ | ✘ | ✘ | unique identifier of book (e.g. EAN code) | |
| Name | Text | ✔ | ✘ | ✘ | ✘ | name of book | |
| Description | MultilineText | ✘ | ✔ | ✘ | ✘ | short description of book | |
| PublishingYear | WholeNumber | ✘ | ✔ | ✘ | ✘ | year when book was published | |
| Author | LookupEntity [ExampleAuthor] | ✘ | ✔ | ✘ | ✘ | author of book | |
| Genre | LookupEntity [ExampleGenre] | ✘ | ✔ | ✘ | ✘ | genre of book |
Properties or their values can be marked with:
- 🆕 - signifies about new property or value
- ❗ - signifies that property or its values have been changed during month
- ❌ - signifies that property or its value has been deleted
- if property appears with ❗ and no change is listed, then the changes have been made to values which are not documented here
List of changes
November 2025
Properties
| Name | Type | Published to Lookups | Is Nullable | Is Collection | Is Localized | |
|---|---|---|---|---|---|---|
| ❗ | Author | |||||
| ❗ | Code | |||||
| ❗ | Description | |||||
| ❗ | Genre | |||||
| ❗ | Name | |||||
| ❗ | PublishingYear |