Actionable Relationship Center (ARC)

Actionable Relationship Center (ARC): The Complete Configuration & Exam Guide

Actionable Relationship Center (ARC) in Salesforce FSC: The Complete Configuration & Exam Guide | CertifySF

Actionable Relationship Center (ARC): The Complete Configuration & Exam Guide

How ARC transforms static client data into interactive, navigable relationship graphs — and everything admins need to know to configure it, extend it, and master it for the FSC Accredited Professional exam.

Financial Services Cloud ARC Spring ’26 Verified: Spring ’26 Admin & User Guide ~16 min read

What Is ARC and Why It Matters

Financial relationships are rarely simple. A single client might belong to a household with a spouse, have a trust managed by an attorney, hold joint accounts with a business partner, and receive advice from multiple advisors. Traditional CRM record pages — with their flat related lists — cannot communicate these layers of connection at a glance.

The Actionable Relationship Center (ARC) solves this by rendering interactive, graph-based visualizations of how people, households, businesses, and financial accounts are connected. Unlike the older Relationship Map component (which was static and read-only), ARC lets users view, create, edit, and delete records directly from the graph without navigating away from the page.

For admins and developers, ARC is deeply configurable. You define which objects appear as nodes, which fields display on each card, and which record actions are available — then drop the component onto any Lightning record page. For exam candidates, ARC is one of the most heavily tested FSC topics because it sits at the intersection of data model, security, UI configuration, and relationship modeling.

Key Concept ARC is not just a visualization — it is an actionable interface. Users can perform CRUD operations on relationship records, launch quick actions, and navigate to related records without leaving the graph. This is the fundamental difference between ARC and the older Relationship Map.

New ARC vs. Original ARC

FSC ships two versions of ARC. Understanding the differences between them is critical for both implementation decisions and exam preparation.

New ARC (Summer ’22+)

Fully customizable relationship graphs that admins build from scratch using any standard or custom objects.

  • Uses the ARC Relationship Graph component
  • Admins define root nodes, child nodes, lookup fields, junction objects, and filter criteria
  • Supports custom Display tabs (fields on cards) and Actions tabs (record actions)
  • Companion components: ARC Details Panel, ARC Highlights Panel
  • Integrates with Einstein Relationship Insights
  • Users can create, edit, and delete records from the graph

Original ARC

Preconfigured, view-only relationship graphs using the legacy component.

  • Uses the ARC Financial Services Cloud component
  • Preconfigured graphs — limited admin customization
  • View-only: users cannot create, edit, or delete records from the graph
  • Still available for backward compatibility
  • Same permission set as New ARC
Exam Alert Know which Lightning component belongs to which ARC version. ARC Relationship Graph = New ARC (custom, actionable). ARC Financial Services Cloud = Original ARC (preconfigured, view-only). Questions will test this distinction using component names.

ARC Lightning Components

New ARC consists of four Lightning components, each designed for a specific role on the record page. Admins add these through Lightning App Builder and can position them independently.

Component Purpose Placement
ARC Relationship Graph Renders the interactive graph visualization with navigable nodes and edges Main content area of the record page
ARC Details Panel Displays detailed field information for the currently selected node Sidebar or below the graph
ARC Highlights Panel Shows key summary fields for the selected node in a compact format Top of page or adjacent to the graph
ARC Einstein Relationship Insights Surfaces AI-powered, web-sourced recommendations for discovering hidden relationships Sidebar or panel adjacent to the graph

Association Types Explained

ARC uses Association Types to classify how two accounts are related. These are stored as picklist values on the Association_Type__c field of the Account-Account Relationship object. All three values must be active for ARC to function properly.

G

Group

An account contains other accounts. Represents a parent-child hierarchy.

Parent company → subsidiaries
M

Member

An account belongs to another account. The inverse of Group.

Person account → household
P

Peer

Two accounts are related without hierarchy. A non-directional association.

Business ↔ key supplier
Important The Association Type picklist values must use the exact API names: Group, Member, and Peer. If any of these values are missing or inactive, ARC graphs will not render correctly. This is a common setup pitfall and a frequent exam question.

Association Types determine how ARC constructs its graph hierarchy. When you configure a node of type “Group Relationships,” ARC queries for Account-Account Relationships where the Association Type is Group and displays the contained accounts as child nodes. Similarly, “Member Relationships” nodes query for the Member association type.

Relationship Objects That Power ARC

