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