---
title: "About the Account Hierarchy Policy"
slug: "about-the-account-hierarchy-policy"
updated: 2025-03-03T14:33:29Z
published: 2025-03-03T14:33:29Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://support.fullcast.com/llms.txt
> Use this file to discover all available pages before exploring further.

# About the Account Hierarchy Policy

This article provides information regarding the Account Families Policy in Fullcast. The Account Families Policy automates the maintenance of corporate family relationships within Salesforce. A corporate family is a group of companies where a parent company owns or controls multiple subsidiaries.

#### Prerequisites

- Fullcast Managed Package: Ensure the [Fullcast Managed Package](/v1/docs/installing-the-managedpackage) is installed.
- Connected App: Configure and authenticate the [Connected App](/v1/docs/create-a-connected-app).
- Third-Party Data Provider: A data provider must update accounts and provide corporate family context.

#### Account Hierarchy Setup

- Create a custom metadata type with the following fields:
  - Parent (lookup to the account object)
  - UltimateParentKey (text field)
  - UltimateParent (self-lookup to the account object)
  - AccountHierarchyLinkField (text field)
- Ensure all fields have unique names.

#### Policy Definition

- Determine the primary source for corporate family data.
- Consider private equity, holding companies, and government entities.
- Define any specific reporting needs.

#### Key Configuration

- Define rules for matching parent and child accounts.
- Configure how Parent and UltimateParent fields are populated.
- Create a Salesforce Flow to automate the policy.
- Set up the policy's parameters.

#### Adding Account Families Policy

1. Access your Fullcast instance and switch plans if applicable.
2. Click Manage Policies by Territory on the Policies tile.
3. Click the New Policy button.
4. Click Add Policy on the Account Families tile.
5. Map the fields as appropriate.

![](https://cdn.document360.io/369efcf7-66f9-4f6b-9d45-9ca24a5b06cf/Images/Documentation/9b2b34ab-0dcb-4fd0-9d73-77b7f25de442.png)

*Figure 1. Parent and Child Configuration*

#### Where is Data Updated in Salesforce

| Field | API Name | Data |
| --- | --- | --- |
| Parent | ParentId | Look up to the immediate parent. |
| UltimateParent | fcio1_UltimateParent_c | Lookup to the top parent in the corporate family. |

#### Configuring the Account Hierarchy Policy

[Creating the Keys](/v1/docs/configuring-the-account-hierarchy-policy-in-salesforce#field-creation)

[Creating the Salesforce Flow](/v1/docs/configuring-the-account-hierarchy-policy-in-salesforce#flow)

[Configuring the Policy](/v1/docs/configuring-the-account-hierarchy-policy-in-salesforce#configuring-the-account-family-policy)

[UAT Scenarios](/v1/docs/account-hierarchy-uat)
