Legacy CI relationship builder filterSummaryQuestion on Legacy CI relationship builder. Document reference: https://docs.servicenow.com/csh?topicname=c_CIRelationshipBuilder.html&version=latest As an administrator I am trying to locate the definitions of the filters for the relationship. That is in the example at the url where is the filter Class IS A Computer defined by the administrator? InstructionsThere are 2 filters in legacy CI relationship editor 1) the "Class" filters generate are based on script include "AddRelationshipAjax" and "AddRelationshipQuery" Filters of class are based on "cmdb_rel_type_suggest" table, on class and base class, for example Linux server base class is computer. When you select "Depends On" relationship, the depend class will be "Computer" "Computer Peripheral" https://<INSTANCE_NAME>.service-now.com/cmdb_rel_type_suggest_list.do?sysparm_query=base_class%3Dcmdb_ci_computer%5EORbase_class%3Dcmdb_ci_linux_server%5Erelationship%3Dparent%3A1a9cb166f1571100a92eb60da2bce5c5&sysparm_view= As such, the filter displayed as below: 2) The default filter is controlled by "user preferences" ci_manage_relationships_filter_hint.cmdb_ci https://<INSTANCE_NAME>.service-now.com/nav_to.do?uri=sys_user_preference.do?sys_id=a44053f60a0a0b4400388e7b7bb749df Document reference: https://docs.servicenow.com/csh?topicname=c_CIRelationshipBuilder.html&version=latestSnippet:@@@@The default filter is stored in the user preferences ci_manage_relationships_filter_hint.cmdb_ci, ci_manage_relationships_filter_hint.sys_user, and ci_manage_relationships_filter_hint.sys_user_group.@@@@ After change the value of "ci_manage_relationships_filter_hint.cmdb_ci", please open a new browser session / "logout->login" to see the updated filter in relationship editor. Related Links"Suggested class relationships" document reference: https://hi.service-now.com/kb_view.do?sysparm_article=KB0795951