次の方法で共有


Modifying RTF Notes

In Project Server 2007 the Project Server Interface (PSI) was designed to expose as much to developers as possible. But of course along the way certain compromises have had to be made (as happens if you ever want to ship a product). I want to point out one such spot I just ran across in case this will impact you in your development plans.

Every task has a notes section associated with it. The note section allows you to richly format the text in it (i.e. multiple fonts, settings, etc). These are converted to binary and saved in the RTF format in the Project plan. In the case of Project Server they are saved in the TASK_RTF_NOTES column as the SQL type of image. The PSI does not handle the writing back of the image data type. This makes TASK_RTF_NOTES a read-only field. There is information about this in the documentation for the CreateProjectFormTemplate method in the Project Server SDK. The SDK team is going to add this information in a more appropriate spot also.

Comments

  • Anonymous
    August 28, 2006
    The inevitable follow on question to Getting Notes from Project Server 2003  when combined with ...
  • Anonymous
    September 23, 2006
    Thanks Larry... I'm been struggling with this for a few days now.... strangely enough there is no mention at all on tech net or MSDN.Thanks for taking the time and trouble to record this!!Phil