ARC does not create its own data — it visualizes relationships stored in three key FSC objects. Understanding these objects is essential because they define what ARC can display.

Object Connects ARC Usage
Account-Account Relationship Two accounts (business-to-business, household-to-household, account-to-subsidiary) Powers Group, Member, and Peer nodes. Carries the Association Type field that ARC relies on.
Account Contact Relationship (ACR) A person (contact) to an account or household Powers the Members node (showing person accounts with roles in a household) and related contact views.
Contact-Contact Relationship (CCR) Two people (person-to-person) Powers Related Contacts nodes (advisor-client, spouse-spouse, attorney-client relationships).

Reciprocal Roles

Each relationship can be described by a Reciprocal Role — a custom object that captures the nature of the relationship from both sides. When an admin creates a reciprocal role with the “Create Inverse Role” checkbox selected, Salesforce automatically generates the corresponding inverse record. For example, creating a “Financial Advisor” role with the inverse “Client” automatically populates both sides of the relationship.

FSC ships with predefined reciprocal roles including Spouse–Spouse, Parent–Dependent, Grandparent–Grandchild, Lawyer–Client, Accountant–Client, and Proprietor–Business. These roles appear as labels on the edges between nodes in ARC graphs, giving users immediate context about how two people or organizations are connected.

Data Model Detail In the standard feature model, inverse relationship records are auto-populated when a relationship is created. In the managed package model, they are not. This behavioral difference affects what ARC displays — if inverse records are missing, some relationship edges may not appear in the graph.

ARC Node Types in Detail

ARC graphs are composed of nodes — visual cards that represent records. Each node type queries a specific relationship object and is anchored to a specific root object. Understanding which node type maps to which object and root is essential for both configuration and exam questions.

Node Type Root Object Relationship Object What It Shows
Group Relationships Account Account-Account Relationship (Group) Accounts contained within a parent account — subsidiaries, divisions
Member Relationships Account Account-Account Relationship (Member) Accounts tied to a parent — trusts holding assets, entities belonging to a group
Related Accounts Account Account-Account Relationship (Peer) Non-hierarchical account associations — peer businesses, key suppliers
Members Account Account Contact Relationship Person accounts fulfilling roles for an account — household members with their roles
Related Contacts Contact Contact-Contact Relationship People related to a person — advisor, lawyer, spouse, dependent
Household Contact Account Contact Relationship Household accounts a person belongs to
Exam Alert The exam tests whether you know which root object anchors each node type. Remember: Group Relationships, Member Relationships, Related Accounts, and Members use Account as the root object. Related Contacts and Household use Contact as the root object.

Configuring Custom ARC Graphs

Building a custom ARC graph is a multi-step process performed in Setup. Each graph starts with a root node and branches into child nodes that represent related objects. The configuration controls both the data that appears and the actions users can take.

Step-by-Step Graph Configuration

  1. Navigate to ARC Setup Setup → Actionable Relationship Center → New Relationship Graph.
  2. Define the Root Node Select the root object (typically Account or Contact). This is the record the graph will be displayed on.
  3. Add Child Nodes For each child node, select the target object, the relationship type (Lookup or Many-to-Many), the junction object (if Many-to-Many), and the lookup fields that connect parent to child.
  4. Configure Display Tab Choose which fields appear on each node’s card. These are the fields users see when viewing the graph.
  5. Configure Actions Tab Define which record actions (create, edit, delete, custom quick actions) are available on each node. These let users act on records directly from the graph.
  6. Apply Filter Criteria (Optional) Add filter conditions to control which related records appear as nodes. For example, only show financial accounts with a status of “Active.”
  7. Add to Lightning Record Page In Lightning App Builder, add the ARC Relationship Graph component to the record page and select the graph you created.
Admin Tip You can create multiple ARC graphs for different user profiles. A financial advisor might see a graph focused on household relationships and financial goals, while a commercial banker sees a graph focused on corporate structure, subsidiaries, and deal flow. Assign graphs by adding the ARC component to profile-specific Lightning record pages.

Node Configuration Details

Each child node in an ARC graph requires careful configuration. The relationship type determines how ARC queries for related records. For Lookup relationships, you specify the lookup field directly. For Many-to-Many relationships, you specify the junction object and both lookup fields that connect the parent object to the child object through the junction.

The Display tab configuration is particularly important for usability. You select which fields appear on the node card — typically a name, a key attribute (like role or account type), and a status or amount field. The Actions tab lets you wire up standard actions (Edit, Delete) or custom quick actions that your team has built.

