Table of Contents

Class SfIndividual

Namespace
NetCoreForce.Models
Assembly
NetCoreForce.Models.dll

Individual

SObject Name: Individual

Custom Object: False

public class SfIndividual : SObject
Inheritance
SfIndividual
Inherited Members

Properties

BirthDate

Birth Date

Name: BirthDate

SF Type: date

Nillable: True

[JsonProperty(PropertyName = "birthDate")]
public DateTime? BirthDate { get; set; }

Property Value

DateTime?

CanStorePiiElsewhere

OK to Store PII Data Elsewhere

Name: CanStorePiiElsewhere

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "canStorePiiElsewhere")]
public bool? CanStorePiiElsewhere { get; set; }

Property Value

bool?

ChildrenCount

Number of Children

Name: ChildrenCount

SF Type: int

Nillable: True

[JsonProperty(PropertyName = "childrenCount")]
public int? ChildrenCount { get; set; }

Property Value

int?

ConsumerCreditScore

Consumer Credit Score

Name: ConsumerCreditScore

SF Type: int

Nillable: True

[JsonProperty(PropertyName = "consumerCreditScore")]
public int? ConsumerCreditScore { get; set; }

Property Value

int?

ConsumerCreditScoreProviderName

Consumer Credit Score Provider Name

Name: ConsumerCreditScoreProviderName

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "consumerCreditScoreProviderName")]
public string ConsumerCreditScoreProviderName { get; set; }

Property Value

string

ConvictionsCount

Conviction Count

Name: ConvictionsCount

SF Type: int

Nillable: True

[JsonProperty(PropertyName = "convictionsCount")]
public int? ConvictionsCount { get; set; }

Property Value

int?

CreatedBy

ReferenceTo: User

RelationshipName: CreatedBy

[JsonProperty(PropertyName = "createdBy")]
[Updateable(false)]
[Createable(false)]
public SfUser CreatedBy { get; set; }

Property Value

SfUser

CreatedById

Created By ID

Name: CreatedById

SF Type: reference

Nillable: False

[JsonProperty(PropertyName = "createdById")]
[Updateable(false)]
[Createable(false)]
public string CreatedById { get; set; }

Property Value

string

CreatedDate

Created Date

Name: CreatedDate

SF Type: datetime

Nillable: False

[JsonProperty(PropertyName = "createdDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? CreatedDate { get; set; }

Property Value

DateTimeOffset?

DeathDate

Death Date

Name: DeathDate

SF Type: date

Nillable: True

[JsonProperty(PropertyName = "deathDate")]
public DateTime? DeathDate { get; set; }

Property Value

DateTime?

FirstName

First Name

Name: FirstName

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "firstName")]
public string FirstName { get; set; }

Property Value

string

HasOptedOutGeoTracking

Block Geolocation Tracking

Name: HasOptedOutGeoTracking

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "hasOptedOutGeoTracking")]
public bool? HasOptedOutGeoTracking { get; set; }

Property Value

bool?

HasOptedOutProcessing

Don't Process

Name: HasOptedOutProcessing

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "hasOptedOutProcessing")]
public bool? HasOptedOutProcessing { get; set; }

Property Value

bool?

HasOptedOutProfiling

Don't Profile

Name: HasOptedOutProfiling

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "hasOptedOutProfiling")]
public bool? HasOptedOutProfiling { get; set; }

Property Value

bool?

HasOptedOutSolicit

Don't Market

Name: HasOptedOutSolicit

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "hasOptedOutSolicit")]
public bool? HasOptedOutSolicit { get; set; }

Property Value

bool?

HasOptedOutTracking

Don't Track

Name: HasOptedOutTracking

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "hasOptedOutTracking")]
public bool? HasOptedOutTracking { get; set; }

Property Value

bool?

Id

Individual ID

Name: Id

SF Type: id

Nillable: False

[JsonProperty(PropertyName = "id")]
[Updateable(false)]
[Createable(false)]
public string Id { get; set; }

Property Value

string

IndividualsAge

Individual's Age

Name: IndividualsAge

SF Type: picklist

Nillable: True

[JsonProperty(PropertyName = "individualsAge")]
public string IndividualsAge { get; set; }

Property Value

string

InfluencerRating

Influencer Rating

Name: InfluencerRating

