Events which gets fired when we update the task in PWA site

A

ankur

What are the events which get fired when we update the task in PWA site.Also
Pre and Post events are possible or not?
 
A

ankur

Hi Stephen ,

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.
 
S

Stephen Sanderlin

Ankur,

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

For Project Server Consulting: http://www.msprojectexperts.com
For Project Server Training: http://www.projectservertraining.com

Read my blog at: http://www.projectserverhelp.com
Join the community at: http://forums.epmfaq.com
 

Ask a Question

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.

Ask a Question

Top