• Andre R
  • NEWBIE
  • 0 Points
  • Member since 2011

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

I am using Perl with Light Soap to select data from various SFDC objects such as opportunity and Quote. When executing the following statement: SELECT Id, Name from Opportunity LIMIT 10 I have no issues, hoaever if I change the table name from Opportunity to Quote: SELECT Id, Name from Quote LIMIT 10 I am getting the following error message: INVALID_TYPE: sObject type 'Quote' is not supported.<br>2. SELECT Id, Name from Quote LIMIT 10. Does anybody have a clue?

I am using Perl with Light Soap to select data from various SFDC objects such as opportunity and Quote. When executing the following statement: SELECT Id, Name from Opportunity LIMIT 10 I have no issues, hoaever if I change the table name from Opportunity to Quote: SELECT Id, Name from Quote LIMIT 10 I am getting the following error message: INVALID_TYPE: sObject type 'Quote' is not supported.<br>2. SELECT Id, Name from Quote LIMIT 10. Does anybody have a clue?