Search code examples
c#sharepointcsomms-projectproject-server

Project Server CSOM Local Custom Fields


I'm writing a .net application where i'm using CSOM (Microsoft.ProjectServer.Client) to connect to a PWA (On-Premise).

I am able to connect to projects, tasks, find enterprise custom fields, ... However, I can't seem to find any local custom fields for tasks (Text1-Text30, Number1-Number30, ...)

Is there a way to access these through CSOM?


Solution

  • This is not available in CSOM version 15, but is is available in version 16.

    Documentation can be found here