Object Explorer FAQs
Frequently asked questions for the Object Explorer guide.
How do I refresh the Object Explorer?
Right-click anywhere inside the Object Explorer panel and select Refresh. This updates the view to show current database schema and object changes.
Why is the Delete option disabled for some objects?
- You may lack sufficient permissions.
- The object is system-protected or required by dependencies.
- Deletion is restricted to avoid breaking workflows or applications.
Can I edit database objects from the Object Explorer?
Yes, you can perform limited edits such as renaming or scripting objects. Major modifications require opening the database management interface or dedicated editors.
What is the Object Explorer?
The Object Explorer is a component within the Synergy IDE that allows users to browse and interact with data entities, such as database tables, views, stored procedures, and functions. It presents these elements in a hierarchical structure, making it easier to locate and work with data objects during development.
It also provides context-aware tools such as data previews, script generation, and object-specific editing options. This explorer improves productivity by giving developers a centralized place to manage backend data objects visually.
Example Use Cases:
- Viewing the structure of a database table.
- Opening a stored procedure for editing.
- Filtering database entities by name or type.
Why can’t I find a specific object in the Object Explorer?
There are several reasons why an object may not be visible in the Object Explorer:
- The object has not been created yet or has not been imported into the project.
- Active filters or search criteria might exclude the object from the view.
- You may not have sufficient permissions to view the object.
- The Object Explorer might require a manual refresh if there were recent changes in the database schema.
CanISearchObjects
Yes, the Object Explorer provides a search box that allows users to filter database objects by name or type in real