• Bwoff
  • NEWBIE
  • 0 Points
  • Member since 2013

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

Clearly I don't belong here, but would appreciate the help nonetheless. I am trying to write a formula that will deactivate page updates for all users after a form is submitted with the exception of two profile ids. I can get it to work for one, but not both. What am I doing wrong?

 

And(now() >  Submitted_Day_Time__c , ($User.ProfileId  <> "00eD00000015thJ") ||($User.ProfileId  <> "00eD00000016Ctb"))

  • March 11, 2013
  • Like
  • 0
When prompted by the apex data loader I enter my salesforce.com username and password, but this message keeps appearing:

Error logging in to Salesforce. Please check your username and password.

When I login to salesforce.com with the same username and password it works.

Does anyone know why I can't login to the data loader?


Message Edited by Lkc037 on 12-11-2007 11:49 AM
  • December 11, 2007
  • Like
  • 0