- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2019 10:51 PM
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?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2019 04:35 AM
This is on the documentation provided by Dave
Property | Description |
---|---|
glide.ecmdb.find_relationship_issues | Hides 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_levels | Specifies the maximum level for displaying CIs in flat view before reaching the maximum relations limit. The default value is 5. |
glide.ui.max_relations | Specifies 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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2019 04:35 AM
This is on the documentation provided by Dave
Property | Description |
---|---|
glide.ecmdb.find_relationship_issues | Hides 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_levels | Specifies the maximum level for displaying CIs in flat view before reaching the maximum relations limit. The default value is 5. |
glide.ui.max_relations | Specifies 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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2019 09:51 PM
I couldn't find any of these properties in my instance?