• jheuvel
  • NEWBIE
  • 0 Points
  • Member since 2010

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 3
    Replies

I am creating authenticated web users in a spring 10 developer version.

 

I can register using the default SiteRegister page.

 

I can reset the password, both from the Sites page and from salesforc.com.

 

But whenever I try to login in, I get an error. When I check the login in salesforce.com, the message is "Maximum Logins Exceeded". I can't find any information on this error.

 

Any ideas would be appreciated.

 

Hi all
 
I have a query regarding UPSERT functionality of Apex Data Loader.I have a field value in Accounts where i want to change the value to NULL using UPSERT for all the existing records.But when i do that, the value still remains. Cant we update the value to NULL using UPSERT if there is any existing value??
 
Any help would be highly appreciable!!!
 
Thanks in Advance