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.
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.
Salesforce Field Reference Guide - InsurancePolicyCoverage: https://developer.salesforce.com/docs/atlas.en-us.sfFieldRef.meta/sfFieldRef/salesforce_field_reference_InsurancePolicyCoverage.htm
005388902

We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.