function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
KunalKunal 

Assertion Failed While Creating Opportunity Records (Not LineItem)

Hi,
 
Sorry if I am posting this under wrong section. I want to create the following:
 
1) Opportunity
2) OpportunityLineItem
3) OpportunityContactRole
4) Subscription ( A custom object who is dependent on OpportunityLineItem, Account and Contact)
 
I have a CSV file with values for the following:
  • AccountId
  • RecordTypeId
  • Name
  • StageName
  • Probability
  • CloseDate
  • ForcastCategory
  • PriceBookId
  • PriceBook2Id
  • OwnerId
  • ContactId
  • Plus....some custom fields

If I try to insert the CSV values using AppExchange Data Loader, I get an error message that says 'assertion failed'. I don't know what I am doing wrong and any help will be appreciated.

 
 
benjasikbenjasik
please log a ticket so our support team can try to reproduce this.  
Tom VTom V
Hi,
 
It would be great if you could post the solution to this problem. I have exactly the same problem.
 
Thanks,
James KennyJames Kenny
This is a known issue.  If you remove the pricebook entry in yuor .csv file, you should be able to upload it okay.