Hello!!! I have a task for setting actual work for an assignments in hours for specified days. I can do this with PDS (Project 2003) using next statement: <Request> <AssignmentsSave> <Assignments> <Assignment> <WUID>11978</WUID> <TimephasedDataSegments> <TimephasedData> <Type>1</Type> <WUID>11978</WUID> <Day>20080829000000</Day> <Value>50000</Value> </TimephasedData> </TimephasedDataSegments> <UpdateProjectManager>1</UpdateProjectManager> </Assignment> </Assignments> </AssignmentsSave> </Request> And what is the PSI analog of this functionality? (for setting actual works for specified day in MS Project 2007)
You need to use the Statusing web service (http://msdn.microsoft.com/en-us/library/websvcstatusing.statusing.aspx) to do this. -- Stephen Sanderlin Principal Consultant MSProjectExperts For Project Server Consulting: http://www.msprojectexperts.com For Project Server Training: http://www.projectservertraining.com Owner/Founder - EPMFAQ http://www.epmfaq.com/ http://forums.epmfaq.com/ Author wrote: > Hello!!! > > I have a task for setting actual work for an assignments in hours for > specified days. > > I can do this with PDS (Project 2003) using next statement: > <Request> > <AssignmentsSave> > <Assignments> > <Assignment> > <WUID>11978</WUID> > <TimephasedDataSegments> > <TimephasedData> > <Type>1</Type> > <WUID>11978</WUID> > <Day>20080829000000</Day> > <Value>50000</Value> > </TimephasedData> > </TimephasedDataSegments> > <UpdateProjectManager>1</UpdateProjectManager> > </Assignment> > </Assignments> > </AssignmentsSave> > </Request> > > And what is the PSI analog of this functionality? (for setting actual > works for specified day in MS Project 2007)