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
AnnualRevenue
Annual Revenue
Name: AnnualRevenue
SF Type: currency
Nillable: True
[JsonProperty(PropertyName = "annualRevenue")]
public decimal? AnnualRevenue { get; set; }
Property Value
City
City
Name: City
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "city")]
public string City { get; set; }
Property Value
CleanStatus
Clean Status
Name: CleanStatus
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "cleanStatus")]
public string CleanStatus { get; set; }
Property Value
Company
Company
Name: Company
SF Type: string
Nillable: False
[JsonProperty(PropertyName = "company")]
public string Company { get; set; }
Property Value
CompanyDunsNumber
Company D-U-N-S Number
Name: CompanyDunsNumber
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "companyDunsNumber")]
public string CompanyDunsNumber { get; set; }
Property Value
ConvertedAccount
ReferenceTo: Account
RelationshipName: ConvertedAccount
[JsonProperty(PropertyName = "convertedAccount")]
[Updateable(false)]
[Createable(false)]
public SfAccount ConvertedAccount { get; set; }
Property Value
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
ConvertedContact
ReferenceTo: Contact
RelationshipName: ConvertedContact
[JsonProperty(PropertyName = "convertedContact")]
[Updateable(false)]
[Createable(false)]
public SfContact ConvertedContact { get; set; }
Property Value
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
ConvertedDate
Converted Date
Name: ConvertedDate
SF Type: date
Nillable: True
[JsonProperty(PropertyName = "convertedDate")]
[Updateable(false)]
[Createable(false)]
public DateTime? ConvertedDate { get; set; }
Property Value
ConvertedOpportunity
ReferenceTo: Opportunity
RelationshipName: ConvertedOpportunity
[JsonProperty(PropertyName = "convertedOpportunity")]
[Updateable(false)]
[Createable(false)]
public SfOpportunity ConvertedOpportunity { get; set; }
Property Value
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
Country
Country
Name: Country
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "country")]
public string Country { 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
DandbCompany
ReferenceTo: DandBCompany
RelationshipName: DandbCompany
[JsonProperty(PropertyName = "dandbCompany")]
[Updateable(false)]
[Createable(false)]
public SfDandBCompany DandbCompany { get; set; }
Property Value
DandbCompanyId
D&B Company ID
Name: DandbCompanyId
SF Type: reference
Nillable: True
[JsonProperty(PropertyName = "dandbCompanyId")]
public string DandbCompanyId { get; set; }
Property Value
Description
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")]
[Updateable(true)]
[Createable(false)]
public DateTimeOffset? EmailBouncedDate { get; set; }
Property Value
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
Fax
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
GeocodeAccuracy
Geocode Accuracy
Name: GeocodeAccuracy
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "geocodeAccuracy")]
public string GeocodeAccuracy { get; set; }
Property Value
Id
Lead 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
Industry
Industry
Name: Industry
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "industry")]
public string Industry { get; set; }
Property Value
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
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
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
Latitude
Latitude
Name: Latitude
SF Type: double
Nillable: True
[JsonProperty(PropertyName = "latitude")]
public double? Latitude { get; set; }
Property Value
LeadSource
Lead Source
Name: LeadSource
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "leadSource")]
public string LeadSource { get; set; }
Property Value
Longitude
Longitude
Name: Longitude
SF Type: double
Nillable: True
[JsonProperty(PropertyName = "longitude")]
public double? Longitude { get; set; }
Property Value
MasterRecord
ReferenceTo: Lead
RelationshipName: MasterRecord
[JsonProperty(PropertyName = "masterRecord")]
[Updateable(false)]
[Createable(false)]
public SfLead 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
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
Phone
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
PostalCode
Zip/Postal Code
Name: PostalCode
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "postalCode")]
public string PostalCode { get; set; }
Property Value
Rating
Rating
Name: Rating
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "rating")]
public string Rating { 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
State
State/Province
Name: State
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "state")]
public string State { get; set; }
Property Value
Status
Status
Name: Status
SF Type: picklist
Nillable: False
[JsonProperty(PropertyName = "status")]
public string Status { get; set; }
Property Value
Street
Street
Name: Street
SF Type: textarea
Nillable: True
[JsonProperty(PropertyName = "street")]
public string Street { 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; }
Property Value
Website
Website
Name: Website
SF Type: url
Nillable: True
[JsonProperty(PropertyName = "website")]
public string Website { get; set; }