0

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?

Kevin
  • 1,516
  • 1
  • 16
  • 31

1 Answers1

0

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

Documentation can be found here

Kevin
  • 1,516
  • 1
  • 16
  • 31