ProjectCustomFields
Gets all the project custom fields.
Select
You can use the below query to get all Project Custom Fields:SELECT * FROM ProjectCustomFields
Columns
| Name | Type | Description |
| Id [KEY] | String | Custom Field Id. |
| Name | String | Custom Field Name. |
| FieldType | String | Custom Field Type. |
| FieldId | String | Field Id. |
| PII | Boolean | Custom Field PII. |
| Encrypted | Boolean | Encrypted. |
| DefaultValue | String | Custom Field Default Value. |
| PickList | String | Custom Field Pick List Options. |