Excel Add-In for Salesforce Marketing Cloud Account Engagement

Build 25.0.9434

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 ReadOnly References Description
Id [KEY] Int64 True

Pardot ID for this custom field.

Name String False

Custom field's name.

FieldId String False

User-defined ID for the custom field.

Type String False

The type of custom field. Possible values: Text, Radio Button, Checkbox, Dropdown, Textarea, Multi-Select, Hidden, Number, Date, CRM User

CreatedAt Datetime True

Time custom field was created in Pardot.

UpdatedAt Datetime True

Last time custom field was updated.

CreatedById Int64 True

ID of the individual who created this object.

UpdatedById Int64 True

ID of the individual who last updated this object.

IsRecordMultipleResponses Boolean False

If true, this custom field will record multiple responses.

IsUseValues Boolean False

If true, this custom field will use predefined values.

SalesforceId String False

The alpha-numeric Id of the Salesforce Org.

IsRequired Boolean False

True if the custom field is required.

isAnalyticsSynced Boolean True

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, Country Codes, US States, US State Codes, Canadian Provinces, Canadian Province Codes, US States and Canadian Provinces, US State and Canadian Province Codes, Japanese Prefectures, Japanese Prefecture Codes

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434