Task Status Changes

Discussions related to custom development with Select.
Post Reply
ruberked@gmail.com
Posts: 7
Joined: Thu May 12, 2022 1:32 pm

Task Status Changes

Post by ruberked@gmail.com »

Is there a way to listen for, capture, and/or track when tasks statuses have changed without having to open orders one at a time?

Thank you in advance!
BobRichards
Posts: 1377
Joined: Wed Jan 15, 2014 3:50 pm
Location: Raleigh, NC
Contact:

Re: Task Status Changes

Post by BobRichards »

You can register for the "TasksChanged" notification. This event fires when tasks are added, edited, or deleted, and can be filtered to look specifically for changes to the status. You'd register for that event just like you would for the OrderChanged event.

See the SDK topic "How-To --> Subscribe to Notifications" for information on registering for events.
Bob Richards, Senior Software Developer, SoftPro
ruberked@gmail.com
Posts: 7
Joined: Thu May 12, 2022 1:32 pm

Re: Task Status Changes

Post by ruberked@gmail.com »

Thank you Bob, sounds promising! We'll look into it and see if it gets us what we need.
Post Reply