Thanks for your reply.
By "Update the task" i mean when user clicks on the "My Tasks" in PWA
site,users will see the task assigned to them in project.When user click on
the particular task to update the status at that time which events get
fired.I also want to know whether we can attach workflows with the "My Tasks"
i.e when a user update the tasks a workflow should be triggered.
Sorry for the delayed response. I'm not sure what events PWA fires
internally other than the standard ASP.NET events (e.g. onclick).
There's no documentation for this. A list of event receivers for the
Statusing PSI (used by the My Tasks page) is available at: http://msdn.microsoft.com/en-us/lib...er.events.statusingeventreceiver_members.aspx.
As far as workflows, you can create custom proposal workflows but beyond
that I believe your only option would be to use a PSI event to trigger
the workflow (e.g. writing an event handler to populate an SP list with
a workflow attached or executing a WF workflow from the event handler).
--
Stephen Sanderlin
Principal Consultant
MSProjectExperts
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.