DatacloudContact
Schema file for DatacloudContact.
Columns
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| CurrencyIsoCode | String | ISO code for the currency in which the revenue amount is expressed. | |
| ExternalId | String | External ID from another system. | |
| CompanyId | String | ID of the Company associated with this record. | |
| ContactId | String | ID of the Contact associated with this record. | |
| CompanyName | String | Field containing CompanyName information. | |
| Title | String | Title of the contact or person, for example CEO or Vice President. | |
| IsInactive | Bool | Indicates whether the record has the Inactive characteristic. | |
| FirstName | String | First name of the contact or person account. | |
| LastName | String | Last name of the contact or person account. Required for person accounts. | |
| Phone | String | Phone number for the contact or account. | |
| String | Email address for the contact or person account. | ||
| Street | String | Street address. | |
| City | String | City portion of the address. | |
| State | String | State or province portion of the address. | |
| Country | String | Country portion of the address. | |
| Zip | String | Field containing Zip information. | |
| Department | String | The contact's department. | |
| Level | String | Field containing Level information. | |
| IsOwned | Bool | Indicates whether the record has the Owned characteristic. | |
| UpdatedDate | Datetime | Date associated with Updated. | |
| IsInCrm | Bool | Indicates whether the record has the InCrm characteristic. | |
| SOQL | String | Specifies the SOQL query to execute against the Salesforce servers. If this pseudo column is set from the WHERE clause it will take precedence over the original query. | |
| ExternalIdColumn | String | Specifies the external Id column to use if performing an insert. If this value is specified, upsert will be used when the INSERT command is called. | |
| FilterScope | String | Optional scope to limit the records returned from queries. This property can take one of these values: Delegated, Everything, Mine, MineAndMyGroups, My_Territory, My_Team_Territory, or Team. |