You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/refguide/modeling/consistency-errors/consistency-errors-pages.md
+22-12Lines changed: 22 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,13 +28,13 @@ The most common errors which can occur when configuring a list view, the causes
28
28
29
29
### Error Code: CE0488
30
30
31
-
CE0488 error message in a list view: *No entity configured for the data source of this list view. Select an entity or change the data source.*
31
+
CE0488 error message in a list view: *No entity configured for the data source of this list view. Select an entity or change the data source.*
32
32
33
-
You get CE0488 in a list view if the **Database/XPath/Association** option is selected as a data source for a list view, but no entity is specified.
33
+
You incur error CE0488 if the **Database/XPath/Association** option is selected as a data source for a list view, but no entity is specified.
34
34
35
-
To fix CE0488, do one of the following:
35
+
To fix CE0488, do **one** of the following:
36
36
37
-
* Open the list view's properties > **Data source** and select an entity in the **Entity (path)** field.
37
+
* Open the list view's **Properties** > **Data source** and select an entity in the **Entity (path)** field.
38
38
* Change the type of the data source.
39
39
40
40
### Error Code: CE2633
@@ -49,7 +49,7 @@ You get this error if the data source is set to **Microflow**, but no microflow
49
49
50
50
To fix this error, do one of the following:
51
51
52
-
* Open the list view's properties > **Data source** and select a microflow in the **Microflow** field.
52
+
* Open the list view's **Properties** > **Data source** and select a microflow in the **Microflow** field.
53
53
* Change the type of the data source.
54
54
55
55
#### No Nanoflow Configured for the Data Source of a List View
@@ -60,7 +60,7 @@ You get this error if the data source is set to **Nanoflow**, but no nanoflow is
60
60
61
61
To fix this error, do one of the following:
62
62
63
-
* Open the list view's properties > **Data source** and select a nanoflow in the **Nanoflow** field.
63
+
* Open the list view's **Properties** > **Data source** and select a nanoflow in the **Nanoflow** field.
64
64
* Change the type of the data source.
65
65
66
66
### Error Code: CE0595
@@ -69,7 +69,7 @@ CE0595 error message: *Attribute {AttributeName} is not an attribute of entity {
69
69
70
70
You get CE0595 if you have changed the target entity of a list view without updating its contents. The list view is filled with attributes of another entity.
71
71
72
-
To fix CE0595, open the widget's properties > **Data source** and select another attribute for **Attribute (path)**.
72
+
To fix CE0595, open the widget's **Properties** > **Data source** and select another attribute for **Attribute (path)**.
73
73
74
74
## Data View Consistency Errors
75
75
@@ -89,7 +89,7 @@ You get CE0488 in a data view if **Context** is selected as a data source for a
89
89
90
90
To fix CE0488, do one of the following:
91
91
92
-
* Open the data view's properties > **Data Source** and select an entity in the **Entity** field.
92
+
* Open the data view's **Properties** > **Data Source** and select an entity in the **Entity** field.
93
93
* Change the type of the data source.
94
94
95
95
### Error Code: CE2633
@@ -104,7 +104,7 @@ You get this error if the data source is set to **Microflow**, but no microflow
104
104
105
105
To fix this error, do one of the following:
106
106
107
-
* Open the data view's properties > **Data source** and select a microflow in the **Microflow** field.
107
+
* Open the data view's **Properties** > **Data source** and select a microflow in the **Microflow** field.
108
108
* Change the type of the data source.
109
109
110
110
#### No Nanoflow Configured for the Data Source of a Data View
@@ -115,7 +115,7 @@ You get this error if the data source is set to **Nanoflow**, but no nanoflow is
115
115
116
116
To fix this error, do one of the following:
117
117
118
-
* Open the data view's properties > **Data source** and select a nanoflow in the **Nanoflow** field.
118
+
* Open the data view's **Properties** > **Data source** and select a nanoflow in the **Nanoflow** field.
119
119
* Change the type of the data source.
120
120
121
121
### Error Code: CE0536
@@ -376,6 +376,16 @@ To fix CE7006, you need to make sure that the input widget is placed inside the
376
376
Input widgets can directly use the page and snippet parameters without the need of a data container widget.
377
377
{{% /alert %}}
378
378
379
+
### Error Code: CE9900 {#error-code-ce9900}
380
+
381
+
CE9900 error message: *Selection pages are not supported in the React client.*
382
+
383
+
You incur CE9900 if you enable the React client and have an association widget, such as a reference selector, configured with a selection page.
384
+
385
+
The selector widgets are not supported in the React client. Furthermore, if you attempt to convert them to their React client replacement (the combo box widget) no configured selection page is going to be transferred. To prevent any leftover stale pages after converting your project, you can repurpose and use the pages in other parts or delete them.
386
+
387
+
To fix CE9900, you need to configure the selector widget without a selection page. You can right-click on the error to see the usages of the selection page.
388
+
379
389
### Incorrect Multiplicity for a Reference Selector {#incorrect-multiplicity-reference}
380
390
381
391
Error message: *Association {Name} must be a reference (not a reference set).*
@@ -469,7 +479,7 @@ CE0489 error message: *Select an entity for the data source of this [dynamic ima
469
479
470
480
You get CE0489 if you have added a dynamic image to a page, it is placed inside a data view or a list view, but an entity for the dynamic image is not specified.
471
481
472
-
To fix CE0489, open dynamic image properties > the **Data source** section and select an entity in the **Entity (path)** field.
482
+
To fix CE0489, open the dynamic image's **Properties** > the **Data source** section and select an entity in the **Entity (path)** field.
You get this error message if you have added an image widget to a page, but do not select an image itself.
481
491
482
-
To fix this error, open the image properties > **General** > **Image** and select an image. For more information on an image widget, see [Image](/refguide/image/).
492
+
To fix this error, open the image's **Properties** > **General** > **Image** and select an image. For more information on an image widget, see [Image](/refguide/image/).
0 commit comments