SEO title: Salesforce FSC AUM Rollups Guide 2026: Configure Total Assets Under Management | Vantage Point
Meta description: Learn how to configure Total Assets Under Management in Salesforce Financial Services Cloud using Record Rollup Definitions, DPE, household groups, and business account rollups.
Suggested slug: blog/sf/salesforce-fsc-total-assets-under-management-aum-rollups-guide
In the Salesforce Financial Services Cloud Standard/Core data model, teams should calculate Total Assets Under Management by using Record Rollup Definitions powered by Data Processing Engine, not by trying to recreate the legacy Account-level Total AUM field. The practical pattern is to define a clear AUM policy, roll up qualifying Financial Account values through Financial Account Party relationships, store the result on Party Relationship Groups for households and on Business Accounts or business-type groups for entities, and then display those values through record pages, reports, FlexCards, or analytics.
This matters because the new model gives teams more flexible household, business, ownership, and relationship modeling, but it also requires more deliberate design. If the rollup path, filters, or ownership attribution rules are unclear, AUM can be incomplete, duplicated, or inconsistent across advisor views and reporting.
| Question | Answer |
|---|---|
| What is it? | Total Assets Under Management, or AUM, is the aggregated value of qualifying managed financial assets for a household, client, business, or relationship group. |
| Key benefit | A well-designed AUM rollup gives advisors, service teams, and leadership a consistent view of client value across households, businesses, books of business, and reporting. |
| Cost / investment | The main investment is solution design and configuration: fields, relationship modeling, Record Rollup Definitions, Data Processing Engine setup, testing, and UI/reporting work. |
| Best for | Salesforce Financial Services Cloud teams using or evaluating the Standard/Core data model, especially those moving away from legacy Rollups by Lookup patterns. |
| Bottom line | Do not treat AUM as a simple field replacement. Treat it as a data model, relationship, governance, and reporting design decision. |
Total Assets Under Management in Salesforce Financial Services Cloud is the sum of qualifying financial account values attributed to a household, business, client, advisor, or relationship group. In wealth and financial services CRM operations, AUM usually represents the managed asset value that should inform service prioritization, segmentation, advisor coverage, and reporting.
In older Financial Services Cloud implementations, teams often relied on preconfigured rollup behavior and managed-package patterns around households and Accounts. In the newer Salesforce Financial Services Cloud Standard/Core data model, the same business outcome is still achievable, but the configuration approach changes.
Instead of assuming a single Total AUM field exists on Account for every use case, admins and architects should define the AUM logic intentionally across these objects and concepts:
For teams modernizing Financial Services Cloud, this is also a good moment to review broader Salesforce implementation and advisory, system integration and data migration, and CRM governance decisions.
The AUM configuration pattern changed because Salesforce Financial Services Cloud Standard/Core uses a more flexible relationship model than many legacy FSC implementations. The new model is designed to represent people, businesses, households, trusts, ownership roles, and relationships more explicitly.
That flexibility is valuable, but it also means AUM cannot always be treated as a simple direct rollup from child records to one Account. A household may contain multiple people. A financial account may have multiple owners. A business client may have subsidiaries, trusts, related entities, and multiple attribution rules.
The result: teams need to define how asset values move through the relationship model before they decide where to display the final AUM number.
| Design question | Legacy-style pattern | Standard/Core pattern |
|---|---|---|
| Where is household value often expected? | Account-level household field or managed-package rollup pattern. | Party Relationship Group or another configured household/group target. |
| How are complex relationships handled? | Often simplified through household Account patterns. | Modeled with parties, relationship groups, memberships, and Financial Account Party records. |
| How should rollups be configured? | Rollups by Lookup or direct rollup-style configuration where available. | Record Rollup Definitions with Data Processing Engine for multi-hop relationships. |
| What is the main risk? | Overfitting to legacy assumptions. | Incomplete join paths, double-counting, or inconsistent filters. |
| What is the better design mindset? | “Where is the old field?” | “What relationship path and AUM policy should produce the right number?” |
Teams should define AUM before configuring rollups by creating a short rulebook that explains what counts, what does not count, and how ownership should be attributed. This is the most important step because the technology can sum values, but it cannot decide the business meaning of AUM for you.
A practical AUM rulebook should answer these questions:
Vantage Point often recommends separating raw rollup fields from display and segmentation fields. For example, Total_AUM__c can store the raw currency total, while formula fields or UI components can display tiers, labels, badges, and advisor-facing summaries.
Record Rollup Definitions and Data Processing Engine help by allowing admins to aggregate values across more complex relationship paths than classic rollup summary fields support. In Financial Services Cloud, that is especially important because the relationship from a household or business to financial assets can involve multiple objects.
A simplified household AUM path may look like this:
The exact join path depends on the org’s data model. That is why teams should not copy a generic rollup definition without validating their actual FSC configuration, record types, relationship objects, and ownership model.
Salesforce’s official documentation on Financial Services Cloud data models, Record Rollup Definitions, Record Rollup considerations, and group relationships in Financial Services Cloud is a useful starting point.
To configure household AUM in the new FSC data model, create a target AUM field on the household group, define the Financial Account value to sum, configure a Record Rollup Definition, and validate the join path and filters with test records.
Create a custom currency field on the household target object, commonly Party Relationship Group.
Example:
| Setting | Example |
|---|---|
| Object | Party Relationship Group |
| Field label | Total AUM |
| API name | Total_AUM__c |
| Type | Currency, 18,2 |
| Purpose | Stores the aggregated household AUM value |
Decide which source field represents AUM on the asset side. This could be a standard or custom field depending on the implementation.
Common examples include:
If different product systems feed Salesforce with inconsistent values, create a normalized field first. This is where data migration and integration design becomes important, especially when asset values originate outside Salesforce.
Configure a Record Rollup Definition with the household group as the target and Financial Account as the source.
| Configuration area | Recommended approach |
|---|---|
| Target object | Party Relationship Group, or the household object used by the org. |
| Target field | Total_AUM__c. |
| Source object | Financial Account, or a relevant financial account subtype. |
| Source field | The field that represents current managed value. |
| Operation | SUM. |
| Processing | Data Processing Engine-backed rollup. |
The join path is the part that most often causes confusion. The rollup must be able to traverse from the household group to the Financial Accounts that should count toward AUM.
A common conceptual path is:
Party Relationship Group → Group Member / Membership → Account or Contact → Financial Account Party → Financial Account
Your actual path may vary. Some orgs use household Accounts, some use Party Relationship Groups, and some use hybrid patterns because of legacy data or phased migration work. Validate the path against real records before relying on the result.
Filters should reflect the AUM rulebook.
Examples:
After configuration, sync and activate the rollup. Then test it with a small set of known households before extending trust to dashboards or executive reporting.
A strong test set should include:
Business Account AUM should be configured either directly on the Business Account or on a business-type Party Relationship Group, depending on how the organization models entity relationships. The right answer depends on whether the business needs entity-specific AUM, consolidated relationship AUM, or both.
This option works when the business entity itself should show AUM directly on its Account record.
| Configuration area | Example |
|---|---|
| Target object | Account, filtered to Business Account record types. |
| Target field | Total_AUM__c. |
| Source object | Financial Account. |
| Join path | Account → Financial Account Party → Financial Account, or the org’s equivalent path. |
| Filters | Include only qualifying account roles, statuses, and asset types. |
This pattern is useful for relationship managers who need an entity-level view on the Account record.
This option works when the business relationship includes multiple entities, subsidiaries, trusts, or related client structures. In that case, a Party Relationship Group can represent the broader relationship, while individual Business Accounts retain their own values.
| Business need | Better target |
|---|---|
| Show value for one legal entity | Business Account |
| Show consolidated value for several related entities | Business Relationship Group |
| Show both entity value and consolidated relationship value | Use both rollup targets with clear labels |
| Avoid double-counting across entities | Use attribution rules and filters carefully |
For many financial services organizations, the best answer is not either/or. It is a layered design: direct AUM on Business Account for entity-level visibility and group-level AUM for consolidated relationship management.
Multi-owner financial accounts should be handled with explicit attribution rules on or around Financial Account Party. Without clear attribution rules, a shared account can be counted multiple times across households, businesses, or advisors.
There are two common approaches.
Use ownership percentage to calculate adjusted AUM. For example, if a Financial Account has a market value of $1,000,000 and Household A owns 60%, Household A receives $600,000 of attributed AUM.
| Field | Example |
|---|---|
| Financial account value | $1,000,000 |
| Ownership percentage | 60% |
| Adjusted AUM | $600,000 |
This approach is more precise, but it requires reliable ownership percentage data and a field that the rollup can sum.
Attribute 100% of the account value to a primary owner, primary household, or primary relationship group. This is simpler, but it must be clearly documented because it can distort relationship-level or household-level reporting if users assume proportional ownership.
| Approach | Best when | Watch out for |
|---|---|---|
| Proportional attribution | Ownership percentages are reliable and reporting requires precision. | Requires clean data and more configuration. |
| Primary attribution | Business rules treat one relationship as primary for coverage or service. | Can overstate one group and understate another. |
| Full attribution to multiple groups | Coverage teams want visibility everywhere. | Creates double-counting risk in aggregate reporting. |
Teams should use Record Rollup Definitions for the core aggregation, formulas for labels and segmentation, Flow only when rollup logic cannot be handled declaratively through the rollup framework, and FlexCards or analytics for advisor-facing presentation. Each tool has a different job.
| Tool | Best use | Avoid using it for |
|---|---|---|
| Record Rollup Definitions + DPE | Summing AUM across FSC relationship paths. | Complex presentation logic. |
| Formula fields | AUM tiers, labels, bands, and calculated display values. | Heavy cross-object aggregation. |
| Flow | Exceptions, notifications, enrichment, and process steps around AUM changes. | Replacing scalable rollup processing when DPE can do the job. |
| FlexCards / Lightning components | Advisor-facing summaries, cards, and guided experiences. | Becoming the system of record for AUM logic. |
| Reports / CRM Analytics | Book-of-business views, segmentation, trends, and leadership dashboards. | Fixing unclear data definitions. |
A good rule: calculate once, display many ways. Keep the core AUM calculation governed and reusable. Then expose it in the user experience where advisors and managers need it.
Admins should validate data quality, relationship paths, rollup filters, security, page layouts, and reporting logic before deploying AUM rollups. AUM becomes a trusted business number quickly, so small configuration errors can create large downstream confusion.
Use this checklist before launch.
FSC AUM rollups can go wrong when teams configure the math before resolving the data model. Most issues are not caused by Salesforce’s ability to calculate; they are caused by unclear definitions, inconsistent relationships, or incomplete integration logic.
| Risk | What happens | Prevention |
|---|---|---|
| Double-counting | A shared account appears in multiple households or groups. | Use ownership percentages, primary flags, or clear attribution filters. |
| Undercounting | A valid account is not connected through the rollup path. | Validate relationship paths and Financial Account Party records. |
| Bad segmentation | Advisors see wrong tiers or labels. | Separate raw rollups from formula-based display logic. |
| Reporting mismatch | Dashboards disagree with record pages. | Use one governed source field and consistent filters. |
| Integration drift | Source systems send inconsistent values or stale balances. | Build reliable integrations and reconciliation checks. |
| Security exposure | Sensitive AUM fields are visible to the wrong users. | Review field-level security, sharing, permission sets, and compliance requirements. |
Businesses should treat FSC AUM configuration as a small architecture project, not just an admin field request. The work touches data definitions, relationship modeling, advisor workflows, compliance expectations, reporting, and integration quality.
A practical next step is to run a focused design session with four outputs:
If your team is evaluating how this applies to Salesforce, Financial Services Cloud, integrations, or CRM governance, Vantage Point can help assess the right next step and build a practical implementation plan.
Vantage Point helps organizations evaluate, implement, and optimize Salesforce and HubSpot based on their operating model, data needs, adoption goals, and growth strategy. For Salesforce Financial Services Cloud teams, that often includes translating business rules into scalable CRM architecture.
For FSC AUM rollups, Vantage Point can help with:
The goal is not just to display a number. The goal is to create a trusted CRM signal that supports better client service, cleaner reporting, and more confident relationship management.
Yes, Salesforce Financial Services Cloud Standard/Core can still support Total AUM, but teams usually need to configure the calculation instead of relying on a legacy preconfigured Account field. The recommended pattern is to use Record Rollup Definitions with Data Processing Engine and a clearly defined relationship path.
Household AUM is often best stored on Party Relationship Group when that object represents the household relationship. Some orgs may still use Account-based or hybrid household patterns, so the right target depends on the actual implementation. The key is to store the value where users expect to manage the household relationship.
Yes, AUM can be rolled up to Business Accounts when the business entity itself needs an entity-level AUM value. For more complex business structures, a business-type Party Relationship Group may be better for consolidated AUM across related entities.
Flow can support exception logic or related automation, but it should not be the first choice for scalable multi-hop AUM aggregation when Record Rollup Definitions and Data Processing Engine can handle the rollup. Use the rollup framework for the core calculation and Flow for surrounding business processes.
You avoid double-counting shared financial accounts by defining attribution rules before building the rollup. Common options include proportional attribution using ownership percentage, primary-owner attribution, or carefully filtered full attribution depending on the reporting need.
The biggest mistake is treating AUM as a simple field replacement from the legacy data model. In the Standard/Core model, teams should validate the relationship path, define the AUM policy, and test shared ownership scenarios before using the number in advisor views or leadership dashboards.
Yes, Vantage Point can help design, configure, test, and document FSC AUM rollups. That work often includes Salesforce Financial Services Cloud architecture, data integration review, Record Rollup Definition configuration, reporting, and change management for advisor adoption.
Held-away assets should be included only if the organization’s AUM definition says they count. Many firms separate managed AUM, held-away assets, lending exposure, and total relationship value so advisors get useful context without blurring regulated or operational definitions.
This post was based on an anonymized Financial Services Cloud admin question about configuring Total Assets Under Management in the new Salesforce Financial Services Cloud Standard/Core data model, plus Salesforce documentation on FSC data models, Record Rollup Definitions, Record Rollup considerations, and group relationship modeling.
External resources referenced: