Don't know where to place my logic

J

Joachim Jauß

Hi all,

I wrote some code which should update a project level custom field
(ProjectStatus) as a cumulative value from taskstatus

ProjectStatus = Max(TaskStatus) ...

I use an eventhandler read the project task data and iterate through all
tasks to find the max value. Then I want to update the ProjectStatus-Field.

I tryed some different events like onpublishing, onpublished on saved
oncheckin ... and so on, but i dont find the right event.

I do my test in pwa ... open project properties page an press save and
publish button.

Can someone tell me the right event to update a project level field when the
pm publishes his project?


kind regards

Joachim
 

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