> For the complete documentation index, see [llms.txt](https://help.delpha.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.delpha.io/delpha-for-salesforce/how-to-faq/delpha-ultimate-parent/what-are-the-delpha-ultimate-parent-fields.md).

# What are the Delpha Ultimate Parent Fields

Here’s the **Ultimate** field set with label, API name, and a short explanation.&#x20;

[Standard data quality field set can be found here](/delpha-for-salesforce/how-to-faq/delpha-data-quality/delpha-data-quality-field-pack-for-salesforce.md).

## Delpha Data Quality Analysis&#x20;

*Fields measuring the health and accuracy of the Ultimate Parent data.*

| **Label**                   | **API name**                                 | **Explanation**                                                     |
| --------------------------- | -------------------------------------------- | ------------------------------------------------------------------- |
| **D Ultimate Accuracy**     | `delpha__DDQ_QualityUltimateAccuracy__c`     | Accuracy assessment for the ultimate parent (picklist, restricted). |
| **D Ultimate Completeness** | `delpha__DDQ_QualityUltimateCompleteness__c` | Boolean indicating if the hierarchy data is complete.               |
| **D Ultimate Consistency**  | `delpha__DDQ_QualityUltimateConsistency__c`  | Boolean indicating if the hierarchy data is consistent.             |
| **D Ultimate Timeliness**   | `delpha__DDQ_QualityUltimateTimeliness__c`   | Timeliness grade for the ultimate-parent information (e.g., A).     |
| **D Ultimate Validity**     | `delpha__DDQ_QualityUltimateValidity__c`     | Overall validity status of the parent data (picklist).              |

## Delpha Recommendation

*Fields related to Delpha’s suggested changes and supporting evidence.*

| **Label**                              | **API name**                                          | **Explanation**                                                                              |
| -------------------------------------- | ----------------------------------------------------- | -------------------------------------------------------------------------------------------- |
| **D Ultimate Parent Name Recommended** | `delpha__DDQ_QualityUltimateRecommendedParentName__c` | Suggested name for the ultimate parent.                                                      |
| **D Ultimate Parent Id Recommended**   | `delpha__DDQ_QualityUltimateRecommendedParentId__c`   | Salesforce Id of the suggested parent.                                                       |
| **D Ultimate Recommended Parent**      | `delpha__DDQ_QualityUltimateRecommendedParentLink__c` | HTML link to the **recommended** ultimate parent record.                                     |
| **D Ultimate Recommended Score**       | `delpha__DDQ_QualityUltimateRecommendedScore__c`      | Confidence score (0–100) of the recommendation.                                              |
| **D Ultimate Recommended Status**      | `delpha__DDQ_QualityUltimateRecommendedStatus__c`     | Current status of the recommendation (e.g., Potential/Accepted/Rejected).                    |
| **D Ultimate Parent Comments**         | `delpha__DDQ_QualityUltimateComments__c`              | Evidence, legal rationale, and notes regarding the parent decision.                          |
| **D Ultimate Data**                    | `delpha__DDQ_QualityUltimateRecommendedData__c`       | Detailed JSON payload containing the full recommendation analysis (chain, evidence, source). |

{% hint style="info" %}
the **D Ultimate Data** can be processed to extract extra information such as&#x20;

* the [protocols used to select the Ultimate Parent](/delpha-for-salesforce/how-to-faq/delpha-ultimate-parent/how-delpha-selects-the-ultimate-parent-the-10-logic-protocols.md) from the owner list
* the evidence chain and summary
* extra information such as Legal Id, LEI indentifier, address

Check section [Understanding the D Ultimate Data JSON payload](/delpha-for-salesforce/how-to-faq/delpha-ultimate-parent/understanding-the-d-ultimate-data-json-payload.md) for detailled explanation.&#x20;
{% endhint %}

## Delpha Support fields &#x20;

*Metadata and audit fields.*

<table data-header-hidden><thead><tr><th width="215"></th><th></th><th></th></tr></thead><tbody><tr><td><strong>Label</strong></td><td><strong>API name</strong></td><td><strong>Explanation</strong></td></tr><tr><td><strong>D Ultimate Parent Delpha Id</strong></td><td><code>delpha__DDQ_DelphaIdUltimate__c</code></td><td>Internal Delpha identifier for the ultimate parent.</td></tr><tr><td><strong>D Ultimate Last Updated</strong></td><td><code>delpha__DDQ_QualityUltimateLastUpdated__c</code></td><td>Timestamp of the most recent analysis.</td></tr><tr><td><strong>D Ultimate Previous Status</strong></td><td><code>delpha__DDQ_QualityUltimatePreviousStatus__c</code></td><td>The status of the record prior to the current update.</td></tr></tbody></table>

## Support Fields: Calculated from Account current data

*Fields computed directly.*

<table data-full-width="false"><thead><tr><th width="201.3333740234375">Label</th><th width="302">API name</th><th>Explanation</th></tr></thead><tbody><tr><td><strong>D Ultimate Parent</strong> [Current situation - Calculated]</td><td><p><code>delpha__DDQ_QualityUltimate</code></p><p><code>Parent__c</code></p></td><td>HTML link to the detected ultimate parent record (built from Id/Name).</td></tr><tr><td><strong>D Is Ultimate</strong> [Current situation - Calculated]</td><td><p><code>delpha__DDQ_QualityUltimate</code></p><p><code>IsUltimate__c</code></p></td><td>Boolean; true if the current record is its own ultimate parent. (derived from hierarchy chain).</td></tr><tr><td><strong>D Ultimate Path</strong> [Current situation - Calculated]</td><td><p><code>delpha__DDQ_QualityUltimate</code></p><p><code>Path__c</code></p></td><td>Textual path of the hierarchy chain up to the ultimate parent.</td></tr><tr><td><strong>D Ultimate Parent Name</strong> [Current situation - Calculated]</td><td><p><code>delpha__DDQ_QualityUltimate</code></p><p><code>ParentName__c</code></p></td><td>Name of the detected ultimate parent.</td></tr><tr><td><strong>D Ultimate Parent Id</strong> [Current situation - Calculated]</td><td><p><code>delpha__DDQ_QualityUltimate</code></p><p><code>ParentId__c</code></p></td><td>Salesforce Id of the detected ultimate parent.</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.delpha.io/delpha-for-salesforce/how-to-faq/delpha-ultimate-parent/what-are-the-delpha-ultimate-parent-fields.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
