I'm trying to see if anyone know if this error message is a limitation from Microsoft (CDS API):
"We’re sorry. You cannot directly do 'Update' operation to 'msdyn_project'. Try editing it through the Resource editing UI in Dynamics or via Project."
I'm basically trying to update a field/custom field of a project item in the msdyn_project entity, and we are using the Project for the web. For some reason the API always response with the above error message. I tried doing a 'PATCH' to that specific item.
Does anyone here ever figure how to update an existing item in the 'Project' entity for Project for the web via the CDS API? Is it even possible? I know if we are not using the project for the web, the Project entity is updatable just fine.