Skip to content

OfficeDev/Project-CSOM-Read-Enterprise-CustomFields

Repository files navigation

page_type products languages extensions
sample
office-project
office-365
csharp
contentType createdDate
samples
8/15/2016 12:57:18 PM

Project CSOM Read Enterprise CustomFields

The Project CSOM Read Enterprise CustomFields sample uses C# and Project CSOM to demonstrate how to read enterprise custom fields (ECFs) that are defined at the Project Online Web App (PWA) instance and read the ECFs that are defined in each project.

Users typically access ECFs by viewing the Project Details page for a specific project stored in the PWA instance.

Scenario

As a Project/Program/Portfolio portfolio manager, I would like to use an app that displays the custom values my company has associated with our projects.

Using the app

  1. Add the Project CSOM client package here.
  2. Update the PWA site.
  3. Update the login/password to your PWA site.
  4. Run the app.

Prerequisites

To use this code sample, you need the following:

  • PWA Site (Project Online, Project Server 2013 or Project Server 2016)
  • Visual Studio 2013 or later
  • Project CSOM client library. It is available as a Nuget Package from here
  • One or more project stored in the PWA instance that use ECFs.

How the sample affects your tenant data

This sample runs CSOM methods that reads all projects in the PWA instance for the specified user. Tenant data will not be changed nor deleted.

Additional resources

Copyright

Copyright (c) 2016 Microsoft. All rights reserved.

This project has adopted the Microsoft Open Source Code of Conduct. For more information, see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.