The Catalog provides visualizations to help users understand how items relate to one another and how information moves between them.

This functionality is primarily used to:

  • Understand Object Type associations and dependencies
  • Analyze how data is transferred or transformed
  • Support impact analysis when making model changes
  • Assist with troubleshooting and design reviews
  • Identify 'orphaned' Object Types that are not connected to others

Data model view

To access the data model diagram, select the Visualize tile in the Data model section of the home page. The diagram presents your organization's data model as a network of nodes and connecting lines.

  • Each node, or tile, represents an Object Type within the data model
  • Connecting lines show how Object Types are related through their configured associations
  • Directional arrows indicate the flow or direction of each association

DataModelDiagramExample

Associations shown include:

  • One-to-many associations – for example, a Ruleset contains multiple Rule Groups, and Rule Groups contain multiple Rules
  • Many‑to‑many associations – for example, a Rule can be linked to multiple Ruleset Inputs, and a Ruleset Input can be linked to multiple Rules
  • Self‑referencing associations – for example, an employee can be the manager of another employee

Viewing and exploring relationships

The model view is interactive and supports exploratory analysis. You can:

  • Pan across the view to navigate large or complex models
  • Zoom in and out to focus on specific Object Types or associations
  • Click an Object Type tile to display all related objects
  • Hover over a connector to view the association name

Overview

A Transfer diagram is a visualization of an end-to-end transfer process — how something physical, electronic, or informational moves between objects across an organization. It is built from Detailed Association Types (DATs) that a Catalog admin has grouped together.

Before a Transfer diagram can show anything useful, the underlying Detailed Association Types need to be set up alongside the instance level records.

Setting up Detailed Association Types

Detailed Association Types are configured in the Data model maintenance area. See Catalog administration for details on setting up Detailed Association Types.

How a transfer diagram definition is set up

Under the hood, a Transfer diagram isn't one global diagram — it's a diagram definition configured against a specific Object Type, on that type's own Transfer diagrams tab. An admin names the definition and selects which Detailed Association Types should be included, which is what actually defines the upstream and downstream paths the diagram is allowed to traverse. When a user opens the diagram from a real object record, that object becomes the starting point, and the system walks outward through the selected DATs' Source links (upstream) and Target links (downstream) to build the connected nodes and edges shown.

Transfer diagram definition setup modal

Example Transfer diagram