Project server 2010->Server side event handler->any event for portfolio analysis?
-
2010年1月28日 上午 11:32
Project server 2010 comes with Portfolio analysis as well.
There are five step to process to create portfolio analysis
1. Define Properties
2. Prioritize Projects
3. Review Priorities
4. Analyze Cost
5. Analyze Resources
Is there any way I can trap any (or all) of above event and write
some code (Custom logic)? Like we have events available for project
published, Lookup table checkedIn and so on…Any pointer in this regard will be highly
appreciated.Thanks,
Alok
所有回覆
-
2010年2月1日 下午 05:06版主
Alok - take a look at the Optimizer event handler delegates and also the Reporting event handler delegates. Waht would you hope to do in your code?
- 已標示為解答 Christophe FiessingerMicrosoft Employee, Owner 2010年2月1日 下午 07:15
-
2010年2月2日 下午 08:22
The Portfolio Strategy feature exposes two post-events:
OptimizerOptimizerSolutionCommittedHandler Event handler for the OptimizerOptimizer SolutionCommitted post-event. OptimizerPlannerSolutionCommittedHandler Event handler for the OptimizerPlannerSolution Committed post-event.
What are you trying to achieve?- 已提議為解答 Marius Bunescu 2010年2月2日 下午 08:23