Task Changed notifications?

Discussions related to custom development with Select.
Post Reply
robertoedwards
Posts: 23
Joined: Wed Feb 27, 2013 8:07 pm

Task Changed notifications?

Post by robertoedwards »

I am trying to get a Notification when a task changes (API Level) with a SOAP service.

I have gotten this to work for OrderChanged, here is the data I am getting.

<OrderChangedEvent>
<OrderID>99df3297-2ab6-e511-80f8-005056be9ae8</OrderID>
<OrderVersion>20</OrderVersion>
<IsNew>false</IsNew>
<OrderNumber>160014CR</OrderNumber>
<ChangedBy>Crystal Reinheimer </ChangedBy>
<OwningProfile>Default\\NewVentureMAIN\\NewVenture</OwningProfile>
<OwningProfileID>9cd9c93c-633f-e011-90b8-001ec967bde9</OwningProfileID>
</OrderChangedEvent>

Now I need to receive a similar notification when a task is changed (i.e., marked completed).

Problem is I cannot find a list of supported Notifications.
BobRichards
Posts: 1377
Joined: Wed Jan 15, 2014 3:50 pm
Location: Raleigh, NC
Contact:

Re: Task Changed notifications?

Post by BobRichards »

You can get a list of all notification sources by using sps.exe. See the SDK topic at How-To --> Subscribe to Notifications for instructions.
Bob Richards, Senior Software Developer, SoftPro
robertoedwards
Posts: 23
Joined: Wed Feb 27, 2013 8:07 pm

Re: Task Changed notifications?

Post by robertoedwards »

Bob, I may be missing somethig, but what I get are the events. Not the parameters when the event is triggered. Will these alway be the same?
BobRichards
Posts: 1377
Joined: Wed Jan 15, 2014 3:50 pm
Location: Raleigh, NC
Contact:

Re: Task Changed notifications?

Post by BobRichards »

Notifications can have different response parameters. You can look up the schema for the notification response by looking up the Notification in the database table SelectDb.core.ServiceEvent. Note that the SelectDb database may have been renamed in your system during installation.
Bob Richards, Senior Software Developer, SoftPro
robertoedwards
Posts: 23
Joined: Wed Feb 27, 2013 8:07 pm

Re: Task Changed notifications?

Post by robertoedwards »

Perfect! That is exactly what I was looking for.

Thanks.
Post Reply