CI 関係フォーマッターエラー:関係性の上限に達したため、フォーマッターに関係性が表示されません。Issue <!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: #000000; } span { font-size: 12pt; font-family: Lato; color: #000000; } h2 { font-size: 24pt; font-family: Lato; color: black; } h3 { font-size: 18pt; font-family: Lato; color: black; } h4 { font-size: 14pt; font-family: Lato; color: black; } a { font-size: 12pt; font-family: Lato; color: #00718F; } a:hover { font-size: 12pt; color: #024F69; } a:target { font-size: 12pt; color: #032D42; } a:visited { font-size: 12pt; color: #00718f; } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } CI フォーム/レコード (クラスタイプに関係なく) では、CI 関係フォーマッターを除く残りのすべてのフォームが期待どおりにロードされますが、数秒後には、表示されている関係に関係なく、以下のエラーが表示される場合があります (スクリーンショットを参照してください)。 Release<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: #000000; } span { font-size: 12pt; font-family: Lato; color: #000000; } h2 { font-size: 24pt; font-family: Lato; color: black; } h3 { font-size: 18pt; font-family: Lato; color: black; } h4 { font-size: 14pt; font-family: Lato; color: black; } a { font-size: 12pt; font-family: Lato; color: #00718F; } a:hover { font-size: 12pt; color: #024F69; } a:target { font-size: 12pt; color: #032D42; } a:visited { font-size: 12pt; color: #00718f; } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } すべてのバージョン。 Cause<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: #000000; } span { font-size: 12pt; font-family: Lato; color: #000000; } h2 { font-size: 24pt; font-family: Lato; color: black; } h3 { font-size: 18pt; font-family: Lato; color: black; } h4 { font-size: 14pt; font-family: Lato; color: black; } a { font-size: 12pt; font-family: Lato; color: #00718F; } a:hover { font-size: 12pt; color: #024F69; } a:target { font-size: 12pt; color: #032D42; } a:visited { font-size: 12pt; color: #00718f; } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } この問題は、次の 2 つの理由が考えられます。 OOTB の場合、CI 関係フォーマッターに表示できる関係の数は 1,000 に制限されており、CI が表示する 1,000 を超える関係をプルすることが予想される場合、フォーマッターは 1,000 までフェッチされ、「関係性の上限に達し、フォーマッターに関係性が表示されません (Maximum relationship limit has been reached and not relations are shown on the formatter)」というエラーメッセージがフォーマッターウィンドウに表示されます。上記の点と併せて、ユーザーは参照されている CI に関連して表示される CI のレベルを制御できます。OOTB、最高レベルは 5 に制限されています。したがって、関係フォーマッタープロパティから、ユーザーが表示する 5 つのレベルの関係を選択し、それが OOTB システムの制限である 1000 関係を超えている可能性があります。 Resolution<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: #000000; } span { font-size: 12pt; font-family: Lato; color: #000000; } h2 { font-size: 24pt; font-family: Lato; color: black; } h3 { font-size: 18pt; font-family: Lato; color: black; } h4 { font-size: 14pt; font-family: Lato; color: black; } a { font-size: 12pt; font-family: Lato; color: #00718F; } a:hover { font-size: 12pt; color: #024F69; } a:target { font-size: 12pt; color: #032D42; } a:visited { font-size: 12pt; color: #00718f; } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } これは、2つのプロパティによって制御および修正できます。 「glide.ui.max_relations」:表示する関連 CI の最大数を指定します。指定するとおり、デフォルト値は 1000 です。このプロパティを追加し、制限を切り替えて、すべての関係を表示できるかどうかを確認できます。2. 「glide.ui.max_relation_levels」 - 関係数の上限に達する前に、フラットビューで CI を表示するための最大レベルを指定します。デフォルト値は 5 です。この深さは要件に応じて切り替えて、関係フォーマッターに表示されるレベルを制御できます。