• Krrish
  • NEWBIE
  • 0 Points
  • Member since 2006

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies
Hello guys,
 
I am trying to access and manipulate the salesforce data from an external system using salesforce API.
I see that  before I can access the data using api, I need to authenticate the access either by username/password or sessionid/serverurl. Potentially my application can be used by multiple organizations via salesforce.com.
1. To gain access to a client organization's data using api, do I have to collect their super-user's username/password ?
2. If I simply pass the session id and server url over the querystring to my application and use it in the
api to gain access to their data, it works in some cases but might fail if the logged-in user has limited access/permissions to the data that I need to access.
 
Am I missing something here? Is there any other way accomplish this?
 
I appreciate any help in this regard.
 
Krishna
Hello guys,
 
I am trying to access and manipulate the salesforce data from an external system using salesforce API.
I see that  before I can access the data using api, I need to authenticate the access either by username/password or sessionid/serverurl. Potentially my application can be used by multiple organizations via salesforce.com.
1. To gain access to a client organization's data using api, do I have to collect their super-user's username/password ?
2. If I simply pass the session id and server url over the querystring to my application and use it in the
api to gain access to their data, it works in some cases but might fail if the logged-in user has limited access/permissions to the data that I need to access.
 
Am I missing something here? Is there any other way accomplish this?
 
I appreciate any help in this regard.
 
Krishna