Table of Contents

Class SfContact

Namespace
NetCoreForce.Models
Assembly
NetCoreForce.Models.dll

Contact

SObject Name: Contact

Custom Object: False

public class SfContact : SObject
Inheritance
SfContact
Inherited Members

Properties

Account

ReferenceTo: Account

RelationshipName: Account

[JsonProperty(PropertyName = "account")]
[Updateable(false)]
[Createable(false)]
public SfAccount Account { get; set; }

Property Value

SfAccount

AccountId

Account ID

Name: AccountId

SF Type: reference

Nillable: True

[JsonProperty(PropertyName = "accountId")]
public string AccountId { get; set; }

Property Value

string

AssistantName

Assistant's Name

Name: AssistantName

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "assistantName")]
public string AssistantName { get; set; }

Property Value

string

AssistantPhone

Asst. Phone

Name: AssistantPhone

SF Type: phone

Nillable: True

[JsonProperty(PropertyName = "assistantPhone")]
public string AssistantPhone { get; set; }

Property Value

string

Birthdate

Birthdate

Name: Birthdate

SF Type: date

Nillable: True

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

Property Value

DateTime?

CleanStatus

Clean Status

Name: CleanStatus

SF Type: picklist

Nillable: True

[JsonProperty(PropertyName = "cleanStatus")]
public string CleanStatus { get; set; }

Property Value

string

ContactSource

Creation Source

Name: ContactSource

SF Type: picklist

Nillable: True

[JsonProperty(PropertyName = "contactSource")]
public string ContactSource { get; set; }

Property Value

string

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?

Department

Department

Name: Department

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "department")]
public string Department { get; set; }

Property Value

string

Description

Contact Description

Name: Description

SF Type: textarea

Nillable: True

[JsonProperty(PropertyName = "description")]
public string Description { get; set; }

Property Value

string

Email

Email

Name: Email

SF Type: email

Nillable: True

[JsonProperty(PropertyName = "email")]
public string Email { get; set; }

Property Value

string

EmailBouncedDate

Email Bounced Date

Name: EmailBouncedDate

SF Type: datetime

Nillable: True

[JsonProperty(PropertyName = "emailBouncedDate")]
public DateTimeOffset? EmailBouncedDate { get; set; }

Property Value

DateTimeOffset?

EmailBouncedReason

Email Bounced Reason

Name: EmailBouncedReason

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "emailBouncedReason")]
public string EmailBouncedReason { get; set; }

Property Value

string

Fax

Business Fax

Name: Fax

SF Type: phone

Nillable: True

[JsonProperty(PropertyName = "fax")]
public string Fax { get; set; }

Property Value

string

FirstName

First Name

Name: FirstName

SF Type: string

Nillable: True

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

Property Value

string

HomePhone

Home Phone

Name: HomePhone

SF Type: phone

Nillable: True

[JsonProperty(PropertyName = "homePhone")]
public string HomePhone { get; set; }

Property Value

string

Id

Contact ID

Name: Id

SF Type: id

Nillable: False

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

Property Value

string

Individual

ReferenceTo: Individual

RelationshipName: Individual

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

Property Value

SfIndividual

IndividualId

Individual ID

Name: IndividualId

SF Type: reference

Nillable: True

[JsonProperty(PropertyName = "individualId")]
public string IndividualId { get; set; }

Property Value

string

IsDeleted

Deleted

Name: IsDeleted

SF Type: boolean

Nillable: False

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

Property Value

bool?

IsEmailBounced

Is Email Bounced

Name: IsEmailBounced

SF Type: boolean

Nillable: False

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

Property Value

bool?

IsPriorityRecord

Important

Name: IsPriorityRecord

SF Type: boolean

Nillable: False

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

Property Value

bool?

Jigsaw

Data.com Key

Name: Jigsaw

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "jigsaw")]
public string Jigsaw { get; set; }

Property Value

string

JigsawContactId

Jigsaw Contact ID

Name: JigsawContactId

SF Type: string

Nillable: True

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

Property Value

string

LastActivityDate

Last Activity

Name: LastActivityDate

SF Type: date

Nillable: True

[JsonProperty(PropertyName = "lastActivityDate")]
[Updateable(false)]
[Createable(false)]
public DateTime? LastActivityDate { get; set; }

Property Value

DateTime?

LastCURequestDate

Last Stay-in-Touch Request Date

Name: LastCURequestDate

SF Type: datetime

Nillable: True

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

Property Value

DateTimeOffset?

LastCUUpdateDate

Last Stay-in-Touch Save Date

Name: LastCUUpdateDate

SF Type: datetime

Nillable: True

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

Property Value

DateTimeOffset?

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

LastReferencedDate

Last Referenced Date

Name: LastReferencedDate

SF Type: datetime

Nillable: True

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

Property Value

DateTimeOffset?

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?

LeadSource

Lead Source

Name: LeadSource

SF Type: picklist

Nillable: True

[JsonProperty(PropertyName = "leadSource")]
public string LeadSource { get; set; }

Property Value

string

