• tommmm
  • NEWBIE
  • 0 Points
  • Member since 2013

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

I can't seem to find anything on how to get a list of opportunity stages.

 

I tried doing an empty search but I just get this error:

 

entity type OpportunityStage does not support search

 Is there an endpoint I can hit to get a list of the opportunity stages an organisation has?

Hi,

 

We have a web application developed using java and would like to integrate salesforce.com with our websites. Can anyone tell me the procedure (technically) or steps that needs to be followed.

 

Thanks

Kalchakr

Hello,

I'm trying to create an iOS app that allows a user to login and see all of their contacts.  I'm able to allow the users to login using OAuth but when I run a query for some users they are getting errors that says: 

{message=The REST API is not enabled for this Organization., errorCode=API_DISABLED_FOR_ORG}

 

I know these users can enable this setting for their organization, but I'm trying to create an app that allows any user to see their contacts.  I know this is possible because the Salesforce app 'Logger' allows any user to log in and see their information regardless of what plan they are on.  

 

So really what I think I need to do is to not use the permissions of the logged in user, but to look at the permissions of the app and the account it is registered under.  Does anyone know how to do this?  And what plan would the app need to be registered under?