Default B2C & B2B Templates

FSC provides two preconfigured ARC graph templates that serve as starting points for common financial services use cases. These templates can be used as-is or customized further.

B2C Graph Template

Designed for consumer-facing relationships — retail banking, wealth management, and personal insurance.

  • Root: Person Account (the client)
  • Shows household members with their roles
  • Displays related households the client belongs to
  • Lists household accounts (financial accounts associated with the household)
  • Surfaces related contacts like advisors and attorneys

B2B Graph Template

Designed for commercial and institutional relationships — commercial banking, corporate advisory, and institutional sales.

  • Root: Business Account (the company)
  • Shows subsidiaries (Group association type)
  • Displays employees connected to the business
  • Lists opportunities tied to the account
  • Surfaces cases associated with the business

Admins can extend these templates by adding additional child nodes. For example, you might add Financial Goals, Insurance Policies, or custom objects like Investment Accounts to the B2C graph. For the B2B graph, you might add Financial Deals, Loan Applications, or Key Contacts.

Setup Prerequisites & Permissions

ARC has a strict set of prerequisites that must be met before it will function. Missing any one of these will cause the component to fail silently — graphs simply will not render.

Mandatory Prerequisites

01
Person Account Model ARC is supported only for orgs using Person Accounts. It does not work with the Individual Model.
02
Association Type Picklist Values The Association Type field on Account-Account Relationship must have active picklist values with API names: Group, Member, Peer.
03
Permission Set Clone the Financial Services Cloud Extension permission set and enable the Access Actionable Relationship Center system permission.
04
Object & Field Visibility Users must have at least read access to every object and field referenced on a graph. Missing access hides the corresponding cards.
05
Contacts to Multiple Accounts The “Allow users to relate a contact to multiple accounts” setting must be enabled — this is a pre-installation prerequisite for FSC itself.
Exam Alert The Person Account requirement is one of the most tested ARC facts. If an exam scenario describes an org using the Individual Model and asks about ARC, the correct answer will always involve migrating to Person Accounts first. ARC is never supported with the Individual Model.

Permission Set Configuration

Salesforce recommends cloning the Financial Services Cloud Extension permission set rather than editing it directly. After cloning, enable the “Access Actionable Relationship Center” system permission on your custom permission set, then assign it to users who need ARC access.

Object-level and field-level security also play a role. If a user does not have read access to a field configured on a node’s Display tab, that field will not appear on the card. If the user lacks access to the entire object, the node itself will be hidden from the graph. This behavior is enforced at render time — the graph dynamically adjusts based on the viewing user’s permissions.

Admin Tip Test your ARC configuration by logging in as different user profiles. A common issue is building a graph that looks perfect for admins but shows empty or missing nodes for standard users due to field-level security gaps.

ARC Integrations

ARC does not operate in isolation. It integrates with two powerful FSC features that extend its value beyond simple relationship visualization.

Compliant Data Sharing

Compliant Data Sharing allows record owners to share account or opportunity records with other relevant users directly from the ARC graph. This is particularly important in regulated environments where data access must be controlled at the participant level. For example, a wealth advisor viewing a client’s ARC graph can share a specific financial deal record with a colleague who is also working the relationship — without opening up access to unrelated records.

Compliant Data Sharing works with ARC because both features operate on the same relationship data. When a user clicks on a node in the ARC graph and selects a sharing action, the system uses the underlying relationship record to determine sharing context. This is configured through Compliant Data Sharing rules in Setup, and the sharing actions appear on the ARC Actions tab.

Einstein Relationship Insights

The ARC Einstein Relationship Insights component surfaces AI-powered, web-sourced recommendations within the ARC interface. It scans public data sources for connections between people and businesses, then displays suggestions that users can act on — creating new relationship records, dismissing irrelevant suggestions, or navigating to the source of the insight.

This integration helps advisors and relationship managers discover relationships they might not have known about. For example, Einstein might surface that a client’s spouse serves on the board of a company that is already a prospect in the CRM — creating a referral opportunity that would have been invisible without the AI recommendation.

Integration Detail Einstein Relationship Insights is a separate licensed add-on. The ARC Einstein Relationship Insights component is available with New ARC, but the underlying Einstein Relationship Insights feature requires its own license and configuration in Setup.

Key Exam Tips for ARC

