You need to sign in to do that
Don't have an account?

Move orders
Currently we need to enter our orders twice, both in SalesForce and in our own order system. I would like to make it possible to only enter the order once in SalesForce. Then it should be transfered to our system and the there the seller only needs to say if it's ok or not.
But for this top work I need to have the order transfered as soon as the seller has entered it in SalesForce and I'm having problems finding a way for this. Is this possible or do I have to wait and then poll by for instance issuing a getUpdated-call?
But for this top work I need to have the order transfered as soon as the seller has entered it in SalesForce and I'm having problems finding a way for this. Is this possible or do I have to wait and then poll by for instance issuing a getUpdated-call?
Then we have the issue that I don't know when an order will go thru so I need to poll each 5 minutes 24 hours a day, 7 days a week, 365 days a year...
So the email approach might be better, I'll have to look into that.