SF Type: int

Nillable: True

[JsonProperty(PropertyName = "influencerRating")]
public int? InfluencerRating { get; set; }

Property Value

int?

IsDeleted

Deleted

Name: IsDeleted

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isDeleted")]
[Updateable(false)]
[Createable(false)]
public bool? IsDeleted { get; set; }

Property Value

bool?

IsHomeOwner

Is Homeowner

Name: IsHomeOwner

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isHomeOwner")]
public bool? IsHomeOwner { get; set; }

Property Value

bool?

LastModifiedBy

ReferenceTo: User

RelationshipName: LastModifiedBy

[JsonProperty(PropertyName = "lastModifiedBy")]
[Updateable(false)]
[Createable(false)]
public SfUser LastModifiedBy { get; set; }

Property Value

SfUser

LastModifiedById

Last Modified By ID

Name: LastModifiedById

SF Type: reference

Nillable: False

[JsonProperty(PropertyName = "lastModifiedById")]
[Updateable(false)]
[Createable(false)]
public string LastModifiedById { get; set; }

Property Value

string

LastModifiedDate

Last Modified Date

Name: LastModifiedDate

SF Type: datetime

Nillable: False

[JsonProperty(PropertyName = "lastModifiedDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? LastModifiedDate { get; set; }

Property Value

DateTimeOffset?

LastName

Last Name

Name: LastName

SF Type: string

Nillable: False

[JsonProperty(PropertyName = "lastName")]
public string LastName { get; set; }

Property Value

string

LastViewedDate

Last Viewed Date

Name: LastViewedDate

SF Type: datetime

Nillable: True

[JsonProperty(PropertyName = "lastViewedDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? LastViewedDate { get; set; }

Property Value

DateTimeOffset?

MasterRecord

ReferenceTo: Individual

RelationshipName: MasterRecord

[JsonProperty(PropertyName = "masterRecord")]
[Updateable(false)]
[Createable(false)]
public SfIndividual MasterRecord { get; set; }

Property Value

SfIndividual

MasterRecordId

Master Record ID

Name: MasterRecordId

SF Type: reference

Nillable: True

[JsonProperty(PropertyName = "masterRecordId")]
[Updateable(false)]
[Createable(false)]
public string MasterRecordId { get; set; }

Property Value

string

MilitaryService

Military Service

Name: MilitaryService

SF Type: picklist

Nillable: True

[JsonProperty(PropertyName = "militaryService")]
public string MilitaryService { get; set; }

Property Value

string

Name

Name

Name: Name

SF Type: string

Nillable: False

[JsonProperty(PropertyName = "name")]
[Updateable(false)]
[Createable(false)]
public string Name { get; set; }

Property Value

string

Occupation

Occupation

Name: Occupation

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "occupation")]
public string Occupation { get; set; }

Property Value

string

Owner

ReferenceTo: User

RelationshipName: Owner

[JsonProperty(PropertyName = "owner")]
[Updateable(false)]
[Createable(false)]
public SfUser Owner { get; set; }

Property Value

SfUser

OwnerId

Owner ID

Name: OwnerId

SF Type: reference

Nillable: False

[JsonProperty(PropertyName = "ownerId")]
public string OwnerId { get; set; }

Property Value

string

SObjectTypeName

[JsonIgnore]
public static string SObjectTypeName { get; }

Property Value

string

Salutation

Salutation

Name: Salutation

SF Type: picklist

Nillable: True

[JsonProperty(PropertyName = "salutation")]
public string Salutation { get; set; }

Property Value

string

SendIndividualData

Export Individual's Data

Name: SendIndividualData

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "sendIndividualData")]
public bool? SendIndividualData { get; set; }

Property Value

bool?

ShouldForget

Forget this Individual

Name: ShouldForget

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "shouldForget")]
public bool? ShouldForget { get; set; }

Property Value

bool?

SystemModstamp

System Modstamp

Name: SystemModstamp

SF Type: datetime

Nillable: False

[JsonProperty(PropertyName = "systemModstamp")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? SystemModstamp { get; set; }

Property Value

DateTimeOffset?

Website

Website

Name: Website

SF Type: url

Nillable: True

[JsonProperty(PropertyName = "website")]
public string Website { get; set; }

Property Value

string