Description: User-defined fields (UDFs) enable users to add custom fields and values to the project database.
Field | Type | Description | Read-Only |
---|---|---|---|
CreateDate | DateTime | The date this user-defined field was created. | Yes |
CreateUser | String | The name of the user that created this user-defined field. | Yes |
DataType | Enum | The data type of the user-defined field: 'Text', 'Start Date', 'Finish Date', 'Cost', 'Double', 'Integer', 'Indicator', or 'Code'. | No |
IsCalculated | Boolean | The flag indicating whether this is a calculated user defined field type. | Yes |
IsConditional | Boolean | The flag indicating whether this is a indicator user defined field type. | Yes |
IsSecureCode | Boolean | The flag indicating whether this is a secure code type. | No |
LastUpdateDate | DateTime | The date this user-defined field was last updated. | Yes |
LastUpdateUser | String | The name of the user that last updated this user-defined field. | Yes |
ObjectId | Int | The unique ID generated by the system. | No |
SubjectArea | Enum | The subject area of the user-defined field. | No |
Title | String | The name/title of the user-defined field. | No |