• Shivaji S
  • NEWBIE
  • 0 Points
  • Member since 2013

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

When logging in using OAuth as a standard user, any attempt to update salesforce fields using the Remote Access REST API fails with the following:

 

Salesforce is giving response 400 which means "Bad Request". The body of the response has "

{"message"=>"insufficient access rights on cross-reference id", "errorCode"=>"INSUFFICIENT_ACCESS"}

 

Updating works fine when logged in as a user with Administrator privileges.

 

Hi All,

 

 

I need to create a webservice class which need to be  invoked and an account should be created in the account object..

 

 

Thanks In Advance,

SFDCIANE