• Jayesh Kapade
  • NEWBIE
  • 0 Points
  • Member since 2021

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 2
    Replies
I'm using MS Windows 8.1 with Google Chrome Version 35.0.1916.114 m
I have a free Salesforce trial version

From the "My Name" menu I chose "Developer Console".
I get a new window Force.com Developer Console with the "Loading workspace ..." progress bar.
The progress bar gets hung at about 50%.

Any advice?

Odeddevelopers console will not load
I've the following problem:
I need to do an upsert operation on fields FirstName and LastName with ApexDataloader11.0 on a Person Account.
I map FirstName and LastName whit my csv Column but when I run the upsert I got the following error message:
 
"Account: bad field names on insert/update call: FirstName, LastName"
 
It seems that ApexDataloader11.0 doesn't support Person Account Field for upsert/insert operation
 
If I do an extract operation with the same fields and with ApexDataloader11 It run succesfully
 
Please Help me
It's very important for me
 
Thanks