Individual
Schema file for Individual.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| OwnerId | String | False |
User.Id |
ID of the user who owns the record. |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| LastName | String | False |
Last name of the contact or person account. Required for person accounts. | |
| FirstName | String | False |
First name of the contact or person account. | |
| Salutation | String | False |
Honorific abbreviation, word, or phrase to be used in front of the name in greetings. | |
| Name | String | True |
Name of the record. | |
| HasOptedOutTracking | Bool | False |
Indicates whether the record has OptedOutTracking. | |
| HasOptedOutProfiling | Bool | False |
Indicates whether the record has OptedOutProfiling. | |
| HasOptedOutProcessing | Bool | False |
Indicates whether the record has OptedOutProcessing. | |
| HasOptedOutSolicit | Bool | False |
Indicates whether the record has OptedOutSolicit. | |
| ShouldForget | Bool | False |
Field containing ShouldForget information. | |
| SendIndividualData | Bool | False |
Field containing SendIndividualData information. | |
| CanStorePiiElsewhere | Bool | False |
Indicates whether the user or record can perform StorePiiElsewhere action. | |
| HasOptedOutGeoTracking | Bool | False |
Indicates whether the record has OptedOutGeoTracking. | |
| BirthDate | Date | False |
The contact's birthdate. | |
| DeathDate | Date | False |
Date associated with Death. | |
| ConvictionsCount | Int | False |
Number of Convictions associated with this record. | |
| ChildrenCount | Int | False |
Number of Children associated with this record. | |
| MilitaryService | String | False |
Field containing MilitaryService information. | |
| IsHomeOwner | Bool | False |
Indicates whether the record has the HomeOwner characteristic. | |
| Occupation | String | False |
Field containing Occupation information. | |
| Website | String | False |
Website URL for this account. | |
| IndividualsAge | String | False |
Field containing IndividualsAge information. | |
| LastViewedDate | Datetime | True |
Date and time when the record was last viewed in the user interface. | |
| MasterRecordId | String | True |
Individual.Id |
If this object was deleted as the result of a merge, this field contains the ID of the record that was kept. |
| ConsumerCreditScore | Int | False |
Field containing ConsumerCreditScore information. | |
| ConsumerCreditScoreProviderName | String | False |
Field containing ConsumerCreditScoreProviderName information. | |
| InfluencerRating | Int | False |
Field containing InfluencerRating information. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| SOQL | String | False |
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 | False |
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 | False |
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. | |
| SystemModstamp | Datetime | True |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |