Working with the Notes field content in the Assignment Details page

  • Thread starter Mauricio Iannini, PMP, MCTS
  • Start date
M

Mauricio Iannini, PMP, MCTS

Hi Gurus

Is there a way that I can retrieve the data my resources type into the Notes
field in the Assignment Details page (when they are entering Task Progress)
whether using PSI or Reporting DB? I would like to copy this content into a
text custom field and the only way I see this will work is manually cut and
paste.

Thanks

Mauricio I.
 
M

Marc Soester [MVP]

Hi Mauricio,

I am not sure if this is in the reporting DB, but I would suspect it is. If
not you may be able to retrieve it via PSI. Either way, you will need to do
some custom developement if you want to move it to the task notes. That means
you will need to use the PSI either way.

Hope this helps
 
P

Paul Conroy

Notes don't appear in the reporting DB and are not accessible via the PSI.
The only way I've found to reference them programmatically is to use the
published DB.
 
J

Jackson T. Cole

Notes are Rich Text format, and need a translation DLL to move them from
DB to an editor. A site I work with had to do this to get Notes into SQL
Reporting Services reports.

FYI ...

JTC
 
Top