View the relationships between a specific object and other objects
Learn how to view the relationships between a specific object and other objects via the Schema Visualizer.
- Navigate to Extension Studio > Object Manager in the left navigation menu.
- On the Object Manager page, click the Schema Visualizer tab. A canvas with Zuora Billing objects opens.
- Enable all product filters by clicking the product names in the upper left of the page. Only Billing is enabled by default.
- Click the object name. This object and all related objects are highlighted on the canvas.
- Click the link between two objects and the
Edge Detail
pane opens with the following information on the relationship between these objects:
-
Edge Type: The relationship type between two objects. For example, many-to-one.
-
Source Node Details: The name, API name, and category of the source node. The source node is the “Many” end in a many-to-one relationship. For example, in the many-to-one relationship between Invoice and Account, the source node is Invoice.
-
Target Node Details: The name, API name, and category of the target node. The target node is the “One” end in a many-to-one relationship. For example, in the many-to-one relationship between Invoice and Account, the target node is Account.
-
Relationship Fields: The source node field and target node field that link these objects. For example, in the relationship between Invoice and Account, the source node field (on Invoice) is
AccountId
and the target node field (on Account) isId
.
-