Page 1 of 1

Requested tasks

Posted: Tue Jan 12, 2016 7:35 pm
by smadderla
Hi ,
I am trying to get task for an order when it is created or updated and I am looking for a field like when task is created or modified.
I have looked into pfm.task, pfm.requested task ,pf.changeevent tables and didn't find any field.Please let me know how to proceed with this.

Thanks,
Sangeetha.

Re: Requested tasks

Posted: Mon Jan 18, 2016 2:23 pm
by BobRichards
You will need to subscribe to the TasksChanged notification that is provided by Select when a new task is created or changed. See the SDK topic "How-To --> Subscribe to Notifications" for information on registering for events. I am not aware of a way to do this from the SQL tables.