Configuration Items Dashboard View is not showing the complete related tasks like incident, tasks and change requestsIssue CI (Configuration Item) Dashboard View is not showing the complete related tasks, incidents and change requests to CIs Login to the instanceNavigate to a Configuration itemToggle to the dashboard viewCheck the loaded related lists of tasks, incidents and change requests While filtering the list view for the tasks, change requests and incidents, against the same CI we have more results. Tasks > https://<INSTANCE NAME>.service-now.com/task_list.do?sysparm_query=cmdb_ci.nameSTARTSWITH<CI NAME>%5EnumberLIKEtask Change Requests > https://<INSTANCE NAME>.service-now.com/change_request_list.do?sysparm_query=cmdb_ci.nameSTARTSWITH<CI NAME> Incidents > https://<INSTANCE NAME>.service-now.com/task_list.do?sysparm_query=cmdb_ci.nameSTARTSWITH<CI NAME>%5EnumberLIKEinc ReleaseAll versions using dashboardsCauseWe do not show the entire list in the Configuration Item Dashboard related lists for tasks, incidents, and change requests. We only show entries which are currently active OR have been closed within the last 10 days. Filter to run and validate: https://<INSTANCE>.service-now.com/<TABLE_NAME>_list.do?sysparm_query=cmdb_ci.nameSTARTSWITH<CI_NAME>%5Eactive%3Dtrue%5EORclosed_at%3Ejavascript:gs.dateGenerate(<Keep a date format with last 10 days >)&sysparm_first_row=1&sysparm_view= The 10 days is hardcoded on the server side Java code, and cannot be changed.ResolutionThis is expected behavior.