Class SfContactCleanInfo
- Namespace
- NetCoreForce.Models
- Assembly
- NetCoreForce.Models.dll
Contact Clean Info
SObject Name: ContactCleanInfo
Custom Object: False
public class SfContactCleanInfo : SObject
- Inheritance
-
SfContactCleanInfo
- 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
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?
Contact
ReferenceTo: Contact
RelationshipName: Contact
[JsonProperty(PropertyName = "contact")]
[Updateable(false)]
[Createable(false)]
public SfContact Contact { get; set; }
Property Value
ContactId
Contact ID
Name: ContactId
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "contactId")]
[Updateable(false)]
[Createable(false)]
public string ContactId { 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
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
Contact Clean Info ID
Name: Id
SF Type: id
Nillable: False
[JsonProperty(PropertyName = "id")]
[Updateable(false)]
[Createable(false)]
public string Id { 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?
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?
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?
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?
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?
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?
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?
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?
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?
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?
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?
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
Longitude
Longitude
Name: Longitude
SF Type: double
Nillable: True
[JsonProperty(PropertyName = "longitude")]
[Updateable(false)]
[Createable(false)]
public double? Longitude { get; set; }
Property Value
Name
Contact Clean Info Name
Name: Name
SF Type: string
Nillable: False
[JsonProperty(PropertyName = "name")]
[Updateable(true)]
[Createable(false)]
public string Name { get; set; }
Property Value
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; }