Built something you're proud of? Tell the story. A quick G2 review of App Engine or Build Agent helps other developers see what's possible on ServiceNow. Share your experience.

Some CI class I recieve message as "Maximum relationship limit has been reached and not all relationship were shown in formatter"

Vishal90
Kilo Contributor

When I open a CI class, and open Relationship tab in CI I receive message as "Maximum relationship limit has been reached and not all relationships were shown in formatter". Could I know why I am receiving this message? 

find_real_file.png

1 ACCEPTED SOLUTION

This is on the documentation provided  by Dave

Properties related to performance
PropertyDescription
glide.ecmdb.find_relationship_issuesHides or displays an icon in the CI relations formatter that links to open issues for the CI. This property defaults to true (displays the icon).
glide.ui.max_relation_levelsSpecifies the maximum level for displaying CIs in flat view before reaching the maximum relations limit. The default value is 5.
glide.ui.max_relationsSpecifies the maximum number of related CIs to display. When exceeded, a notification is displayed indicating that the limit has been reached, and that not all relations are displayed. The default value is 1000.

 

So I guess you can change those properties but it will have impact.

 

View solution in original post

6 REPLIES 6

This is on the documentation provided  by Dave

Properties related to performance
PropertyDescription
glide.ecmdb.find_relationship_issuesHides or displays an icon in the CI relations formatter that links to open issues for the CI. This property defaults to true (displays the icon).
glide.ui.max_relation_levelsSpecifies the maximum level for displaying CIs in flat view before reaching the maximum relations limit. The default value is 5.
glide.ui.max_relationsSpecifies the maximum number of related CIs to display. When exceeded, a notification is displayed indicating that the limit has been reached, and that not all relations are displayed. The default value is 1000.

 

So I guess you can change those properties but it will have impact.

 

Vishal90
Kilo Contributor

I couldn't find any of these properties in my instance?