Forum Discussion
Clemay300
Jan 30, 2024Copper Contributor
Field System Identification & GUIDs
Hello! I was hoping that someone might be able to provide some insight into how to find the GUID values for the standard project fields in Microsoft Project Online. We have been able to locate th...
- Jan 31, 2024
Hello Clemay300 ,
I've not looked for this in detail but I don't think you will easily the field GUIDs for standard fields such as Start, Description etc. A quick look on the PDP using Dev Tools does show the GUID:
I've compared the GUID value for a custom field on the PDP and that matches the custom field GUID so I assume this is the correct GUID for standard fields also.
I hope that helps
Paul
RodFromm
Jan 31, 2024Steel Contributor
The GUID is a unique identifier found in each table. For example, the Project table has ProjectId, Resource table has ResourceId, etc. The following links will provide definitions for the ProjectData or ProjectServer schemas.
https://learn.microsoft.com/en-us/previous-versions/office/project-odata/jj163529(v=office.15)
https://learn.microsoft.com/en-us/projectonline/project-online-and-project-server-export-data-definitions
https://learn.microsoft.com/en-us/previous-versions/office/project-odata/jj163529(v=office.15)
https://learn.microsoft.com/en-us/projectonline/project-online-and-project-server-export-data-definitions