• paschal
  • NEWBIE
  • 0 Points
  • Member since 2004

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

Sorry I was not clear enough. I have a web app coded for one product only using the API 2.0

I want to add a new Product. So I have in a config file the ID of the first product.

I am not the developer of this application, and I just don't know how to obtain the ID for the new product.

You mention Product2 table, but how I can query this table. Is the ID the one I can see when I browse the Web interface ?

And also do I need to use the API 2.5 to code my application for more products ?

I need some help for the modification of an application, to integrate more products to come.
 
If I am right, the code use the key ProductId in the config file for the SF web service.
 
The key I have is this one for one product:
 
<add key="Salesforce.ProductId" value="00k30000000gxHo" />

Anyway I need  to integrate more products. So I need to know their Ids.

Do you know an easy way to retrieve this ID ?

Thanks