Browse by Tags
All Tags »
Project Server 2007 PSI (RSS)
The December 2007 update to the SDK is now available Project Developer Portal: http://msdn2.microsoft.com/en-us/office/aa905469.aspx SDK Online : Project 2007 SDK in MSDN online library: http://msdn2.microsoft.com/en-us/library/ms512767.aspx SDK Download
Read More...
A couple of topics that have come up through support incidents and comments posted here. The first on the use of the filter or xmlFilter parameters available in a few of the web services, and the second talking about event handlers and what happens if
Read More...
We have had a few questions on events, and the fact that sometimes, or more correctly, in some circumstances, they don't fire. So if you are using the PSI to make things happen then all should work and usually the description gives you a good idea when
Read More...
There are some limitations with the task notes field and the PSI which are discussed elsewhere on the blogs with a potential workaround of using VBA to access the RTF information. Another workaround you might consider is to use SharePoint and the Project
Read More...
In the dataset for the Project you have read/write access to Task_WBS. Unfortunately this should be read-only and the documentation is being corrected. (See community comment already posted at http://msdn2.microsoft.com/en-us/library/websvcproject.projectdataset.taskrow.task_wbs.aspx#CommunityContent
Read More...
An interesting support case came in through our EMEA team (thanks Valdemar) where a customer had a single event handler that was registered in different sites - but when the event was raised they needed to know which site fired it - so they could make
Read More...
There is some great content in the SDK on statusing (search for SubmitStatus and UpdateStatus) and even more coming soon. One of the missing pieces just at the moment is around adding timephased data. So here is a very brief example. See the SDK for better
Read More...
I thought this was one worth mentioning to a wider audience in case it catches others out. One of our customer had written some code to update data in the timesheet using the PSI. All seemed to be working OK, but no numbers changed. You could even debug
Read More...