CustomFields
Retrieve custom fields metadata.
テーブル固有の情報
Select
本製品 は Salesforce Marketing Cloud Account Engagement API を使用して、以下のカラムと演算子で構築されたWHERE 句条件を処理します。その他のフィルタはクライアントサイドで本製品 内部で処理されます。
- Id は '='、'<'、'<='、'>'、'>=' をサポートしています。
- CreatedAt は '='、'<'、'<='、'>'、'>=' をサポートしています。
- UpdatedAt は '='、'<'、'<='、'>'、'>=' をサポートしています。
例えば、次のクエリはサーバーサイドで処理されます。
SELECT * FROM CustomFields WHERE Id = 50 SELECT * FROM CustomFields WHERE CreatedAt > '01/01/2022' SELECT * FROM CustomFields WHERE UpdatedAt < '01/01/2022'
Columns
| Name | Type | References | Description |
| Id [KEY] | Int64 | Pardot ID for this custom field. | |
| Name | String | Custom field's name. | |
| FieldId | String | API ID for custom field. | |
| Type | String | The type of field. | |
| CreatedAt | Datetime | Time custom field was created in Pardot. | |
| UpdatedAt | Datetime | Last time custom field was updated. | |
| CreatedById | Int64 | ID of the individual who created this object. | |
| UpdatedById | Int64 | ID of the individual who last updated this object. | |
| IsRecordMultipleResponses | Boolean | If true, this custom field will record multiple responses. | |
| IsUseValues | Boolean | If true, this custom field will use predefined values. | |
| SalesforceId | String | The alpha-numeric Id of the Salesforce Org. | |
| IsRequired | String | True if the custom field is required. | |
| isAnalyticsSynced | Boolean | True if the object is synced to Analytics. |
Pseudo-Columns
SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。
| Name | Type | Description | |
| ValuesPrefill | String | Write-Only field on create operation. Possible values: Countries, |