Skip to main content

Object Explorer

The Object Explorer allows users to navigate and manage the data entities, database tables, views, and stored procedures used within the Synergy IDE projects.

Object Explorer

The Object Explorer provides a hierarchical view of database objects such as tables, views, stored procedures, and functions. It enables developers to browse, filter, and manage these entities efficiently.

Object Explorer Overview

Features

  • Hierarchical View: Organized display of database objects by category.
  • Filtering and Searching: Quickly locate objects using filters or search.
  • Contextual Actions: Right-click menus for operations like View Data, Edit, Generate Script, and Delete.
  • Refresh Functionality: Update the tree to reflect changes in the database schema.
  • Object Properties: View detailed metadata and relationships.

Object Tree View

Authorization and Usage Requirements

  • Requires database access permissions to browse and edit objects.
  • Some actions may be restricted based on user roles.

Notes

  • Changes to database objects can affect connected workflows and applications.
  • Always validate dependencies before deleting or modifying objects.
  • Refresh the explorer after schema changes for up-to-date view.

See Also

  • #linkDocument(DeveloperGuide.IDE.DatabaseManagement)
  • #linkDocument(DeveloperGuide.IDE.ObjectExplorer.FAQs)
  • #linkDocument(DeveloperGuide.IDE.ObjectExplorer.HowTos)

FAQs

How To's