Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error while installing FSC package #4

Open
sarabdeep03 opened this issue Nov 13, 2019 · 7 comments · May be fixed by #6
Open

Error while installing FSC package #4

sarabdeep03 opened this issue Nov 13, 2019 · 7 comments · May be fixed by #6

Comments

@sarabdeep03
Copy link

Getting the following error at the step of installing FSC package -
Installation errors:

  1. (Alert__c.Claim__c) referenceTo value of 'Claim' does not resolve to a valid sObject type, Details: Alert__c.Claim__c: referenceTo value of 'Claim' does not resolve to a valid sObject type
  2. (Alert__c.Insurance_Policy__c) referenceTo value of 'InsurancePolicy' does not resolve to a valid sObject type, Details: Alert__c.Insurance_Policy__c: referenceTo value of 'InsurancePolicy' does not resolve to a valid sObject type
  3. (BillingStatement__c.InsurancePolicy__c) referenceTo value of 'InsurancePolicy' does not resolve to a valid sObject type, Details: BillingStatement__c.InsurancePolicy__c: referenceTo value of 'InsurancePolicy' does not resolve to a valid sObject type
@sfdx-isv sfdx-isv deleted a comment from jrattanpal Nov 27, 2019
@sgriner
Copy link

sgriner commented Jan 10, 2020

You need to make sure you have "FinancialServicesUser:10" in the features section of demo-scratch-def.json.

@steals
Copy link

steals commented May 28, 2020

This issue still exists. Even after applying changes from #6
I've also compared dev org created from Trialforce template and the new scratch org and confirmed the scratch org doesn't have "Claim" and "InsurancePolicy" standard objects.
@VivekMChawla

@nvuillam
Copy link

Same issue here

@nvuillam
Copy link

nvuillam commented May 31, 2020

My SFDX api version was 47.0 instead of 48.0
After setting it to 48.0 it passed
Try that in your SFDX Project root folder

sfdx force:config:set apiVersion="48.0"
sfdx force:config:set apiVersion="48.0" --global

@steals
Copy link

steals commented Jun 3, 2020

after updating sfdx cli api version and creation of the new scratch org still have the same errors.
@nvuillam Could you please check and confirm that your scratch org has Claim and InsurancePolicy objects?

in the meantime tried to contact Salesforce Partner Support but after one week of conversation and reaching to Tier 3 they closed the case with the resolution that they can't provision licenses to the scratch org... (ref: 26576674)

@nvuillam
Copy link

nvuillam commented Jun 3, 2020

I confirm I see those objects :) And no need to provision licenses

@steals
Copy link

steals commented Jun 3, 2020

Well.. it appeared DevHub or namespace related issue... I've just created a new scratch org with another DevHub and also see Claim and InsurancePolicy objects. Hm..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants