Jump to content

Steve Sinclair

Members
  • Content Count

    3
  • Joined

  • Last visited

Everything posted by Steve Sinclair

  1. Steve Sinclair

    Salesforce Integration

    I've been asked to integrate a Delphi application with Salesforce. Salesforce are using a publisher/subscriber system they want us to subscribe to. I have no experience with this and am not sure where to start. Would anyone be able to give me some pointers on how to do this? Their developers asked me to look at COMETD https://developer.salesforce.com/docs/atlas.en-us.platform_events.meta/platform_events/platform_events_subscribe_cometd.htm . The process should be a simple one. They create a work order , we subscribe to an endpoint and then post pack some JSON once we are done. I think I can write back the completed work order using a POST to the given endpoint but I have no idea how to subscribe to get new work orders.
  2. Steve Sinclair

    Salesforce Integration

    It's the "long polling" subscription method that they want me to use. I'm trying to get them to do the standard REST stuff. It doesn't seem too hard to do from their side but if I can't get them to move on that I think I will have to use Java. I found a tutorial on you tube https://www.youtube.com/watch?v=uO3B9Qmg4qc which shows how to make your own endpoints in SalesForce. I've sent it to them and asked them to have a think - I'll have to wait to see what they say. Thanks Lars and Rollo for your comments. I'll let you know how it goes.
  3. Steve Sinclair

    Salesforce Integration

    Thanks Rollo I did look at that but It seems it has every standard object of Salesforce but it doesn’t have WokOrder Object or FSL Objects. I think I will have to use something other than Delphi to do this.
×