Loading from Project Server

Hi

Is it possible to load data from Project Server or Portfolio Server using the BDC

Thanks,

Mystique



Answer this question

Loading from Project Server

  • prasad mamidi

    Yes, it's quite simple. You can access the SQL database of the project server and fetch a list of projects.

    Because ProjectServer use GUIDs as ID I had to transform the IDs in System.String (and not System.Guid).

    bye, David

  • Loading from Project Server