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)...
Read more
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)...
Read more