MailingAddress

Mailing Address

Name: MailingAddress

SF Type: address

Nillable: True

[JsonProperty(PropertyName = "mailingAddress")]
[Updateable(false)]
[Createable(false)]
public Address MailingAddress { get; set; }

Property Value

Address

MailingCity

Mailing City

Name: MailingCity

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "mailingCity")]
public string MailingCity { get; set; }

Property Value

string

MailingCountry

Mailing Country

Name: MailingCountry

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "mailingCountry")]
public string MailingCountry { get; set; }

Property Value

string

MailingGeocodeAccuracy

Mailing Geocode Accuracy

Name: MailingGeocodeAccuracy

SF Type: picklist

Nillable: True

[JsonProperty(PropertyName = "mailingGeocodeAccuracy")]
public string MailingGeocodeAccuracy { get; set; }

Property Value

string

MailingLatitude

Mailing Latitude

Name: MailingLatitude

SF Type: double

Nillable: True

[JsonProperty(PropertyName = "mailingLatitude")]
public double? MailingLatitude { get; set; }

Property Value

double?

MailingLongitude

Mailing Longitude

Name: MailingLongitude

SF Type: double

Nillable: True

[JsonProperty(PropertyName = "mailingLongitude")]
public double? MailingLongitude { get; set; }

Property Value

double?

MailingPostalCode

Mailing Zip/Postal Code

Name: MailingPostalCode

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "mailingPostalCode")]
public string MailingPostalCode { get; set; }

Property Value

string

MailingState

Mailing State/Province

Name: MailingState

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "mailingState")]
public string MailingState { get; set; }

Property Value

string

MailingStreet

Mailing Street

Name: MailingStreet

SF Type: textarea

Nillable: True

[JsonProperty(PropertyName = "mailingStreet")]
public string MailingStreet { get; set; }

Property Value

string

MasterRecord

ReferenceTo: Contact

RelationshipName: MasterRecord

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

Property Value

SfContact

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

MobilePhone

Mobile Phone

Name: MobilePhone

SF Type: phone

Nillable: True

[JsonProperty(PropertyName = "mobilePhone")]
public string MobilePhone { get; set; }

Property Value

string

Name

Full Name

Name: Name

SF Type: string

Nillable: False

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

Property Value

string

OtherAddress

Other Address

Name: OtherAddress

SF Type: address

Nillable: True

[JsonProperty(PropertyName = "otherAddress")]
[Updateable(false)]
[Createable(false)]
public Address OtherAddress { get; set; }

Property Value

Address

OtherCity

Other City

Name: OtherCity

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "otherCity")]
public string OtherCity { get; set; }

Property Value

string

OtherCountry

Other Country

Name: OtherCountry

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "otherCountry")]
public string OtherCountry { get; set; }

Property Value

string

OtherGeocodeAccuracy

Other Geocode Accuracy

Name: OtherGeocodeAccuracy

SF Type: picklist

Nillable: True

[JsonProperty(PropertyName = "otherGeocodeAccuracy")]
public string OtherGeocodeAccuracy { get; set; }

Property Value

string

OtherLatitude

Other Latitude

Name: OtherLatitude

SF Type: double

Nillable: True

[JsonProperty(PropertyName = "otherLatitude")]
public double? OtherLatitude { get; set; }

Property Value

double?

OtherLongitude

Other Longitude

Name: OtherLongitude

SF Type: double

Nillable: True

[JsonProperty(PropertyName = "otherLongitude")]
public double? OtherLongitude { get; set; }

Property Value

double?

OtherPhone

Other Phone

Name: OtherPhone

SF Type: phone

Nillable: True

[JsonProperty(PropertyName = "otherPhone")]
public string OtherPhone { get; set; }

Property Value

string

OtherPostalCode

Other Zip/Postal Code

Name: OtherPostalCode

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "otherPostalCode")]
public string OtherPostalCode { get; set; }

Property Value

string

OtherState

Other State/Province

Name: OtherState

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "otherState")]
public string OtherState { get; set; }

Property Value

string

OtherStreet

Other Street

Name: OtherStreet

SF Type: textarea

Nillable: True

[JsonProperty(PropertyName = "otherStreet")]
public string OtherStreet { 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

Phone

Business Phone

Name: Phone

SF Type: phone

Nillable: True

[JsonProperty(PropertyName = "phone")]
public string Phone { get; set; }

Property Value

string

PhotoUrl

Photo URL

Name: PhotoUrl

SF Type: url

Nillable: True

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

Property Value

string

ReportsTo

ReferenceTo: Contact

RelationshipName: ReportsTo

[JsonProperty(PropertyName = "reportsTo")]
[Updateable(false)]
[Createable(false)]
public SfContact ReportsTo { get; set; }

Property Value

SfContact

ReportsToId

Reports To ID

Name: ReportsToId

SF Type: reference

Nillable: True

[JsonProperty(PropertyName = "reportsToId")]
public string ReportsToId { 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

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?

Title

Title

Name: Title

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "title")]
public string Title { get; set; }

Property Value

string