Changing project's calendar via PSI

R

Ran @Comverse

Hi,

When I try to change project's calendar via PSI I get the following error:
Column 'CAL_UID' is read only.

The code is:

project.CheckOutProject(ProjGUID, SessionID, "");
ProjDS = project.ReadProject(ProjGUID,
ProjectPortal.WebSvcProject.DataStoreEnum.WorkingStore);
p = ProjDS.Project[0];
p.CAL_UID = new Guid("f98bff6d-e3f5-4433-b5fa-434819bb4516");


Please advise,
Thanks,
Ran.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top