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.
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.
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
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.
Group
An account contains other accounts. Represents a parent-child hierarchy.
Parent company → subsidiariesMember
An account belongs to another account. The inverse of Group.
Person account → householdPeer
Two accounts are related without hierarchy. A non-directional association.
Business ↔ key supplierGroup, 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.
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 |
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
-
Navigate to ARC Setup Setup → Actionable Relationship Center → New Relationship Graph.
-
Define the Root Node Select the root object (typically Account or Contact). This is the record the graph will be displayed on.
-
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.
-
Configure Display Tab Choose which fields appear on each node’s card. These are the fields users see when viewing the graph.
-
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.
-
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.”
-
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.
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
Group, Member, Peer.
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.
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.
Key Exam Tips for ARC
12 ARC Facts You Must Know for the Exam
- 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.
- Two versions — New ARC uses the ARC Relationship Graph component (custom, actionable). Original ARC uses the ARC Financial Services Cloud component (preconfigured, view-only).
- 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.
- Permission set — Clone the Financial Services Cloud Extension permission set. Enable “Access Actionable Relationship Center” system permission. Do not edit the original permission set.
- 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.
- Root node objects — Group Relationships, Member Relationships, Related Accounts, and Members use Account as root. Related Contacts and Household use Contact as root.
- Four New ARC components — ARC Relationship Graph, ARC Details Panel, ARC Highlights Panel, and ARC Einstein Relationship Insights. Know each one’s purpose.
- Default templates — B2C Graph (members, related households, household accounts) and B2B Graph (subsidiaries, employees, opportunities, cases). Know the differences.
- 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.
- 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.
- 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.
- 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.
Frequently Asked Questions
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.
