Find Results Panel (Reference): The Find Results panel displays cross-reference results for selected objects and enables quick navigation to all usage locations.
Accessing Find Results
Opening the Panel
| Method | Action | Location |
|---|---|---|
| Toolbar | Click Find Elements icon | Main toolbar |
| Keyboard | Press Ctrl+F | Any context |
| Context Menu | Right-click → Find References | On any object |
Panel Interface
Search Controls
| Control | Function | Description |
|---|---|---|
| Text Box | Object name entry | Type or paste object name |
| Browse (...) | Object browser | Select from list |
| Search | Refresh results | Update cross-references |
| Previous | Navigate backward | Go to previous reference |
| Next | Navigate forward | Go to next reference |
Results Table
| Column | Description | Action |
|---|---|---|
| Module | Configuration area | Shows module containing reference |
| Location | Specific item | Exact configuration location |
| Property | Usage context | Property or field using object |
| Value | Current setting | How object is referenced |
Using Find Results
Basic Workflow
- Select Object
- Type name in text box, or
- Click browse (...) button to select
- Review Results
- Table shows all usage locations
- Count displays total references
- Navigate to Location
- Double-click any row to jump there
- Use Previous/Next for sequential navigation
Search Options
| Option | Description | Use Case |
|---|---|---|
| Exact Match | Object name exactly | Specific object |
| Partial Match | Contains text | Multiple similar objects |
| Case Sensitive | Match case exactly | Precise searching |
Common Use Cases
Refactoring
| Task | Process |
|---|---|
| Before Rename | Check all references |
| Before Delete | Verify no dependencies |
| Impact Analysis | Understand connections |
Debugging
| Issue | How Find Results Helps |
|---|---|
| Missing Data | Locate all tag references |
| Script Errors | Find script usage locations |
| Display Problems | Check display bindings |
Navigation Features
Quick Navigation
| Action | Result |
|---|---|
| Double-click row | Opens configuration and selects object |
| Previous button | Moves to previous reference in list |
| Next button | Moves to next reference in list |
| F3 | Find next occurrence |
| Shift+F3 | Find previous occurrence |
Navigation History
The panel maintains navigation history:
- Previous searches accessible via dropdown
- Recent objects list for quick access
- Bookmarks for frequent searches
Advanced Features
Filtering Results
| Filter | Shows | Hides |
|---|---|---|
| Module Type | Selected modules only | Other modules |
| Property Type | Specific properties | Other properties |
| Direct References | Direct usage only | Indirect references |
Export Options
| Format | Use Case |
|---|---|
| CSV | Documentation |
| Clipboard | Quick sharing |
| Report | Formal analysis |
Performance Tips
Large Solutions
- Use specific object names
- Apply filters before searching
- Search incrementally
- Close unused result tabs
Search Optimization
| Tip | Benefit |
|---|---|
| Use exact names | Faster results |
| Limit scope | Reduced search time |
| Cache results | Quick re-access |
Troubleshooting
Common Issues
| Problem | Cause | Solution |
|---|---|---|
| No results found | Object not used | Verify object exists |
| Incomplete results | Solution not built | Build solution first |
| Slow search | Large solution | Use filters |
| Navigation fails | Document closed | Reopen document |
In this section...