Skip to content

Commit b349310

Browse files
authored
Merge pull request #10018 from LEGIO-SEXTA-FERRATA/WTF-2030-update-conversions
Add documentation for CE9900
2 parents 009dda9 + 42ba242 commit b349310

File tree

1 file changed

+22
-12
lines changed

1 file changed

+22
-12
lines changed

content/en/docs/refguide/modeling/consistency-errors/consistency-errors-pages.md

Lines changed: 22 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ The most common errors which can occur when configuring a list view, the causes
2828

2929
### Error Code: CE0488
3030

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.*
3232

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.
3434

35-
To fix CE0488, do one of the following:
35+
To fix CE0488, do **one** of the following:
3636

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.
3838
* Change the type of the data source.
3939

4040
### Error Code: CE2633
@@ -49,7 +49,7 @@ You get this error if the data source is set to **Microflow**, but no microflow
4949

5050
To fix this error, do one of the following:
5151

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.
5353
* Change the type of the data source.
5454

5555
#### 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
6060

6161
To fix this error, do one of the following:
6262

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.
6464
* Change the type of the data source.
6565

6666
### Error Code: CE0595
@@ -69,7 +69,7 @@ CE0595 error message: *Attribute {AttributeName} is not an attribute of entity {
6969

7070
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.
7171

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)**.
7373

7474
## Data View Consistency Errors
7575

@@ -89,7 +89,7 @@ You get CE0488 in a data view if **Context** is selected as a data source for a
8989

9090
To fix CE0488, do one of the following:
9191

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.
9393
* Change the type of the data source.
9494

9595
### Error Code: CE2633
@@ -104,7 +104,7 @@ You get this error if the data source is set to **Microflow**, but no microflow
104104

105105
To fix this error, do one of the following:
106106

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.
108108
* Change the type of the data source.
109109

110110
#### 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
115115

116116
To fix this error, do one of the following:
117117

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.
119119
* Change the type of the data source.
120120

121121
### Error Code: CE0536
@@ -376,6 +376,16 @@ To fix CE7006, you need to make sure that the input widget is placed inside the
376376
Input widgets can directly use the page and snippet parameters without the need of a data container widget.
377377
{{% /alert %}}
378378

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+
379389
### Incorrect Multiplicity for a Reference Selector {#incorrect-multiplicity-reference}
380390

381391
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
469479

470480
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.
471481

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.
473483

474484
## Image Widget Consistency Errors
475485

@@ -479,7 +489,7 @@ Error message: *No image selected.*
479489

480490
You get this error message if you have added an image widget to a page, but do not select an image itself.
481491

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/).
483493

484494
## On Click Event Consistency Errors
485495

0 commit comments

Comments
 (0)