CRMActivityFields
Returns multiple crm activity field records. The records can be filtered, paged, and sorted according to the respective parameters.
Columns
| Name | Type | Description |
| Id [KEY] | Integer | The Id of the CRMActivityField. |
| CreatedAt | Datetime | The CreatedAt of the CRMActivityField. |
| CrmObjectType | String | The CrmObjectType of the CRMActivityField. |
| Field | String | The Field of the CRMActivityField. |
| FieldType | String | The FieldType of the CRMActivityField. |
| PicklistValuesHigh | String | The PicklistValuesHigh of the CRMActivityField. |
| PicklistValuesLow | String | The PicklistValuesLow of the CRMActivityField. |
| SalesforceObjectType | String | The SalesforceObjectType of the CRMActivityField. |
| Source | String | The Source of the CRMActivityField. |
| Title | String | The Title of the CRMActivityField. |
| UpdatedAt | Datetime | The UpdatedAt of the CRMActivityField. |
| Value | String | The Value of the CRMActivityField. |