• dbright
  • NEWBIE
  • 0 Points
  • Member since 2008

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies
I finally figured out how to publish my wcf wsdl so that SalesForce accepts it.  Now I want to call it.

My goal is to update a custom field, ie. "Time Spent Golfing" in the account object.

So everytime the user hits "some button" in salesforce, it goes to the webservice with a series of account ids and updates the "Time Spent Golfing" field.  What's the best way to accomplish this ?  I tried hooking up triggers (and a testing function just to see it work) and they both say "cannot make an outside call."  Regardless, I don't even want it to work through triggers, but just some button.

Can anyone suggest a course of action ?

Thanks in advance,

-D
I developed a web service in ASP.Net application. How can i access this service in Salesforce.com application