• ollie
  • NEWBIE
  • 0 Points
  • Member since 2004

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 1
    Replies
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