R
Rayees Wani
hello guys .
i am able to add, update project, task and assignment custom field rows with
or without lookups successfully after having to go through as much
documentation as possible.
But i am badly stuck when i try to update assignment customfield on which
lookup is applied. It allows me to write the code value here
custRow.CODE_VALUE = codevalue;
but at Queueupdate()
it throws the unhandled exception.
System.Web.Services.Protocols.SoapException: ProjectServerError(s)
LastError=GeneralUnhandledException Instructions: Pass this into
PSClientError constructor to access all error information
at
Microsoft.Office.Project.Server.WebService.Project.QueueUpdateProject(Guid
jobUid, Guid sessionUid, ProjectDataSet dataset, Boolean validateOnly)
Please help .
thanks in advance
Rayees.
i am able to add, update project, task and assignment custom field rows with
or without lookups successfully after having to go through as much
documentation as possible.
But i am badly stuck when i try to update assignment customfield on which
lookup is applied. It allows me to write the code value here
custRow.CODE_VALUE = codevalue;
but at Queueupdate()
it throws the unhandled exception.
System.Web.Services.Protocols.SoapException: ProjectServerError(s)
LastError=GeneralUnhandledException Instructions: Pass this into
PSClientError constructor to access all error information
at
Microsoft.Office.Project.Server.WebService.Project.QueueUpdateProject(Guid
jobUid, Guid sessionUid, ProjectDataSet dataset, Boolean validateOnly)
Please help .
thanks in advance
Rayees.