Currently I am creating a Project using the Client Object model. I have successfully achieved the following:
1. Create a project.
2. Checked out the same project (to update custom fields).
3. Update custom fields for project created.
However, I have not been able to change the Project Owner value.
PS.DraftProject.set_owner(value)
I have tried multiple options for the value field on the previous method and none seem to work.
(UserID-GUID, Id taken from resources pool, email, parsing as an array [])
Has anyone done this, or know what is the format or content that should be inside of the value field?