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
AccountId
Account ID
Name: AccountId
SF Type: reference
Nillable: True
[JsonProperty(PropertyName = "accountId")]
public string AccountId { get; set; }
Property Value
AssistantName
Assistant's Name
Name: AssistantName
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "assistantName")]
public string AssistantName { get; set; }
Property Value
AssistantPhone
Asst. Phone
Name: AssistantPhone
SF Type: phone
Nillable: True
[JsonProperty(PropertyName = "assistantPhone")]
public string AssistantPhone { get; set; }
Property Value
Birthdate
Birthdate
Name: Birthdate
SF Type: date
Nillable: True
[JsonProperty(PropertyName = "birthdate")]
public DateTime? Birthdate { get; set; }
Property Value
CleanStatus
Clean Status
Name: CleanStatus
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "cleanStatus")]
public string CleanStatus { get; set; }
Property Value
ContactSource
Creation Source
Name: ContactSource
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "contactSource")]
public string ContactSource { get; set; }
Property Value
CreatedBy
ReferenceTo: User
RelationshipName: CreatedBy
[JsonProperty(PropertyName = "createdBy")]
[Updateable(false)]
[Createable(false)]
public SfUser CreatedBy { get; set; }
Property Value
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
CreatedDate
Created Date
Name: CreatedDate
SF Type: datetime
Nillable: False
[JsonProperty(PropertyName = "createdDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? CreatedDate { get; set; }
Property Value
Department
Department
Name: Department
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "department")]
public string Department { get; set; }
Property Value
Description
Contact Description
Name: Description
SF Type: textarea
Nillable: True
[JsonProperty(PropertyName = "description")]
public string Description { get; set; }
Property Value
Name: Email
SF Type: email
Nillable: True
[JsonProperty(PropertyName = "email")]
public string Email { get; set; }
Property Value
EmailBouncedDate
Email Bounced Date
Name: EmailBouncedDate
SF Type: datetime
Nillable: True
[JsonProperty(PropertyName = "emailBouncedDate")]
public DateTimeOffset? EmailBouncedDate { get; set; }
Property Value
EmailBouncedReason
Email Bounced Reason
Name: EmailBouncedReason
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "emailBouncedReason")]
public string EmailBouncedReason { get; set; }
Property Value
Fax
Business Fax
Name: Fax
SF Type: phone
Nillable: True
[JsonProperty(PropertyName = "fax")]
public string Fax { get; set; }
Property Value
FirstName
First Name
Name: FirstName
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "firstName")]
public string FirstName { get; set; }
Property Value
HomePhone
Home Phone
Name: HomePhone
SF Type: phone
Nillable: True
[JsonProperty(PropertyName = "homePhone")]
public string HomePhone { get; set; }
Property Value
Id
Contact ID
Name: Id
SF Type: id
Nillable: False
[JsonProperty(PropertyName = "id")]
[Updateable(false)]
[Createable(false)]
public string Id { get; set; }
Property Value
Individual
ReferenceTo: Individual
RelationshipName: Individual
[JsonProperty(PropertyName = "individual")]
[Updateable(false)]
[Createable(false)]
public SfIndividual Individual { get; set; }
Property Value
IndividualId
Individual ID
Name: IndividualId
SF Type: reference
Nillable: True
[JsonProperty(PropertyName = "individualId")]
public string IndividualId { get; set; }
Property Value
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
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
LastActivityDate
Last Activity
Name: LastActivityDate
SF Type: date
Nillable: True
[JsonProperty(PropertyName = "lastActivityDate")]
[Updateable(false)]
[Createable(false)]
public DateTime? LastActivityDate { get; set; }
Property Value
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
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
LastModifiedBy
ReferenceTo: User
RelationshipName: LastModifiedBy
[JsonProperty(PropertyName = "lastModifiedBy")]
[Updateable(false)]
[Createable(false)]
public SfUser LastModifiedBy { get; set; }
Property Value
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
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
LastName
Last Name
Name: LastName
SF Type: string
Nillable: False
[JsonProperty(PropertyName = "lastName")]
public string LastName { get; set; }
Property Value
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
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
LeadSource
Lead Source
Name: LeadSource
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "leadSource")]
public string LeadSource { get; set; }
Property Value
MailingAddress
Mailing Address
Name: MailingAddress
SF Type: address
Nillable: True
[JsonProperty(PropertyName = "mailingAddress")]
[Updateable(false)]
[Createable(false)]
public Address MailingAddress { get; set; }
Property Value
MailingCity
Mailing City
Name: MailingCity
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "mailingCity")]
public string MailingCity { get; set; }
Property Value
MailingCountry
Mailing Country
Name: MailingCountry
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "mailingCountry")]
public string MailingCountry { get; set; }
Property Value
MailingGeocodeAccuracy
Mailing Geocode Accuracy
Name: MailingGeocodeAccuracy
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "mailingGeocodeAccuracy")]
public string MailingGeocodeAccuracy { get; set; }
Property Value
MailingLatitude
Mailing Latitude
Name: MailingLatitude
SF Type: double
Nillable: True
[JsonProperty(PropertyName = "mailingLatitude")]
public double? MailingLatitude { get; set; }
Property Value
MailingLongitude
Mailing Longitude
Name: MailingLongitude
SF Type: double
Nillable: True
[JsonProperty(PropertyName = "mailingLongitude")]
public double? MailingLongitude { get; set; }
Property Value
MailingPostalCode
Mailing Zip/Postal Code
Name: MailingPostalCode
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "mailingPostalCode")]
public string MailingPostalCode { get; set; }
Property Value
MailingState
Mailing State/Province
Name: MailingState
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "mailingState")]
public string MailingState { get; set; }
Property Value
MailingStreet
Mailing Street
Name: MailingStreet
SF Type: textarea
Nillable: True
[JsonProperty(PropertyName = "mailingStreet")]
public string MailingStreet { get; set; }
Property Value
MasterRecord
ReferenceTo: Contact
RelationshipName: MasterRecord
[JsonProperty(PropertyName = "masterRecord")]
[Updateable(false)]
[Createable(false)]
public SfContact MasterRecord { get; set; }
Property Value
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
MobilePhone
Mobile Phone
Name: MobilePhone
SF Type: phone
Nillable: True
[JsonProperty(PropertyName = "mobilePhone")]
public string MobilePhone { get; set; }
Property Value
Name
Full Name
Name: Name
SF Type: string
Nillable: False
[JsonProperty(PropertyName = "name")]
[Updateable(false)]
[Createable(false)]
public string Name { get; set; }
Property Value
OtherAddress
Other Address
Name: OtherAddress
SF Type: address
Nillable: True
[JsonProperty(PropertyName = "otherAddress")]
[Updateable(false)]
[Createable(false)]
public Address OtherAddress { get; set; }
Property Value
OtherCity
Other City
Name: OtherCity
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "otherCity")]
public string OtherCity { get; set; }
Property Value
OtherCountry
Other Country
Name: OtherCountry
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "otherCountry")]
public string OtherCountry { get; set; }
Property Value
OtherGeocodeAccuracy
Other Geocode Accuracy
Name: OtherGeocodeAccuracy
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "otherGeocodeAccuracy")]
public string OtherGeocodeAccuracy { get; set; }
Property Value
OtherLatitude
Other Latitude
Name: OtherLatitude
SF Type: double
Nillable: True
[JsonProperty(PropertyName = "otherLatitude")]
public double? OtherLatitude { get; set; }
Property Value
OtherLongitude
Other Longitude
Name: OtherLongitude
SF Type: double
Nillable: True
[JsonProperty(PropertyName = "otherLongitude")]
public double? OtherLongitude { get; set; }
Property Value
OtherPhone
Other Phone
Name: OtherPhone
SF Type: phone
Nillable: True
[JsonProperty(PropertyName = "otherPhone")]
public string OtherPhone { get; set; }
Property Value
OtherPostalCode
Other Zip/Postal Code
Name: OtherPostalCode
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "otherPostalCode")]
public string OtherPostalCode { get; set; }
Property Value
OtherState
Other State/Province
Name: OtherState
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "otherState")]
public string OtherState { get; set; }
Property Value
OtherStreet
Other Street
Name: OtherStreet
SF Type: textarea
Nillable: True
[JsonProperty(PropertyName = "otherStreet")]
public string OtherStreet { get; set; }
Property Value
Owner
ReferenceTo: User
RelationshipName: Owner
[JsonProperty(PropertyName = "owner")]
[Updateable(false)]
[Createable(false)]
public SfUser Owner { get; set; }
Property Value
OwnerId
Owner ID
Name: OwnerId
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "ownerId")]
public string OwnerId { get; set; }
Property Value
Phone
Business Phone
Name: Phone
SF Type: phone
Nillable: True
[JsonProperty(PropertyName = "phone")]
public string Phone { get; set; }
Property Value
PhotoUrl
Photo URL
Name: PhotoUrl
SF Type: url
Nillable: True
[JsonProperty(PropertyName = "photoUrl")]
[Updateable(false)]
[Createable(false)]
public string PhotoUrl { get; set; }
Property Value
ReportsTo
ReferenceTo: Contact
RelationshipName: ReportsTo
[JsonProperty(PropertyName = "reportsTo")]
[Updateable(false)]
[Createable(false)]
public SfContact ReportsTo { get; set; }
Property Value
ReportsToId
Reports To ID
Name: ReportsToId
SF Type: reference
Nillable: True
[JsonProperty(PropertyName = "reportsToId")]
public string ReportsToId { get; set; }
Property Value
SObjectTypeName
[JsonIgnore]
public static string SObjectTypeName { get; }
Property Value
Salutation
Salutation
Name: Salutation
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "salutation")]
public string Salutation { get; set; }
Property Value
SystemModstamp
System Modstamp
Name: SystemModstamp
SF Type: datetime
Nillable: False
[JsonProperty(PropertyName = "systemModstamp")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? SystemModstamp { get; set; }
Property Value
Title
Title
Name: Title
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "title")]
public string Title { get; set; }