Version: 10.2.1c and 10.2.1c SP3 |
Responder Overview > Optional Functionality > View All When Selecting From ArcMap |
When selecting a single feature or multiple features from ArcMap, you can configure Responder Explorer to highlight the selected incidents or calls within the grid with the other incidents and calls appearing as well. The current default action is to display only the selected incidents or calls and to select to view the other incidents and calls by using the View filter.
This configuration point will change functionality back to what the default functionality was prior to the 10.1.1 release. |
To display all incidents and calls after selecting single or multiple features, do the following:
THIS SECTION APPEARS IN 2 SEPARATE PLACES IN ControlStylesConfig.xml. BE SURE TO COMMENT IT OUT IN BOTH LOCATIONS. <FilterFinder Key="IncidentGrid_IncidentsSelectedFromArcMap" FilterFinderType="Filter"> <Evaluator>Obj:Miner.Responder.Windows.Evaluators.IncidentsSelectedFromArcMapEvaluator, Miner.Responder.Windows</Evaluator> <Caption>Incidents Selected From ArcMap</Caption> <Description>Incidents Selected From ArcMap in My Regions</Description> </FilterFinder> ALSO, COMMENT OUT THE CORRESPONDING SECTION FOR ALL REGIONS: <FilterFinder Key="IncidentGrid_IncidentsSelectedFromArcMap" FilterFinderType="Filter"> <Evaluator>Obj:Miner.Responder.Windows.Evaluators.IncidentsSelectedFromArcMapEvaluator, Miner.Responder.Windows</Evaluator> <Caption>Incidents Selected From ArcMap</Caption> <Description>Incidents Selected From ArcMap</Description> </FilterFinder>
THIS SECTION APPEARS ONCE: <FilterFinder IsDefault="false" Key="CallsGrid_SelectedFromArcMap" FilterFinderType="Filter"> <Evaluator>Obj:Miner.Responder.Windows.Evaluators.CallsSelectedFromArcMapEvaluator, Miner.Responder.Windows</Evaluator> <Caption>Calls Selected From ArcMap</Caption> <Description>Calls Selected From ArcMap in My Regions</Description> </FilterFinder> ALSO, COMMENT OUT THE CORRESPONDING SECTION FOR ALL REGIONS: <FilterFinder IsDefault="false" Key="CallsGrid_SelectedFromArcMap" FilterFinderType="Filter"> <Evaluator>Obj:Miner.Responder.Windows.Evaluators.CallsSelectedFromArcMapEvaluator, Miner.Responder.Windows</Evaluator> <Caption>Calls Selected From ArcMap</Caption> <Description>Calls Selected From ArcMap</Description> </FilterFinder>
THIS SECTION APPEARS ONCE: <FilterFinder IsDefault="true" Key="DevicesGrid_SelectedFromArcMap" FilterFinderType="Filter"> <Evaluator>Obj:Miner.Responder.Windows.Evaluators.DevicesSelectedFromArcMapEvaluator, Miner.Responder.Windows</Evaluator> <Caption>Devices Selected From ArcMap</Caption> <Description>Devices Selected From ArcMap in My Regions</Description> </FilterFinder> ALSO, COMMENT OUT THE CORRESPONDING SECTION FOR ALL REGIONS: <FilterFinder IsDefault="true" Key="DevicesGrid_SelectedFromArcMap" FilterFinderType="Filter"> <Evaluator>Obj:Miner.Responder.Windows.Evaluators.DevicesSelectedFromArcMapEvaluator, Miner.Responder.Windows</Evaluator> <Caption>Devices Selected From ArcMap</Caption> <Description>Devices Selected From ArcMap</Description> </FilterFinder>