DatacloudAddress
Schema file for DatacloudAddress.
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. | |
| AddressLine1 | String | Field containing AddressLine1 information. | |
| AddressLine2 | String | Field containing AddressLine2 information. | |
| City | String | City portion of the address. | |
| State | String | State or province portion of the address. | |
| Country | String | Country portion of the address. | |
| PostalCode | String | Postal code portion of the address. | |
| Latitude | String | Used with Longitude to specify the precise geolocation of an address. | |
| Longitude | String | Used with Latitude to specify the precise geolocation of an address. | |
| GeoAccuracyCode | String | Field containing GeoAccuracyCode information. | |
| GeoAccuracyNum | String | Field containing GeoAccuracyNum information. | |
| 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. |