# What are the Delpha Ultimate Parent Fields

Here’s the **Ultimate** field set with label, API name, and a short explanation. It includes standard and \
\&#xNAN;*(Fields marked **\[Calculated]** are computed from existing values from object Account.)*

[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;

<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 Accuracy</strong></td><td><p><code>delpha__DDQ_QualityUltimate</code></p><p><code>Accuracy__c</code></p></td><td>Accuracy assessment for the ultimate parent (dimension outcome).</td></tr><tr><td><strong>D Ultimate Timeliness</strong></td><td><p><code>delpha__DDQ_QualityUltimate</code></p><p><code>Timeliness__c</code></p></td><td>Timeliness grade for the ultimate-parent information (e.g., A).</td></tr></tbody></table>

## Delpha Recommendation

<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 Name Recommended</strong></td><td><p><code>delpha__DDQ_QualityUltimate</code></p><p><code>RecommendedParentName__c</code></p></td><td>Suggested name for the ultimate parent.</td></tr><tr><td><strong>D Ultimate Parent Comments</strong></td><td><p><code>delpha__DDQ_QualityUltimate</code></p><p><code>Comments__c</code></p></td><td>Evidence and notes supporting the ultimate-parent decision (human- and system-generated).</td></tr><tr><td><strong>D Ultimate Parent Id Recommended</strong></td><td><p><code>delpha__DDQ_QualityUltimate</code></p><p><code>RecommendedParentId__c</code></p></td><td>Suggested Salesforce Id to set as ultimate parent (if different).</td></tr><tr><td><strong>D Ultimate Recommended Parent</strong> </td><td><p><code>delpha__DDQ_QualityUltimate</code></p><p><code>RecommendedParentLink__c</code></p></td><td>HTML link to the <strong>recommended</strong> ultimate parent record.</td></tr><tr><td><strong>D Ultimate Recommended Score</strong></td><td><p><code>delpha__DDQ_QualityUltimate</code></p><p><code>RecommendedScore__c</code></p></td><td>Confidence score (0–100) of the recommendation.</td></tr></tbody></table>

## Delpha Support fields &#x20;

<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 Delpha Id</strong></td><td><code>delpha__DDQ_DelphaIdUltimate__c</code></td><td>Internal Delpha/Lake identifier of the detected ultimate parent.</td></tr><tr><td><strong>D Ultimate Last Updated</strong></td><td><p><code>delpha__DDQ_QualityUltimate</code></p><p><code>LastUpdated__c</code></p></td><td>Timestamp of the latest ultimate-parent analysis.</td></tr><tr><td><strong>D Ultimate Recommended Status</strong></td><td><p><code>delpha__DDQ_QualityUltimate</code></p><p><code>RecommendedStatus__c</code></p></td><td>Lifecycle/status of the recommendation (e.g., Potential/Accepted/Rejected).</td></tr><tr><td><strong>D Ultimate Data</strong></td><td><p><code>delpha__DDQ_QualityUltimate</code></p><p><code>RecommendedData__c</code></p></td><td>JSON payload with recommendation details (score, evidence, external refs).</td></tr></tbody></table>

## Support Fields: Calculated from Account current data

<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>True if the current record is itself the 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: 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:

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

The question should be specific, self-contained, and written in natural language.
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.
