Microsoft Project · Schema

CustomField

Custom field schema from Microsoft Project Online REST API

BudgetingGantt ChartsMicrosoftPortfolio ManagementProject ManagementResource ManagementSchedulingTask Management

Properties

Name Type Description
Id string Custom field identifier
InternalName string Internal name of the custom field
Name string Display name of the custom field
FieldType integer Field data type (0=Cost, 1=Date, 2=Duration, 3=Finish, 4=Flag, 5=Number, 6=Start, 7=Text)
EntityType integer Entity type (0=Project, 1=Resource, 2=Task)
Description string Field description
LookupTableId string Associated lookup table ID
IsRequired boolean Whether the field is required
IsMultilineText boolean Whether the text field supports multiple lines
Formula string Calculated field formula
View JSON Schema on GitHub