CustomFields
TO view the Custom Fields in the project
Table Specific Information
Select
The connector will use the Asana API to process WHERE clause conditions built with the following column and operator. The rest of the filter is executed client side within the connector.
- ProjectId supports the '=' comparison.
For example, the following queries are processed server side:
SELECT * FROM CustomFields WHERE ProjectId = '1126938691750986'
Columns
Name | Type | References | Description |
Id | String | Globally unique identifier of the resource | |
Name | String | The name of the custom field. | |
Description | String | The description of the custom field. | |
Type | String | The type of the custom field. Must be one of the given values. | |
ProjectId | String | Globally unique Id of the project | |
ProjectName | String | Name of the project. |