Table of Contents

Class SfLead

Namespace
NetCoreForce.Models
Assembly
NetCoreForce.Models.dll

Lead

SObject Name: Lead

Custom Object: False

public class SfLead : SObject
Inheritance
SfLead
Inherited Members

Properties

Address

Address

Name: Address

SF Type: address

Nillable: True

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

Property Value

Address

AnnualRevenue

Annual Revenue

Name: AnnualRevenue

SF Type: currency

Nillable: True

[JsonProperty(PropertyName = "annualRevenue")]
public decimal? AnnualRevenue { get; set; }

Property Value

decimal?

City

City

Name: City

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "city")]
public string City { get; set; }

Property Value

string

CleanStatus

Clean Status

Name: CleanStatus

SF Type: picklist

Nillable: True

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

Property Value

string

Company

Company

Name: Company

SF Type: string

Nillable: False

[JsonProperty(PropertyName = "company")]
public string Company { get; set; }

Property Value

string

CompanyDunsNumber

Company D-U-N-S Number

Name: CompanyDunsNumber

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "companyDunsNumber")]
public string CompanyDunsNumber { get; set; }

Property Value

string

ConvertedAccount

ReferenceTo: Account

RelationshipName: ConvertedAccount

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

Property Value

SfAccount

ConvertedAccountId

Converted Account ID

Name: ConvertedAccountId

SF Type: reference

Nillable: True

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

Property Value

string

ConvertedContact

ReferenceTo: Contact

RelationshipName: ConvertedContact

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

Property Value

SfContact

ConvertedContactId

Converted Contact ID

Name: ConvertedContactId

SF Type: reference

Nillable: True

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

Property Value

string

ConvertedDate

Converted Date

Name: ConvertedDate

SF Type: date

Nillable: True

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

Property Value

DateTime?

ConvertedOpportunity

ReferenceTo: Opportunity

RelationshipName: ConvertedOpportunity

[JsonProperty(PropertyName = "convertedOpportunity")]
[Updateable(false)]
[Createable(false)]
public SfOpportunity ConvertedOpportunity { get; set; }

Property Value

SfOpportunity

ConvertedOpportunityId

Converted Opportunity ID

Name: ConvertedOpportunityId

SF Type: reference

Nillable: True

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

Property Value

string

Country

Country

Name: Country

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "country")]
public string Country { 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?

DandbCompany

ReferenceTo: DandBCompany

RelationshipName: DandbCompany

[JsonProperty(PropertyName = "dandbCompany")]
[Updateable(false)]
[Createable(false)]
public SfDandBCompany DandbCompany { get; set; }

Property Value

SfDandBCompany

DandbCompanyId

D&B Company ID

Name: DandbCompanyId

SF Type: reference

Nillable: True

[JsonProperty(PropertyName = "dandbCompanyId")]
public string DandbCompanyId { get; set; }

Property Value

string

Description

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")]
[Updateable(true)]
[Createable(false)]
public DateTimeOffset? EmailBouncedDate { get; set; }

Property Value

DateTimeOffset?

EmailBouncedReason

Email Bounced Reason

Name: EmailBouncedReason

SF Type: string

Nillable: True

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

Property Value

string

Fax

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

GeocodeAccuracy

Geocode Accuracy

Name: GeocodeAccuracy

SF Type: picklist

Nillable: True

[JsonProperty(PropertyName = "geocodeAccuracy")]
public string GeocodeAccuracy { get; set; }

Property Value

string

Id

Lead 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

Industry

Industry

Name: Industry

SF Type: picklist

Nillable: True

[JsonProperty(PropertyName = "industry")]
public string Industry { get; set; }

Property Value

string

IsConverted

Converted

Name: IsConverted

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isConverted")]
[Updateable(false)]
[Createable(true)]
public bool? IsConverted { get; set; }

Property Value

bool?

IsDeleted

Deleted

Name: IsDeleted

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isDeleted")]
[Updateable(false)]
[Createable(false)]
public bool? IsDeleted { 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?

IsUnreadByOwner

Unread By Owner

Name: IsUnreadByOwner

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isUnreadByOwner")]
public bool? IsUnreadByOwner { 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?

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?

Latitude

Latitude

Name: Latitude

SF Type: double

Nillable: True

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

Property Value

double?

LeadSource

Lead Source

Name: LeadSource

SF Type: picklist

Nillable: True

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

Property Value

string

Longitude

Longitude

Name: Longitude

SF Type: double

Nillable: True

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

Property Value

double?

MasterRecord

ReferenceTo: Lead

RelationshipName: MasterRecord

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

Property Value

SfLead

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

NumberOfEmployees

Employees

Name: NumberOfEmployees

SF Type: int

Nillable: True

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

Property Value

int?

OwnerId

Owner ID

Name: OwnerId

SF Type: reference

Nillable: False

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

Property Value

string

Phone

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

PostalCode

Zip/Postal Code

Name: PostalCode

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "postalCode")]
public string PostalCode { get; set; }

Property Value

string

Rating

Rating

Name: Rating

SF Type: picklist

Nillable: True

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

State

State/Province

Name: State

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "state")]
public string State { get; set; }

Property Value

string

Status

Status

Name: Status

SF Type: picklist

Nillable: False

[JsonProperty(PropertyName = "status")]
public string Status { get; set; }

Property Value

string

Street

Street

Name: Street

SF Type: textarea

Nillable: True

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

Website

Website

Name: Website

SF Type: url

Nillable: True

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

Property Value

string