How to share Dependency Map custom View or Filter with other usersIssue In the Dependency Map view we can filter CIs, customize map view and save the custom filters and map views. The custom filters and map views can be loaded anytime by the same user. The saved custom filter or saved view are records stored in tables ngbsm_filter and ngbsm_view respectively. You can view or modify these records under 'Dependency View' menu: https://<instance-name>.service-now.com/ngbsm_filter_list.do?sysparm_query=&sysparm_view=https://<instance-name>.service-now.com/ngbsm_view_list.do?sysparm_query=&sysparm_view= These filter/view records need to be associated to particular user accounts and the users can only load the filters/views that belong to them. The custom filter/view cannot be created for all users, however you can share the custom filter/view to any user by changing the user on the record and then "Insert and Stay", which creates a copy of the custom filter/view for that user.