Skip to content

Commit 2f52de8

Browse files
authored
Revise via feedback
1 parent 9626deb commit 2f52de8

1 file changed

Lines changed: 19 additions & 4 deletions

File tree

  • content/en/docs/refguide/modeling/domain-model/entities/view-entities

content/en/docs/refguide/modeling/domain-model/entities/view-entities/_index.md

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ View entities can also reference other view entities, allowing for more complex
2323
View entities are read-only. To change the resulting data of a view entity retrieval, the source data should be modified. For this purpose, you can set up a microflow to map a view object to an object (or objects) of their corresponding source entity (or entities) and commit those.
2424
{{% /alert %}}
2525

26-
## Enabling OQL Version 2
26+
## Prerequisites
2727

2828
Your app must use OQL version 2 to use view entities. You can change this setting by clicking **App 'APP_NAME'** > **Settings** > **Runtime** and setting [OQL version 2](/refguide/app-settings/#oql-version-2) to **Yes**. Alternatively, you can drag a new view entity from the toolbar or **Toolbox** to the domain model, which opens a dialog box where you can confirm upgrading to OQL version 2 if it has not been upgraded yet.
2929

3030
## Properties
3131

32-
Double-clicking a view entity to open its properties dialog box. An example of a view entity's properties dialog box is represented in the image below:
32+
Double-click a view entity to open its Properties dialog box. An example of a view entity's properties dialog box is represented in the image below:
3333

3434
{{< figure src="/attachments/refguide/modeling/domain-model/use-view-entities/customer-with-address.png" width="500" >}}
3535

@@ -46,7 +46,7 @@ View entity properties consist of the following sections:
4646

4747
The name property defines the name of the view entity. This name is used to refer to the view entity in forms, microflows, queries, constraints, etc.
4848

49-
The name has to be unique only within the domain model of a module. You can have two view entities with the same name, provided that they are in the domain models of different modules.
49+
The name has to be unique only within the domain model of a module. You can have two view entities with the same name, provided they are in the domain models of different modules.
5050

5151
#### Image {#image}
5252

@@ -78,4 +78,19 @@ You can add any local information about the view entity in this tab. This is als
7878

7979
## Using a View Entity
8080

81-
After creating a view entity in the domain model, it can be used in microflows and pages like any other entity. For more information, see [Use View Entities](/refguide/use-view-entities/).
81+
After creating a view entity in the domain model, it can be used in microflows and pages like any other entity. For more information, see [Use View Entities](/refguide/use-view-entities/) and [OQL]( /refguide/oql/).
82+
83+
## Read More
84+
85+
For specific use case scenarios, see the following:
86+
87+
* [Creating Overview Pages](/refguide/view-entity-overview-pages/)
88+
* [Decoupling APIs](/refguide/decoupling-apis/)
89+
* [Charting with View Entities](/refguide/charting-with-view-entities/)
90+
* [Multilingual Apps and Translations](/refguide/multilingual-apps/)
91+
* [View Archived Data](/refguide/view-archived-data/)
92+
* [Create a Pivot Table with View Entities](/refguide/view-entity-pivot-table/)
93+
* [Data Versioning with View Entities](/refguide/view-entity-data-versioning/)
94+
* [Exporting Data with View Entities](/refguide/view-entity-expport-data/)
95+
* [Abstracting Data of Add-On Modules](/refguide/abstracting-view-entity-data/)
96+
* [Multitenant Applications](/refguide/view-entity-multitenant-apps/)

0 commit comments

Comments
 (0)