Class SfLeadCleanInfo
- Namespace
- NetCoreForce.Models
- Assembly
- NetCoreForce.Models.dll
Lead Clean Info
SObject Name: LeadCleanInfo
Custom Object: False
public class SfLeadCleanInfo : SObject
- Inheritance
-
SfLeadCleanInfo
- 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")]
[Updateable(false)]
[Createable(false)]
public decimal? AnnualRevenue { get; set; }
Property Value
City
City
Name: City
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "city")]
[Updateable(false)]
[Createable(false)]
public string City { get; set; }
Property Value
CleanedByJob
Cleaned by Job
Name: CleanedByJob
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "cleanedByJob")]
[Updateable(false)]
[Createable(false)]
public bool? CleanedByJob { get; set; }
Property Value
- bool?
CleanedByUser
Cleaned by User
Name: CleanedByUser
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "cleanedByUser")]
[Updateable(false)]
[Createable(false)]
public bool? CleanedByUser { get; set; }
Property Value
- bool?
CompanyDunsNumber
Company D-U-N-S Number
Name: CompanyDunsNumber
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "companyDunsNumber")]
[Updateable(false)]
[Createable(false)]
public string CompanyDunsNumber { get; set; }
Property Value
CompanyName
Company Name
Name: CompanyName
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "companyName")]
[Updateable(false)]
[Createable(false)]
public string CompanyName { get; set; }
Property Value
ContactStatusDataDotCom
Contact Status per Data.com
Name: ContactStatusDataDotCom
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "contactStatusDataDotCom")]
[Updateable(false)]
[Createable(false)]
public string ContactStatusDataDotCom { get; set; }
Property Value
Country
Country
Name: Country
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "country")]
[Updateable(false)]
[Createable(false)]
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
DandBCompanyDunsNumber
D&B Company D-U-N-S Number
Name: DandBCompanyDunsNumber
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "dandBCompanyDunsNumber")]
[Updateable(false)]
[Createable(false)]
public string DandBCompanyDunsNumber { get; set; }
Property Value
DataDotComCompanyId
Data.com Company ID
Name: DataDotComCompanyId
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "dataDotComCompanyId")]
[Updateable(false)]
[Createable(false)]
public string DataDotComCompanyId { get; set; }
Property Value
DataDotComId
Data.com ID
Name: DataDotComId
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "dataDotComId")]
[Updateable(false)]
[Createable(false)]
public string DataDotComId { get; set; }
Property Value
Name: Email
SF Type: email
Nillable: True
[JsonProperty(PropertyName = "email")]
[Updateable(false)]
[Createable(false)]
public string Email { get; set; }
Property Value
FirstName
First Name
Name: FirstName
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "firstName")]
[Updateable(false)]
[Createable(false)]
public string FirstName { get; set; }
Property Value
GeocodeAccuracy
Geocode Accuracy
Name: GeocodeAccuracy
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "geocodeAccuracy")]
[Updateable(false)]
[Createable(false)]
public string GeocodeAccuracy { get; set; }
Property Value
Id
Lead Clean Info ID
Name: Id
SF Type: id
Nillable: False
[JsonProperty(PropertyName = "id")]
[Updateable(false)]
[Createable(false)]
public string Id { get; set; }
Property Value
Industry
Industry
Name: Industry
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "industry")]
[Updateable(false)]
[Createable(false)]
public string Industry { 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?
IsDifferentAnnualRevenue
Annual Revenue is Different
Name: IsDifferentAnnualRevenue
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isDifferentAnnualRevenue")]
[Updateable(false)]
[Createable(false)]
public bool? IsDifferentAnnualRevenue { get; set; }
Property Value
- bool?
IsDifferentCity
City is Different
Name: IsDifferentCity
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isDifferentCity")]
[Updateable(false)]
[Createable(false)]
public bool? IsDifferentCity { get; set; }
Property Value
- bool?
IsDifferentCompanyDunsNumber
Company D-U-N-S Number is Different
Name: IsDifferentCompanyDunsNumber
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isDifferentCompanyDunsNumber")]
[Updateable(false)]
[Createable(false)]
public bool? IsDifferentCompanyDunsNumber { get; set; }
Property Value
- bool?
IsDifferentCompanyName
Company Name is Different
Name: IsDifferentCompanyName
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isDifferentCompanyName")]
[Updateable(false)]
[Createable(false)]
public bool? IsDifferentCompanyName { get; set; }
Property Value
- bool?
IsDifferentCountry
Country is Different
Name: IsDifferentCountry
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isDifferentCountry")]
[Updateable(false)]
[Createable(false)]
public bool? IsDifferentCountry { get; set; }
Property Value
- bool?
IsDifferentCountryCode
Country Code is Different
Name: IsDifferentCountryCode
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isDifferentCountryCode")]
[Updateable(false)]
[Createable(false)]
public bool? IsDifferentCountryCode { get; set; }
Property Value
- bool?
IsDifferentDandBCompanyDunsNumber
D&B Company D-U-N-S Number is Different
Name: IsDifferentDandBCompanyDunsNumber
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isDifferentDandBCompanyDunsNumber")]
[Updateable(false)]
[Createable(false)]
public bool? IsDifferentDandBCompanyDunsNumber { get; set; }
Property Value
- bool?
IsDifferentEmail
Email is Different
Name: IsDifferentEmail
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isDifferentEmail")]
[Updateable(false)]
[Createable(false)]
public bool? IsDifferentEmail { get; set; }
Property Value
- bool?
IsDifferentFirstName
First Name is Different
Name: IsDifferentFirstName
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isDifferentFirstName")]
[Updateable(false)]
[Createable(false)]
public bool? IsDifferentFirstName { get; set; }
Property Value
- bool?
IsDifferentIndustry
Industry is Different
Name: IsDifferentIndustry
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isDifferentIndustry")]
[Updateable(false)]
[Createable(false)]
public bool? IsDifferentIndustry { get; set; }
Property Value
- bool?
IsDifferentLastName
Last Name is Different
Name: IsDifferentLastName
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isDifferentLastName")]
[Updateable(false)]
[Createable(false)]
public bool? IsDifferentLastName { get; set; }
Property Value
- bool?
IsDifferentNumberOfEmployees
Number of Employees is Different
Name: IsDifferentNumberOfEmployees
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isDifferentNumberOfEmployees")]
[Updateable(false)]
[Createable(false)]
public bool? IsDifferentNumberOfEmployees { get; set; }
Property Value
- bool?
IsDifferentPhone
Phone is Different
Name: IsDifferentPhone
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isDifferentPhone")]
[Updateable(false)]
[Createable(false)]
public bool? IsDifferentPhone { get; set; }
Property Value
- bool?
IsDifferentPostalCode
ZIP is Different
Name: IsDifferentPostalCode
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isDifferentPostalCode")]
[Updateable(false)]
[Createable(false)]
public bool? IsDifferentPostalCode { get; set; }
Property Value
- bool?
IsDifferentState
State is Different
Name: IsDifferentState
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isDifferentState")]
[Updateable(false)]
[Createable(false)]
public bool? IsDifferentState { get; set; }
Property Value
- bool?
IsDifferentStateCode
State Code is Different
Name: IsDifferentStateCode
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isDifferentStateCode")]
[Updateable(false)]
[Createable(false)]
public bool? IsDifferentStateCode { get; set; }
Property Value
- bool?
IsDifferentStreet
Street is Different
Name: IsDifferentStreet
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isDifferentStreet")]
[Updateable(false)]
[Createable(false)]
public bool? IsDifferentStreet { get; set; }
Property Value
- bool?
IsDifferentTitle
Title is Different
Name: IsDifferentTitle
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isDifferentTitle")]
[Updateable(false)]
[Createable(false)]
public bool? IsDifferentTitle { get; set; }
Property Value
- bool?
IsFlaggedWrongAddress
Address is Flagged Wrong
Name: IsFlaggedWrongAddress
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isFlaggedWrongAddress")]
[Updateable(true)]
[Createable(false)]
public bool? IsFlaggedWrongAddress { get; set; }
Property Value
- bool?
IsFlaggedWrongAnnualRevenue
Annual Revenue is Flagged Wrong
Name: IsFlaggedWrongAnnualRevenue
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isFlaggedWrongAnnualRevenue")]
[Updateable(true)]
[Createable(false)]
public bool? IsFlaggedWrongAnnualRevenue { get; set; }
Property Value
- bool?
IsFlaggedWrongCompanyDunsNumber
Company D-U-N-S Number is Flagged Wrong
Name: IsFlaggedWrongCompanyDunsNumber
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isFlaggedWrongCompanyDunsNumber")]
[Updateable(true)]
[Createable(false)]
public bool? IsFlaggedWrongCompanyDunsNumber { get; set; }
Property Value
- bool?
IsFlaggedWrongCompanyName
Company Name is Flagged Wrong
Name: IsFlaggedWrongCompanyName
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isFlaggedWrongCompanyName")]
[Updateable(true)]
[Createable(false)]
public bool? IsFlaggedWrongCompanyName { get; set; }
Property Value
- bool?
IsFlaggedWrongEmail
Email is Flagged Wrong
Name: IsFlaggedWrongEmail
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isFlaggedWrongEmail")]
[Updateable(true)]
[Createable(false)]
public bool? IsFlaggedWrongEmail { get; set; }
Property Value
- bool?
IsFlaggedWrongIndustry
Industry is Flagged Wrong
Name: IsFlaggedWrongIndustry
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isFlaggedWrongIndustry")]
[Updateable(true)]
[Createable(false)]
public bool? IsFlaggedWrongIndustry { get; set; }
Property Value
- bool?
IsFlaggedWrongName
Name is Flagged Wrong
Name: IsFlaggedWrongName
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isFlaggedWrongName")]
[Updateable(true)]
[Createable(false)]
public bool? IsFlaggedWrongName { get; set; }
Property Value
- bool?
IsFlaggedWrongNumberOfEmployees
Number of Employees is Flagged Wrong
Name: IsFlaggedWrongNumberOfEmployees
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isFlaggedWrongNumberOfEmployees")]
[Updateable(true)]
[Createable(false)]
public bool? IsFlaggedWrongNumberOfEmployees { get; set; }
Property Value
- bool?
IsFlaggedWrongPhone
Phone is Flagged Wrong
Name: IsFlaggedWrongPhone
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isFlaggedWrongPhone")]
[Updateable(true)]
[Createable(false)]
public bool? IsFlaggedWrongPhone { get; set; }
Property Value
- bool?
IsFlaggedWrongTitle
Title is Flagged Wrong
Name: IsFlaggedWrongTitle
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isFlaggedWrongTitle")]
[Updateable(true)]
[Createable(false)]
public bool? IsFlaggedWrongTitle { get; set; }
Property Value
- bool?
IsInactive
Contact Status in Salesforce
Name: IsInactive
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isInactive")]
[Updateable(true)]
[Createable(false)]
public bool? IsInactive { get; set; }
Property Value
- bool?
IsReviewedAddress
Address is Reviewed
Name: IsReviewedAddress
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isReviewedAddress")]
[Updateable(true)]
[Createable(false)]
public bool? IsReviewedAddress { get; set; }
Property Value
- bool?
IsReviewedAnnualRevenue
Annual Revenue is Reviewed
Name: IsReviewedAnnualRevenue
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isReviewedAnnualRevenue")]
[Updateable(true)]
[Createable(false)]
public bool? IsReviewedAnnualRevenue { get; set; }
Property Value
- bool?
IsReviewedCompanyDunsNumber
Company D-U-N-S Number is Reviewed
Name: IsReviewedCompanyDunsNumber
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isReviewedCompanyDunsNumber")]
[Updateable(true)]
[Createable(false)]
public bool? IsReviewedCompanyDunsNumber { get; set; }
Property Value
- bool?
IsReviewedCompanyName
Company Name is Reviewed
Name: IsReviewedCompanyName
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isReviewedCompanyName")]
[Updateable(true)]
[Createable(false)]
public bool? IsReviewedCompanyName { get; set; }
Property Value
- bool?
IsReviewedDandBCompanyDunsNumber
D&B Company D-U-N-S Number is Reviewed
Name: IsReviewedDandBCompanyDunsNumber
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isReviewedDandBCompanyDunsNumber")]
[Updateable(true)]
[Createable(false)]
public bool? IsReviewedDandBCompanyDunsNumber { get; set; }
Property Value
- bool?
IsReviewedEmail
Email is Reviewed
Name: IsReviewedEmail
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isReviewedEmail")]
[Updateable(true)]
[Createable(false)]
public bool? IsReviewedEmail { get; set; }
Property Value
- bool?
IsReviewedIndustry
Industry is Reviewed
Name: IsReviewedIndustry
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isReviewedIndustry")]
[Updateable(true)]
[Createable(false)]
public bool? IsReviewedIndustry { get; set; }
Property Value
- bool?
IsReviewedName
Name is Reviewed
Name: IsReviewedName
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isReviewedName")]
[Updateable(true)]
[Createable(false)]
public bool? IsReviewedName { get; set; }
Property Value
- bool?
IsReviewedNumberOfEmployees
Number of Employees is Reviewed
Name: IsReviewedNumberOfEmployees
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isReviewedNumberOfEmployees")]
[Updateable(true)]
[Createable(false)]
public bool? IsReviewedNumberOfEmployees { get; set; }
Property Value
- bool?
IsReviewedPhone
Phone is Reviewed
Name: IsReviewedPhone
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isReviewedPhone")]
[Updateable(true)]
[Createable(false)]
public bool? IsReviewedPhone { get; set; }
Property Value
- bool?
IsReviewedTitle
Title is Reviewed
Name: IsReviewedTitle
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isReviewedTitle")]
[Updateable(true)]
[Createable(false)]
public bool? IsReviewedTitle { get; set; }
Property Value
- bool?
LastMatchedDate
Last Matched Date
Name: LastMatchedDate
SF Type: datetime
Nillable: False
[JsonProperty(PropertyName = "lastMatchedDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? LastMatchedDate { 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: True
[JsonProperty(PropertyName = "lastName")]
[Updateable(false)]
[Createable(false)]
public string LastName { get; set; }
Property Value
LastStatusChangedBy
ReferenceTo: User
RelationshipName: LastStatusChangedBy
[JsonProperty(PropertyName = "lastStatusChangedBy")]
[Updateable(false)]
[Createable(false)]
public SfUser LastStatusChangedBy { get; set; }
Property Value
LastStatusChangedById
User ID
Name: LastStatusChangedById
SF Type: reference
Nillable: True
[JsonProperty(PropertyName = "lastStatusChangedById")]
[Updateable(false)]
[Createable(false)]
public string LastStatusChangedById { get; set; }
Property Value
LastStatusChangedDate
Last Status Changed Date
Name: LastStatusChangedDate
SF Type: datetime
Nillable: True
[JsonProperty(PropertyName = "lastStatusChangedDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? LastStatusChangedDate { get; set; }
Property Value
Latitude
Latitude
Name: Latitude
SF Type: double
Nillable: True
[JsonProperty(PropertyName = "latitude")]
[Updateable(false)]
[Createable(false)]
public double? Latitude { get; set; }
Property Value
Lead
ReferenceTo: Lead
RelationshipName: Lead
[JsonProperty(PropertyName = "lead")]
[Updateable(false)]
[Createable(false)]
public SfLead Lead { get; set; }
Property Value
LeadId
Lead ID
Name: LeadId
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "leadId")]
[Updateable(false)]
[Createable(false)]
public string LeadId { get; set; }
Property Value
Longitude
Longitude
Name: Longitude
SF Type: double
Nillable: True
[JsonProperty(PropertyName = "longitude")]
[Updateable(false)]
[Createable(false)]
public double? Longitude { get; set; }
Property Value
Name
Lead Clean Info Name
Name: Name
SF Type: string
Nillable: False
[JsonProperty(PropertyName = "name")]
[Updateable(true)]
[Createable(false)]
public string Name { get; set; }
Property Value
NumberOfEmployees
Number of Employees
Name: NumberOfEmployees
SF Type: int
Nillable: True
[JsonProperty(PropertyName = "numberOfEmployees")]
[Updateable(false)]
[Createable(false)]
public int? NumberOfEmployees { get; set; }
Property Value
- int?
Phone
Phone
Name: Phone
SF Type: phone
Nillable: True
[JsonProperty(PropertyName = "phone")]
[Updateable(false)]
[Createable(false)]
public string Phone { get; set; }
Property Value
PostalCode
Zip
Name: PostalCode
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "postalCode")]
[Updateable(false)]
[Createable(false)]
public string PostalCode { get; set; }
Property Value
SObjectTypeName
[JsonIgnore]
public static string SObjectTypeName { get; }
Property Value
State
State
Name: State
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "state")]
[Updateable(false)]
[Createable(false)]
public string State { get; set; }
Property Value
Street
Street
Name: Street
SF Type: textarea
Nillable: True
[JsonProperty(PropertyName = "street")]
[Updateable(false)]
[Createable(false)]
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")]
[Updateable(false)]
[Createable(false)]
public string Title { get; set; }