Loading

Salesforce Financial Services Cloud: ParentCoverageId field on InsurancePolicyCoverage not exposed over API

Data pubblicazione: Jul 13, 2026
Descrizione

When you query the InsurancePolicyCoverage object in Salesforce Financial Services Cloud (FSC) over the API, the ParentCoverageId field may not appear or return values. This is commonly seen in tools such as Salesforce Inspector Data Export, integration middleware, or direct REST/SOAP API calls, where ParentCoverageId cannot be selected or is missing from the results.

This is not a permission, license, or feature-gating restriction, and it is not specific to any single org. The ParentCoverageId field is available only from API version 67.0 and later. When a query or export tool is configured to use an API version earlier than 67.0, the field is not exposed and cannot be selected or returned.

Risoluzione

Cause
The ParentCoverageId field on InsurancePolicyCoverage is available only in API version 67.0 and later. Any query or export that uses an earlier API version omits the field from both the available field list and the query results.

Resolution
Set the API version used by the query tool or integration to 67.0 or higher.

Salesforce Inspector
1. Open Salesforce Inspector in the org.
2. Go to Salesforce Inspector > Options > API Version.
3. Set the API version to 67.0 or higher.
4. Return to Data Export and re-run the query, selecting ParentCoverageId from the InsurancePolicyCoverage object.

REST API
Target endpoint version v67.0 or higher, for example: /services/data/v67.0/query.

SOAP API and middleware
Configure the connection or endpoint to use API version 67.0 or higher.

Other integration or data tools
Confirm the configured API version is 67.0 or higher before querying InsurancePolicyCoverage.

Verification
Run a query against InsurancePolicyCoverage selecting the ParentCoverageId field (for example, SELECT Id, ParentCoverageId FROM InsurancePolicyCoverage) using API version 67.0 or higher, and confirm the field appears in the field list and returns values.

Numero articolo Knowledge

005388902

 
Caricamento
Salesforce Help | Article