Skip to content

Commit be4b637

Browse files
Add documentation for CE9900
1 parent 0bb8c8d commit be4b637

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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 get 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. And if you attempt to convert them to their React client replacement, the Combo box, 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).*

0 commit comments

Comments
 (0)