Skip to main content

View details of an object with Schema Visualizer

Zuora

View details of an object with Schema Visualizer

This article describes how to view the details of a specific standard or custom object with Schema Visualizer.

View the relationships between a specific object and other objects

To view the relationship between a specific object and other objects, perform the following steps:

  1. Navigate to Platform > Object Manager in the left navigation menu.
  2. On the Object Manager page, click the Schema Visualizer tab.
    A canvas with Zuora Billing objects opens.
  3. Enable all product filters by clicking the product names in the upper left of the page. Only Billing is enabled by default.
    product_filters.png
  4. Click the object name.
    This object and all related objects are highlighted on the canvas.
  5. 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) is Id.

Search for indexed fields

To search for the indexed fields of a specific object, perform the following steps:

  1. Navigate to Platform > Object Manager in the left navigation menu.
  2. On the Object Manager page, click the Schema Visualizer tab.
    A canvas with Zuora Billing objects opens.
  3. If the object you want to search does not belong to Zuora Billing, enable the corresponding product filter by clicking the product name in the upper left of the page.
    product_filters.png
    For example, if you want to search for indexed fields of the Payment Method object, enable the Payment product filter.
  4. Switch on the Show Fields toggle. All standard and custom fields of each object are displayed.
  5. Click the object name. This object is focused on the canvas.
  6. Find all indexed fields of this object in the standard and custom field list.
    The (IDX) suffix at the end of a field name indicates this is an indexed field. For example, the BillCycleDay (IDX) field on the Account object.