Order open event

Discussions related to SoftPro Select Server development.

Moderator: Phil Barton

Post Reply
MattW
Posts: 46
Joined: Tue May 26, 2015 5:17 pm

Order open event

Post by MattW »

I was wondering if there is a way to subscribe to an order open event on a server package.
We've been able to simulate this by using the ActiveDocumentChanged in shell package but I imagine this would not be a viable approach on the server package.
The reason we want an order open event is so that we can subscribe to the property changed events when a user changes a field without waiting until the ordersaving or ordersaved events.

If there is a better way to approach this please let me know.

Thanks in advance.
BobRichards
Posts: 1376
Joined: Wed Jan 15, 2014 3:50 pm
Location: Raleigh, NC
Contact:

Re: Order open event

Post by BobRichards »

  • Sorry, but there is no an OrderOpen notification.
  • Also, as a server package, you cannot see individual field level changes the user is making on the client. If you wish to perform validations (etc.) as the user changes individual fields, you need to do this at the client. Server packages can only see the order when the order is saved by the user.
Bob Richards, Senior Software Developer, SoftPro
Post Reply