• danlb
  • NEWBIE
  • 0 Points
  • Member since 2010

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

I have been asked to provide some support on an S-Control (a technology I am not to familier with) that was developed byh someone else. The S-Control is being called from a form post originating from an external web site. The form is set to post back to:

 

https://www.salesforce.com/servlet/servlet.WebToCase?encoding=UTF-8

 

I have a couple Web To Case S-controls but nothing named exactly "WebToCase". Is there someplace where the servlet name is mapped to the actual S-Control?

  • September 22, 2011
  • Like
  • 0

For any .NET programmers out there I have done a blog post on how to use the REST API from a C# desktop application:

 

http://danlb.blogspot.com/2010/10/salesforcecom-rest-api.html

 

Dan

  • October 30, 2010
  • Like
  • 0

Once you retrieve an access token using oauth, how long is it valid? Does it eventually expire?

  • October 30, 2010
  • Like
  • 0