12 ARC Facts You Must Know for the Exam

  1. Person Accounts only — ARC does not support the Individual Model. If the scenario describes an Individual Model org, ARC is not an option until they migrate to Person Accounts.
  2. Two versions — New ARC uses the ARC Relationship Graph component (custom, actionable). Original ARC uses the ARC Financial Services Cloud component (preconfigured, view-only).
  3. Three association types — Group, Member, and Peer. All three picklist values must be active on the Association Type field of Account-Account Relationship for ARC to work.
  4. Permission set — Clone the Financial Services Cloud Extension permission set. Enable “Access Actionable Relationship Center” system permission. Do not edit the original permission set.
  5. Object visibility drives card visibility — Users must have read access to objects and fields on a graph. Missing access hides the corresponding cards silently — no error message.
  6. Root node objects — Group Relationships, Member Relationships, Related Accounts, and Members use Account as root. Related Contacts and Household use Contact as root.
  7. Four New ARC components — ARC Relationship Graph, ARC Details Panel, ARC Highlights Panel, and ARC Einstein Relationship Insights. Know each one’s purpose.
  8. Default templates — B2C Graph (members, related households, household accounts) and B2B Graph (subsidiaries, employees, opportunities, cases). Know the differences.
  9. Contacts to Multiple Accounts — This must be enabled as a pre-installation prerequisite. Without it, the ACR-based relationship model that ARC depends on will not function.
  10. Compliant Data Sharing integration — Record sharing can be triggered from ARC. This is a cross-topic exam favorite — expect scenarios combining ARC with data sharing.
  11. Einstein Relationship Insights — Requires a separate license. The ARC component surfaces AI-sourced recommendations. Users can create records, dismiss suggestions, or navigate to the source.
  12. Reciprocal Roles — The standard model auto-populates inverse roles; the managed package does not. Missing inverse records can cause edges to not appear in ARC graphs.

Test Your ARC Knowledge

CertifySF practice exams include scenario-based questions on ARC configuration, association types, permission setup, and integration with Compliant Data Sharing and Einstein Relationship Insights.

Take a Practice Exam

Frequently Asked Questions

What is the Actionable Relationship Center (ARC)?
ARC is a Lightning component in Financial Services Cloud that visualizes customer relationships as interactive, navigable graphs. Users can view, create, edit, and delete records directly from the graph. Admins build custom ARC graphs using standard and custom objects, configure node display fields and actions, and add the ARC Relationship Graph component to Lightning record pages.
Does ARC work with the Individual Model?
No. ARC is supported only for orgs that use the Person Account model. If your org uses the Individual Model, you need to migrate to Person Accounts before ARC can function. This is one of the key architectural reasons Salesforce recommends the Person Account model for all new FSC implementations.
What are the three Association Types and why do they matter?
The three Association Types are Group (an account contains other accounts), Member (an account belongs to another account), and Peer (two accounts are related without hierarchy). They are stored as picklist values on the Account-Account Relationship object. All three must be active with the exact API names for ARC to render graphs correctly.
Can I create multiple ARC graphs for different user profiles?
Yes. You can create as many custom ARC graphs as needed. Each graph can be tailored to a specific role — a financial advisor graph focused on household relationships, an investment banker graph focused on corporate hierarchies, or a service agent graph focused on cases and accounts. Assign graphs by adding the ARC component to profile-specific Lightning record pages.
What happens if a user doesn’t have access to an object on the graph?
ARC respects object-level and field-level security. If a user lacks read access to an object referenced on a graph, the corresponding node will not appear. If they lack access to a specific field on a node’s Display tab, that field will be hidden from the card. The graph dynamically adjusts at render time — there is no error message, which makes permission gaps hard to diagnose without testing as the affected user.
What is the difference between New ARC and Original ARC?
New ARC (Summer ’22+) uses the ARC Relationship Graph component and lets admins create fully custom, actionable graphs — users can create, edit, and delete records from the visualization. Original ARC uses the ARC Financial Services Cloud component and provides preconfigured, view-only graphs with limited customization. Both use the same underlying permission set.
Does Einstein Relationship Insights require a separate license?
Yes. While the ARC Einstein Relationship Insights component is available as part of New ARC, the underlying Einstein Relationship Insights feature requires its own license. The component surfaces AI-sourced relationship recommendations within the ARC graph, but the license is needed to power the intelligence behind those recommendations.

All information verified against the official Salesforce Spring ’26 Admin & User Guide. Preparing for the FSC Accredited Professional exam? Explore scenario-based practice questions at CertifySF.com.

Shopping Cart