Trigger an event without saving an order

Discussions concerning general integration topics.

Moderator: Phil Barton

Post Reply
chris.brady
Posts: 105
Joined: Wed Oct 17, 2012 4:20 pm

Trigger an event without saving an order

Post by chris.brady »

Is there a way, without opening or saving an order, to trigger a server package to fire off one of its event handlers?

Specific example: we have a server package that extracts a bunch of order data in the OrderSaved event, and saves it to our database tables.
We have a separate utility with the same logic that we use for mass updates, but I was curious if there were some command we could run that could achieve the above behavior.

I wondered if you might have developed something like this in case you ever needed to mass update your own persisted tables.
BobRichards
Posts: 1377
Joined: Wed Jan 15, 2014 3:50 pm
Location: Raleigh, NC
Contact:

Re: Trigger an event without saving an order

Post by BobRichards »

No. Events such as this are defined to signal specific functionality. What are you trying to achieve?
Bob Richards, Senior Software Developer, SoftPro
Post Reply