Jump to content
Steve Sinclair

Salesforce Integration

Recommended Posts

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.

 

  

Share this post


Link to post

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.

Share this post


Link to post

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.

  • Like 1

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×