Class SfUser
- Namespace
- NetCoreForce.Models
- Assembly
- NetCoreForce.Models.dll
User
SObject Name: User
Custom Object: False
public class SfUser : SObject
- Inheritance
-
SfUser
- Inherited Members
Properties
AboutMe
About Me
Name: AboutMe
SF Type: textarea
Nillable: True
[JsonProperty(PropertyName = "aboutMe")]
public string AboutMe { get; set; }
Property Value
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")]
[Updateable(false)]
[Createable(false)]
public string AccountId { get; set; }
Property Value
Address
Address
Name: Address
SF Type: address
Nillable: True
[JsonProperty(PropertyName = "address")]
[Updateable(false)]
[Createable(false)]
public Address Address { get; set; }
Property Value
Alias
Alias
Name: Alias
SF Type: string
Nillable: False
[JsonProperty(PropertyName = "alias")]
public string Alias { get; set; }
Property Value
BadgeText
User Photo badge text overlay
Name: BadgeText
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "badgeText")]
[Updateable(false)]
[Createable(false)]
public string BadgeText { get; set; }
Property Value
BannerPhotoUrl
Url for banner photo
Name: BannerPhotoUrl
SF Type: url
Nillable: True
[JsonProperty(PropertyName = "bannerPhotoUrl")]
[Updateable(false)]
[Createable(false)]
public string BannerPhotoUrl { get; set; }
Property Value
CallCenterId
Call Center ID
Name: CallCenterId
SF Type: reference
Nillable: True
[JsonProperty(PropertyName = "callCenterId")]
public string CallCenterId { get; set; }
Property Value
City
City
Name: City
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "city")]
public string City { get; set; }
Property Value
CommunityNickname
Nickname
Name: CommunityNickname
SF Type: string
Nillable: False
[JsonProperty(PropertyName = "communityNickname")]
public string CommunityNickname { get; set; }
Property Value
CompanyName
Company Name
Name: CompanyName
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "companyName")]
public string CompanyName { get; set; }
Property Value
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: True
[JsonProperty(PropertyName = "contactId")]
public string ContactId { 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
DefaultGroupNotificationFrequency
Default Notification Frequency when Joining Groups
Name: DefaultGroupNotificationFrequency
SF Type: picklist
Nillable: False
[JsonProperty(PropertyName = "defaultGroupNotificationFrequency")]
public string DefaultGroupNotificationFrequency { get; set; }
Property Value
DelegatedApproverId
Delegated Approver ID
Name: DelegatedApproverId
SF Type: reference
Nillable: True
[JsonProperty(PropertyName = "delegatedApproverId")]
public string DelegatedApproverId { get; set; }
Property Value
Department
Department
Name: Department
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "department")]
public string Department { get; set; }
Property Value
DigestFrequency
Chatter Email Highlights Frequency
Name: DigestFrequency
SF Type: picklist
Nillable: False
[JsonProperty(PropertyName = "digestFrequency")]
public string DigestFrequency { get; set; }
Property Value
Division
Division
Name: Division
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "division")]
public string Division { get; set; }
Property Value
Name: Email
SF Type: email
Nillable: False
[JsonProperty(PropertyName = "email")]
public string Email { get; set; }
Property Value
EmailEncodingKey
Email Encoding
Name: EmailEncodingKey
SF Type: picklist
Nillable: False
[JsonProperty(PropertyName = "emailEncodingKey")]
public string EmailEncodingKey { get; set; }
Property Value
EmailPreferencesAutoBcc
AutoBcc
Name: EmailPreferencesAutoBcc
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "emailPreferencesAutoBcc")]
public bool? EmailPreferencesAutoBcc { get; set; }
Property Value
- bool?
EmailPreferencesAutoBccStayInTouch
AutoBccStayInTouch
Name: EmailPreferencesAutoBccStayInTouch
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "emailPreferencesAutoBccStayInTouch")]
public bool? EmailPreferencesAutoBccStayInTouch { get; set; }
Property Value
- bool?
EmailPreferencesStayInTouchReminder
StayInTouchReminder
Name: EmailPreferencesStayInTouchReminder
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "emailPreferencesStayInTouchReminder")]
public bool? EmailPreferencesStayInTouchReminder { get; set; }
Property Value
- bool?
EmployeeNumber
Employee Number
Name: EmployeeNumber
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "employeeNumber")]
public string EmployeeNumber { get; set; }
Property Value
EndDay
End of Day
Name: EndDay
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "endDay")]
public string EndDay { get; set; }
Property Value
Extension
Extension
Name: Extension
SF Type: phone
Nillable: True
[JsonProperty(PropertyName = "extension")]
public string Extension { get; set; }
Property Value
Fax
Fax
Name: Fax
SF Type: phone
Nillable: True
[JsonProperty(PropertyName = "fax")]
public string Fax { get; set; }
Property Value
FederationIdentifier
SAML Federation ID
Name: FederationIdentifier
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "federationIdentifier")]
public string FederationIdentifier { get; set; }
Property Value
FirstName
First Name
Name: FirstName
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "firstName")]
public string FirstName { get; set; }
Property Value
ForecastEnabled
Allow Forecasting
Name: ForecastEnabled
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "forecastEnabled")]
public bool? ForecastEnabled { get; set; }
Property Value
- bool?
FullPhotoUrl
Url for full-sized Photo
Name: FullPhotoUrl
SF Type: url
Nillable: True
[JsonProperty(PropertyName = "fullPhotoUrl")]
[Updateable(false)]
[Createable(false)]
public string FullPhotoUrl { get; set; }
Property Value
GeocodeAccuracy
Geocode Accuracy
Name: GeocodeAccuracy
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "geocodeAccuracy")]
public string GeocodeAccuracy { get; set; }
Property Value
HasUserVerifiedEmail
User Verified Email
Name: HasUserVerifiedEmail
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "hasUserVerifiedEmail")]
[Updateable(false)]
[Createable(false)]
public bool? HasUserVerifiedEmail { get; set; }
Property Value
- bool?
HasUserVerifiedPhone
User Verified Mobile Number
Name: HasUserVerifiedPhone
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "hasUserVerifiedPhone")]
[Updateable(false)]
[Createable(false)]
public bool? HasUserVerifiedPhone { get; set; }
Property Value
- bool?
Id
User 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
IsActive
Active
Name: IsActive
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isActive")]
public bool? IsActive { get; set; }
Property Value
- bool?
IsExtIndicatorVisible
Show external indicator
Name: IsExtIndicatorVisible
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isExtIndicatorVisible")]
[Updateable(false)]
[Createable(false)]
public bool? IsExtIndicatorVisible { get; set; }
Property Value
- bool?
IsProfilePhotoActive
Has Profile Photo
Name: IsProfilePhotoActive
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isProfilePhotoActive")]
[Updateable(false)]
[Createable(false)]
public bool? IsProfilePhotoActive { get; set; }
Property Value
- bool?
JigsawImportLimitOverride
Data.com Monthly Addition Limit
Name: JigsawImportLimitOverride
SF Type: int
Nillable: True
[JsonProperty(PropertyName = "jigsawImportLimitOverride")]
public int? JigsawImportLimitOverride { get; set; }
Property Value
- int?
LanguageLocaleKey
Language
Name: LanguageLocaleKey
SF Type: picklist
Nillable: False
[JsonProperty(PropertyName = "languageLocaleKey")]
public string LanguageLocaleKey { get; set; }
Property Value
LastLoginDate
Last Login
Name: LastLoginDate
SF Type: datetime
Nillable: True
[JsonProperty(PropertyName = "lastLoginDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? LastLoginDate { 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
LastPasswordChangeDate
Last Password Change or Reset
Name: LastPasswordChangeDate
SF Type: datetime
Nillable: True
[JsonProperty(PropertyName = "lastPasswordChangeDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? LastPasswordChangeDate { 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
LocaleSidKey
Locale
Name: LocaleSidKey
SF Type: picklist
Nillable: False
[JsonProperty(PropertyName = "localeSidKey")]
public string LocaleSidKey { get; set; }
Property Value
Longitude
Longitude
Name: Longitude
SF Type: double
Nillable: True
[JsonProperty(PropertyName = "longitude")]
public double? Longitude { get; set; }
Property Value
Manager
ReferenceTo: User
RelationshipName: Manager
[JsonProperty(PropertyName = "manager")]
[Updateable(false)]
[Createable(false)]
public SfUser Manager { get; set; }
Property Value
ManagerId
Manager ID
Name: ManagerId
SF Type: reference
Nillable: True
[JsonProperty(PropertyName = "managerId")]
public string ManagerId { get; set; }
Property Value
MediumBannerPhotoUrl
Url for Android banner photo
Name: MediumBannerPhotoUrl
SF Type: url
Nillable: True
[JsonProperty(PropertyName = "mediumBannerPhotoUrl")]
[Updateable(false)]
[Createable(false)]
public string MediumBannerPhotoUrl { get; set; }
Property Value
MediumPhotoUrl
Url for medium profile photo
Name: MediumPhotoUrl
SF Type: url
Nillable: True
[JsonProperty(PropertyName = "mediumPhotoUrl")]
[Updateable(false)]
[Createable(false)]
public string MediumPhotoUrl { get; set; }
Property Value
MobilePhone
Mobile
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
NumberOfFailedLogins
Failed Login Attempts
Name: NumberOfFailedLogins
SF Type: int
Nillable: True
[JsonProperty(PropertyName = "numberOfFailedLogins")]
[Updateable(false)]
[Createable(false)]
public int? NumberOfFailedLogins { get; set; }
Property Value
- int?
OfflinePdaTrialExpirationDate
Sales Anywhere Trial Expiration Date
Name: OfflinePdaTrialExpirationDate
SF Type: datetime
Nillable: True
[JsonProperty(PropertyName = "offlinePdaTrialExpirationDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? OfflinePdaTrialExpirationDate { get; set; }
Property Value
OfflineTrialExpirationDate
Offline Edition Trial Expiration Date
Name: OfflineTrialExpirationDate
SF Type: datetime
Nillable: True
[JsonProperty(PropertyName = "offlineTrialExpirationDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? OfflineTrialExpirationDate { get; set; }
Property Value
OutOfOfficeMessage
Out of office message
Name: OutOfOfficeMessage
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "outOfOfficeMessage")]
[Updateable(false)]
[Createable(false)]
public string OutOfOfficeMessage { get; set; }
Property Value
PasswordExpirationDate
Password Expiration Date
Name: PasswordExpirationDate
SF Type: datetime
Nillable: True
[JsonProperty(PropertyName = "passwordExpirationDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? PasswordExpirationDate { get; set; }
Property Value
Phone
Phone
Name: Phone
SF Type: phone
Nillable: True
[JsonProperty(PropertyName = "phone")]
public string Phone { 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
Profile
ReferenceTo: Profile
RelationshipName: Profile
[JsonProperty(PropertyName = "profile")]
[Updateable(false)]
[Createable(false)]
public SfProfile Profile { get; set; }
Property Value
ProfileId
Profile ID
Name: ProfileId
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "profileId")]
public string ProfileId { get; set; }
Property Value
ReceivesAdminInfoEmails
Admin Info Emails
Name: ReceivesAdminInfoEmails
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "receivesAdminInfoEmails")]
public bool? ReceivesAdminInfoEmails { get; set; }
Property Value
- bool?
ReceivesInfoEmails
Info Emails
Name: ReceivesInfoEmails
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "receivesInfoEmails")]
public bool? ReceivesInfoEmails { get; set; }
Property Value
- bool?
SObjectTypeName
[JsonIgnore]
public static string SObjectTypeName { get; }
Property Value
SenderEmail
Email Sender Address
Name: SenderEmail
SF Type: email
Nillable: True
[JsonProperty(PropertyName = "senderEmail")]
public string SenderEmail { get; set; }
Property Value
SenderName
Email Sender Name
Name: SenderName
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "senderName")]
public string SenderName { get; set; }
Property Value
Signature
Email Signature
Name: Signature
SF Type: textarea
Nillable: True
[JsonProperty(PropertyName = "signature")]
public string Signature { get; set; }
Property Value
SmallBannerPhotoUrl
Url for IOS banner photo
Name: SmallBannerPhotoUrl
SF Type: url
Nillable: True
[JsonProperty(PropertyName = "smallBannerPhotoUrl")]
[Updateable(false)]
[Createable(false)]
public string SmallBannerPhotoUrl { get; set; }
Property Value
SmallPhotoUrl
Photo
Name: SmallPhotoUrl
SF Type: url
Nillable: True
[JsonProperty(PropertyName = "smallPhotoUrl")]
[Updateable(false)]
[Createable(false)]
public string SmallPhotoUrl { get; set; }
Property Value
StartDay
Start of Day
Name: StartDay
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "startDay")]
public string StartDay { get; set; }
Property Value
State
State/Province
Name: State
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "state")]
public string State { get; set; }
Property Value
StayInTouchNote
Stay-in-Touch Email Note
Name: StayInTouchNote
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "stayInTouchNote")]
public string StayInTouchNote { get; set; }
Property Value
StayInTouchSignature
Stay-in-Touch Email Signature
Name: StayInTouchSignature
SF Type: textarea
Nillable: True
[JsonProperty(PropertyName = "stayInTouchSignature")]
public string StayInTouchSignature { get; set; }
Property Value
StayInTouchSubject
Stay-in-Touch Email Subject
Name: StayInTouchSubject
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "stayInTouchSubject")]
public string StayInTouchSubject { get; set; }
Property Value
Street
Street
Name: Street
SF Type: textarea
Nillable: True
[JsonProperty(PropertyName = "street")]
public string Street { get; set; }
Property Value
SuAccessExpirationDate
SU Access Expiration Date
Name: SuAccessExpirationDate
SF Type: date
Nillable: True
[JsonProperty(PropertyName = "suAccessExpirationDate")]
[Updateable(false)]
[Createable(false)]
public DateTime? SuAccessExpirationDate { 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
TimeZoneSidKey
Time Zone
Name: TimeZoneSidKey
SF Type: picklist
Nillable: False
[JsonProperty(PropertyName = "timeZoneSidKey")]
public string TimeZoneSidKey { get; set; }
Property Value
Title
Title
Name: Title
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "title")]
public string Title { get; set; }
Property Value
UserPermissionsCallCenterAutoLogin
Auto-login To Call Center
Name: UserPermissionsCallCenterAutoLogin
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "userPermissionsCallCenterAutoLogin")]
public bool? UserPermissionsCallCenterAutoLogin { get; set; }
Property Value
- bool?
UserPermissionsInteractionUser
Flow User
Name: UserPermissionsInteractionUser
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "userPermissionsInteractionUser")]
public bool? UserPermissionsInteractionUser { get; set; }
Property Value
- bool?
UserPermissionsJigsawProspectingUser
Data.com User
Name: UserPermissionsJigsawProspectingUser
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "userPermissionsJigsawProspectingUser")]
public bool? UserPermissionsJigsawProspectingUser { get; set; }
Property Value
- bool?
UserPermissionsKnowledgeUser
Knowledge User
Name: UserPermissionsKnowledgeUser
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "userPermissionsKnowledgeUser")]
public bool? UserPermissionsKnowledgeUser { get; set; }
Property Value
- bool?
UserPermissionsMarketingUser
Marketing User
Name: UserPermissionsMarketingUser
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "userPermissionsMarketingUser")]
public bool? UserPermissionsMarketingUser { get; set; }
Property Value
- bool?
UserPermissionsOfflineUser
Offline User
Name: UserPermissionsOfflineUser
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "userPermissionsOfflineUser")]
public bool? UserPermissionsOfflineUser { get; set; }
Property Value
- bool?
UserPermissionsSFContentUser
Salesforce CRM Content User
Name: UserPermissionsSFContentUser
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "userPermissionsSFContentUser")]
public bool? UserPermissionsSFContentUser { get; set; }
Property Value
- bool?
UserPermissionsSiteforceContributorUser
Site.com Contributor User
Name: UserPermissionsSiteforceContributorUser
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "userPermissionsSiteforceContributorUser")]
public bool? UserPermissionsSiteforceContributorUser { get; set; }
Property Value
- bool?
UserPermissionsSiteforcePublisherUser
Site.com Publisher User
Name: UserPermissionsSiteforcePublisherUser
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "userPermissionsSiteforcePublisherUser")]
public bool? UserPermissionsSiteforcePublisherUser { get; set; }
Property Value
- bool?
UserPermissionsSupportUser
Service Cloud User
Name: UserPermissionsSupportUser
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "userPermissionsSupportUser")]
public bool? UserPermissionsSupportUser { get; set; }
Property Value
- bool?
UserPermissionsWorkDotComUserFeature
WDC User
Name: UserPermissionsWorkDotComUserFeature
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "userPermissionsWorkDotComUserFeature")]
public bool? UserPermissionsWorkDotComUserFeature { get; set; }
Property Value
- bool?
UserPreferencesActionLauncherEinsteinGptConsent
ActionLauncherEinsteinGptConsent
Name: UserPreferencesActionLauncherEinsteinGptConsent
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "userPreferencesActionLauncherEinsteinGptConsent")]
public bool? UserPreferencesActionLauncherEinsteinGptConsent { get; set; }
Property Value
- bool?
UserPreferencesActivityRemindersPopup
ActivityRemindersPopup
Name: UserPreferencesActivityRemindersPopup
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "userPreferencesActivityRemindersPopup")]
public bool? UserPreferencesActivityRemindersPopup { get; set; }
Property Value
- bool?
UserPreferencesApexPagesDeveloperMode
ApexPagesDeveloperMode
Name: UserPreferencesApexPagesDeveloperMode
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "userPreferencesApexPagesDeveloperMode")]
public bool? UserPreferencesApexPagesDeveloperMode { get; set; }
Property Value
- bool?
UserPreferencesAssistiveActionsEnabledInActionLauncher
AssistiveActionsEnabledInActionLauncher
Name: UserPreferencesAssistiveActionsEnabledInActionLauncher
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "userPreferencesAssistiveActionsEnabledInActionLauncher")]
public bool? UserPreferencesAssistiveActionsEnabledInActionLauncher { get; set; }
Property Value
- bool?
UserPreferencesCacheDiagnostics
CacheDiagnostics
Name: UserPreferencesCacheDiagnostics
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "userPreferencesCacheDiagnostics")]
public bool? UserPreferencesCacheDiagnostics { get; set; }
Property Value
- bool?
UserPreferencesContentEmailAsAndWhen
ContentEmailAsAndWhen
Name: UserPreferencesContentEmailAsAndWhen
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "userPreferencesContentEmailAsAndWhen")]
public bool? UserPreferencesContentEmailAsAndWhen { get; set; }
Property Value
- bool?
UserPreferencesContentNoEmail
ContentNoEmail
Name: UserPreferencesContentNoEmail
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "userPreferencesContentNoEmail")]
public bool? UserPreferencesContentNoEmail { get; set; }
Property Value
- bool?
UserPreferencesCreateLEXAppsWTShown
CreateLEXAppsWTShown
Name: UserPreferencesCreateLEXAppsWTShown
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "userPreferencesCreateLEXAppsWTShown")]
public bool? UserPreferencesCreateLEXAppsWTShown { get; set; }
Property Value
- bool?
UserPreferencesDisCommentAfterLikeEmail
DisCommentAfterLikeEmail
Name: UserPreferencesDisCommentAfterLikeEmail
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "userPreferencesDisCommentAfterLikeEmail")]
public bool? UserPreferencesDisCommentAfterLikeEmail { get; set; }
Property Value
- bool?
UserPreferencesDisMentionsCommentEmail
DisMentionsCommentEmail
Name: UserPreferencesDisMentionsCommentEmail
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "userPreferencesDisMentionsCommentEmail")]
public bool? UserPreferencesDisMentionsCommentEmail { get; set; }
Property Value
- bool?
UserPreferencesDisProfPostCommentEmail
DisProfPostCommentEmail
Name: UserPreferencesDisProfPostCommentEmail
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "userPreferencesDisProfPostCommentEmail")]
public bool? UserPreferencesDisProfPostCommentEmail { get; set; }
Property Value
- bool?
UserPreferencesDisableAllFeedsEmail
DisableAllFeedsEmail
Name: UserPreferencesDisableAllFeedsEmail
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "userPreferencesDisableAllFeedsEmail")]
public bool? UserPreferencesDisableAllFeedsEmail { get; set; }
Property Value
- bool?
UserPreferencesDisableBookmarkEmail
DisableBookmarkEmail
Name: UserPreferencesDisableBookmarkEmail
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "userPreferencesDisableBookmarkEmail")]
public bool? UserPreferencesDisableBookmarkEmail { get; set; }
Property Value
- bool?
UserPreferencesDisableChangeCommentEmail
DisableChangeCommentEmail
Name: UserPreferencesDisableChangeCommentEmail
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "userPreferencesDisableChangeCommentEmail")]
public bool? UserPreferencesDisableChangeCommentEmail { get; set; }
Property Value
- bool?
UserPreferencesDisableEndorsementEmail
DisableEndorsementEmail
Name: UserPreferencesDisableEndorsementEmail
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "userPreferencesDisableEndorsementEmail")]
public bool? UserPreferencesDisableEndorsementEmail { get; set; }
Property Value
- bool?
UserPreferencesDisableFileShareNotificationsForApi
DisableFileShareNotificationsForApi
Name: UserPreferencesDisableFileShareNotificationsForApi
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "userPreferencesDisableFileShareNotificationsForApi")]
public bool? UserPreferencesDisableFileShareNotificationsForApi { get; set; }
Property Value
- bool?
UserPreferencesDisableFollowersEmail
DisableFollowersEmail
Name: UserPreferencesDisableFollowersEmail
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "userPreferencesDisableFollowersEmail")]
public bool? UserPreferencesDisableFollowersEmail { get; set; }
Property Value
- bool?
UserPreferencesDisableLaterCommentEmail
DisableLaterCommentEmail
Name: UserPreferencesDisableLaterCommentEmail
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "userPreferencesDisableLaterCommentEmail")]
public bool? UserPreferencesDisableLaterCommentEmail { get; set; }
Property Value
- bool?
UserPreferencesDisableLikeEmail
DisableLikeEmail
Name: UserPreferencesDisableLikeEmail
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "userPreferencesDisableLikeEmail")]
public bool? UserPreferencesDisableLikeEmail { get; set; }
Property Value
- bool?
UserPreferencesDisableMentionsPostEmail
DisableMentionsPostEmail
Name: UserPreferencesDisableMentionsPostEmail
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "userPreferencesDisableMentionsPostEmail")]
public bool? UserPreferencesDisableMentionsPostEmail { get; set; }
Property Value
- bool?
UserPreferencesDisableMessageEmail
DisableMessageEmail
Name: UserPreferencesDisableMessageEmail
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "userPreferencesDisableMessageEmail")]
public bool? UserPreferencesDisableMessageEmail { get; set; }
Property Value
- bool?
UserPreferencesDisableProfilePostEmail
DisableProfilePostEmail
Name: UserPreferencesDisableProfilePostEmail
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "userPreferencesDisableProfilePostEmail")]
public bool? UserPreferencesDisableProfilePostEmail { get; set; }
Property Value
- bool?
UserPreferencesDisableSharePostEmail
DisableSharePostEmail
Name: UserPreferencesDisableSharePostEmail
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "userPreferencesDisableSharePostEmail")]
public bool? UserPreferencesDisableSharePostEmail { get; set; }
Property Value
- bool?
UserPreferencesDismissPersonalSpaceLegalMessage
DismissPersonalSpaceLegalMessage
Name: UserPreferencesDismissPersonalSpaceLegalMessage
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "userPreferencesDismissPersonalSpaceLegalMessage")]
public bool? UserPreferencesDismissPersonalSpaceLegalMessage { get; set; }
Property Value
- bool?
UserPreferencesEnableAutoSubForFeeds
EnableAutoSubForFeeds
Name: UserPreferencesEnableAutoSubForFeeds
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "userPreferencesEnableAutoSubForFeeds")]
public bool? UserPreferencesEnableAutoSubForFeeds { get; set; }
Property Value
- bool?
UserPreferencesEventRemindersCheckboxDefault
EventRemindersCheckboxDefault
Name: UserPreferencesEventRemindersCheckboxDefault
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "userPreferencesEventRemindersCheckboxDefault")]
public bool? UserPreferencesEventRemindersCheckboxDefault { get; set; }
Property Value
- bool?
UserPreferencesExcludeMailAppAttachments
ExcludeMailAppAttachments
Name: UserPreferencesExcludeMailAppAttachments
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "userPreferencesExcludeMailAppAttachments")]
public bool? UserPreferencesExcludeMailAppAttachments { get; set; }
Property Value
- bool?
UserPreferencesFavoritesShowTopFavorites
FavoritesShowTopFavorites
Name: UserPreferencesFavoritesShowTopFavorites
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "userPreferencesFavoritesShowTopFavorites")]
public bool? UserPreferencesFavoritesShowTopFavorites { get; set; }
Property Value
- bool?
UserPreferencesFavoritesWTShown
FavoritesWTShown
Name: UserPreferencesFavoritesWTShown
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "userPreferencesFavoritesWTShown")]
public bool? UserPreferencesFavoritesWTShown { get; set; }
Property Value
- bool?
UserPreferencesGlobalNavBarWTShown
GlobalNavBarWTShown
Name: UserPreferencesGlobalNavBarWTShown
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "userPreferencesGlobalNavBarWTShown")]
public bool? UserPreferencesGlobalNavBarWTShown { get; set; }
Property Value
- bool?
UserPreferencesGlobalNavGridMenuWTShown
GlobalNavGridMenuWTShown
Name: UserPreferencesGlobalNavGridMenuWTShown
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "userPreferencesGlobalNavGridMenuWTShown")]
public bool? UserPreferencesGlobalNavGridMenuWTShown { get; set; }
Property Value
- bool?
UserPreferencesHasCelebrationBadge
HasCelebrationBadge
Name: UserPreferencesHasCelebrationBadge
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "userPreferencesHasCelebrationBadge")]
public bool? UserPreferencesHasCelebrationBadge { get; set; }
Property Value
- bool?
UserPreferencesHasSentWarningEmail
HasSentWarningEmail
Name: UserPreferencesHasSentWarningEmail
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "userPreferencesHasSentWarningEmail")]
public bool? UserPreferencesHasSentWarningEmail { get; set; }
Property Value
- bool?
UserPreferencesHasSentWarningEmail238
HasSentWarningEmail238
Name: UserPreferencesHasSentWarningEmail238
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "userPreferencesHasSentWarningEmail238")]
public bool? UserPreferencesHasSentWarningEmail238 { get; set; }
Property Value
- bool?
UserPreferencesHasSentWarningEmail240
HasSentWarningEmail240
Name: UserPreferencesHasSentWarningEmail240
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "userPreferencesHasSentWarningEmail240")]
public bool? UserPreferencesHasSentWarningEmail240 { get; set; }
Property Value
- bool?
UserPreferencesHideBiggerPhotoCallout
HideBiggerPhotoCallout
Name: UserPreferencesHideBiggerPhotoCallout
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "userPreferencesHideBiggerPhotoCallout")]
public bool? UserPreferencesHideBiggerPhotoCallout { get; set; }
Property Value
- bool?
UserPreferencesHideCSNDesktopTask
HideCSNDesktopTask
Name: UserPreferencesHideCSNDesktopTask
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "userPreferencesHideCSNDesktopTask")]
public bool? UserPreferencesHideCSNDesktopTask { get; set; }
Property Value
- bool?
UserPreferencesHideCSNGetChatterMobileTask
HideCSNGetChatterMobileTask
Name: UserPreferencesHideCSNGetChatterMobileTask
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "userPreferencesHideCSNGetChatterMobileTask")]
public bool? UserPreferencesHideCSNGetChatterMobileTask { get; set; }
Property Value
- bool?
UserPreferencesHideChatterOnboardingSplash
HideChatterOnboardingSplash
Name: UserPreferencesHideChatterOnboardingSplash
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "userPreferencesHideChatterOnboardingSplash")]
public bool? UserPreferencesHideChatterOnboardingSplash { get; set; }
Property Value
- bool?
UserPreferencesHideEndUserOnboardingAssistantModal
HideEndUserOnboardingAssistantModal
Name: UserPreferencesHideEndUserOnboardingAssistantModal
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "userPreferencesHideEndUserOnboardingAssistantModal")]
public bool? UserPreferencesHideEndUserOnboardingAssistantModal { get; set; }
Property Value
- bool?
UserPreferencesHideLightningMigrationModal
HideLightningMigrationModal
Name: UserPreferencesHideLightningMigrationModal
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "userPreferencesHideLightningMigrationModal")]
public bool? UserPreferencesHideLightningMigrationModal { get; set; }
Property Value
- bool?
UserPreferencesHideManagedEcaMobilePubModal
HideManagedEcaMobilePubModal
Name: UserPreferencesHideManagedEcaMobilePubModal
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "userPreferencesHideManagedEcaMobilePubModal")]
public bool? UserPreferencesHideManagedEcaMobilePubModal { get; set; }
Property Value
- bool?
UserPreferencesHideS1BrowserUI
HideS1BrowserUI
Name: UserPreferencesHideS1BrowserUI
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "userPreferencesHideS1BrowserUI")]
public bool? UserPreferencesHideS1BrowserUI { get; set; }
Property Value
- bool?
UserPreferencesHideSecondChatterOnboardingSplash
HideSecondChatterOnboardingSplash
Name: UserPreferencesHideSecondChatterOnboardingSplash
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "userPreferencesHideSecondChatterOnboardingSplash")]
public bool? UserPreferencesHideSecondChatterOnboardingSplash { get; set; }
Property Value
- bool?
UserPreferencesHideSfxWelcomeMat
HideSfxWelcomeMat
Name: UserPreferencesHideSfxWelcomeMat
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "userPreferencesHideSfxWelcomeMat")]
public bool? UserPreferencesHideSfxWelcomeMat { get; set; }
Property Value
- bool?
UserPreferencesJigsawListUser
JigsawListUser
Name: UserPreferencesJigsawListUser
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "userPreferencesJigsawListUser")]
public bool? UserPreferencesJigsawListUser { get; set; }
Property Value
- bool?
UserPreferencesLightningExperiencePreferred
LightningExperiencePreferred
Name: UserPreferencesLightningExperiencePreferred
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "userPreferencesLightningExperiencePreferred")]
public bool? UserPreferencesLightningExperiencePreferred { get; set; }
Property Value
- bool?
UserPreferencesLiveAgentMiawSetupDeflection
LiveAgentMiawSetupDeflection
Name: UserPreferencesLiveAgentMiawSetupDeflection
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "userPreferencesLiveAgentMiawSetupDeflection")]
public bool? UserPreferencesLiveAgentMiawSetupDeflection { get; set; }
Property Value
- bool?
UserPreferencesNativeEmailClient
NativeEmailClient
Name: UserPreferencesNativeEmailClient
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "userPreferencesNativeEmailClient")]
public bool? UserPreferencesNativeEmailClient { get; set; }
Property Value
- bool?
UserPreferencesNewLightningReportRunPageEnabled
NewLightningReportRunPageEnabled
Name: UserPreferencesNewLightningReportRunPageEnabled
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "userPreferencesNewLightningReportRunPageEnabled")]
public bool? UserPreferencesNewLightningReportRunPageEnabled { get; set; }
Property Value
- bool?
UserPreferencesPathAssistantCollapsed
PathAssistantCollapsed
Name: UserPreferencesPathAssistantCollapsed
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "userPreferencesPathAssistantCollapsed")]
public bool? UserPreferencesPathAssistantCollapsed { get; set; }
Property Value
- bool?
UserPreferencesPreviewCustomTheme
PreviewCustomTheme
Name: UserPreferencesPreviewCustomTheme
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "userPreferencesPreviewCustomTheme")]
public bool? UserPreferencesPreviewCustomTheme { get; set; }
Property Value
- bool?
UserPreferencesPreviewLightning
PreviewLightning
Name: UserPreferencesPreviewLightning
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "userPreferencesPreviewLightning")]
public bool? UserPreferencesPreviewLightning { get; set; }
Property Value
- bool?
UserPreferencesReceiveNoNotificationsAsApprover
ReceiveNoNotificationsAsApprover
Name: UserPreferencesReceiveNoNotificationsAsApprover
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "userPreferencesReceiveNoNotificationsAsApprover")]
public bool? UserPreferencesReceiveNoNotificationsAsApprover { get; set; }
Property Value
- bool?
UserPreferencesReceiveNotificationsAsDelegatedApprover
ReceiveNotificationsAsDelegatedApprover
Name: UserPreferencesReceiveNotificationsAsDelegatedApprover
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "userPreferencesReceiveNotificationsAsDelegatedApprover")]
public bool? UserPreferencesReceiveNotificationsAsDelegatedApprover { get; set; }
Property Value
- bool?
UserPreferencesRecordHomeReservedWTShown
RecordHomeReservedWTShown
Name: UserPreferencesRecordHomeReservedWTShown
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "userPreferencesRecordHomeReservedWTShown")]
public bool? UserPreferencesRecordHomeReservedWTShown { get; set; }
Property Value
- bool?
UserPreferencesRecordHomeSectionCollapseWTShown
RecordHomeSectionCollapseWTShown
Name: UserPreferencesRecordHomeSectionCollapseWTShown
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "userPreferencesRecordHomeSectionCollapseWTShown")]
public bool? UserPreferencesRecordHomeSectionCollapseWTShown { get; set; }
Property Value
- bool?
UserPreferencesReminderSoundOff
ReminderSoundOff
Name: UserPreferencesReminderSoundOff
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "userPreferencesReminderSoundOff")]
public bool? UserPreferencesReminderSoundOff { get; set; }
Property Value
- bool?
UserPreferencesReverseOpenActivitiesView
ReverseOpenActivitiesView
Name: UserPreferencesReverseOpenActivitiesView
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "userPreferencesReverseOpenActivitiesView")]
public bool? UserPreferencesReverseOpenActivitiesView { get; set; }
Property Value
- bool?
UserPreferencesSRHOverrideActivities
SRHOverrideActivities
Name: UserPreferencesSRHOverrideActivities
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "userPreferencesSRHOverrideActivities")]
public bool? UserPreferencesSRHOverrideActivities { get; set; }
Property Value
- bool?
UserPreferencesShowCityToExternalUsers
ShowCityToExternalUsers
Name: UserPreferencesShowCityToExternalUsers
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "userPreferencesShowCityToExternalUsers")]
public bool? UserPreferencesShowCityToExternalUsers { get; set; }
Property Value
- bool?
UserPreferencesShowCityToGuestUsers
ShowCityToGuestUsers
Name: UserPreferencesShowCityToGuestUsers
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "userPreferencesShowCityToGuestUsers")]
public bool? UserPreferencesShowCityToGuestUsers { get; set; }
Property Value
- bool?
UserPreferencesShowCountryToExternalUsers
ShowCountryToExternalUsers
Name: UserPreferencesShowCountryToExternalUsers
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "userPreferencesShowCountryToExternalUsers")]
public bool? UserPreferencesShowCountryToExternalUsers { get; set; }
Property Value
- bool?
UserPreferencesShowCountryToGuestUsers
ShowCountryToGuestUsers
Name: UserPreferencesShowCountryToGuestUsers
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "userPreferencesShowCountryToGuestUsers")]
public bool? UserPreferencesShowCountryToGuestUsers { get; set; }
Property Value
- bool?
UserPreferencesShowEmailToExternalUsers
ShowEmailToExternalUsers
Name: UserPreferencesShowEmailToExternalUsers
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "userPreferencesShowEmailToExternalUsers")]
public bool? UserPreferencesShowEmailToExternalUsers { get; set; }
Property Value
- bool?
UserPreferencesShowEmailToGuestUsers
ShowEmailToGuestUsers
Name: UserPreferencesShowEmailToGuestUsers
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "userPreferencesShowEmailToGuestUsers")]
public bool? UserPreferencesShowEmailToGuestUsers { get; set; }
Property Value
- bool?
UserPreferencesShowFaxToExternalUsers
ShowFaxToExternalUsers
Name: UserPreferencesShowFaxToExternalUsers
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "userPreferencesShowFaxToExternalUsers")]
public bool? UserPreferencesShowFaxToExternalUsers { get; set; }
Property Value
- bool?
UserPreferencesShowFaxToGuestUsers
ShowFaxToGuestUsers
Name: UserPreferencesShowFaxToGuestUsers
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "userPreferencesShowFaxToGuestUsers")]
public bool? UserPreferencesShowFaxToGuestUsers { get; set; }
Property Value
- bool?
UserPreferencesShowForecastingChangeSignals
ShowForecastingChangeSignals
Name: UserPreferencesShowForecastingChangeSignals
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "userPreferencesShowForecastingChangeSignals")]
public bool? UserPreferencesShowForecastingChangeSignals { get; set; }
Property Value
- bool?
UserPreferencesShowForecastingRoundedAmounts
ShowForecastingRoundedAmounts
Name: UserPreferencesShowForecastingRoundedAmounts
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "userPreferencesShowForecastingRoundedAmounts")]
public bool? UserPreferencesShowForecastingRoundedAmounts { get; set; }
Property Value
- bool?
UserPreferencesShowManagerToExternalUsers
ShowManagerToExternalUsers
Name: UserPreferencesShowManagerToExternalUsers
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "userPreferencesShowManagerToExternalUsers")]
public bool? UserPreferencesShowManagerToExternalUsers { get; set; }
Property Value
- bool?
UserPreferencesShowManagerToGuestUsers
ShowManagerToGuestUsers
Name: UserPreferencesShowManagerToGuestUsers
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "userPreferencesShowManagerToGuestUsers")]
public bool? UserPreferencesShowManagerToGuestUsers { get; set; }
Property Value
- bool?
UserPreferencesShowMobilePhoneToExternalUsers
ShowMobilePhoneToExternalUsers
Name: UserPreferencesShowMobilePhoneToExternalUsers
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "userPreferencesShowMobilePhoneToExternalUsers")]
public bool? UserPreferencesShowMobilePhoneToExternalUsers { get; set; }
Property Value
- bool?
UserPreferencesShowMobilePhoneToGuestUsers
ShowMobilePhoneToGuestUsers
Name: UserPreferencesShowMobilePhoneToGuestUsers
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "userPreferencesShowMobilePhoneToGuestUsers")]
public bool? UserPreferencesShowMobilePhoneToGuestUsers { get; set; }
Property Value
- bool?
UserPreferencesShowPostalCodeToExternalUsers
ShowPostalCodeToExternalUsers
Name: UserPreferencesShowPostalCodeToExternalUsers
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "userPreferencesShowPostalCodeToExternalUsers")]
public bool? UserPreferencesShowPostalCodeToExternalUsers { get; set; }
Property Value
- bool?
UserPreferencesShowPostalCodeToGuestUsers
ShowPostalCodeToGuestUsers
Name: UserPreferencesShowPostalCodeToGuestUsers
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "userPreferencesShowPostalCodeToGuestUsers")]
public bool? UserPreferencesShowPostalCodeToGuestUsers { get; set; }
Property Value
- bool?
UserPreferencesShowProfilePicToGuestUsers
ShowProfilePicToGuestUsers
Name: UserPreferencesShowProfilePicToGuestUsers
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "userPreferencesShowProfilePicToGuestUsers")]
public bool? UserPreferencesShowProfilePicToGuestUsers { get; set; }
Property Value
- bool?
UserPreferencesShowStateToExternalUsers
ShowStateToExternalUsers
Name: UserPreferencesShowStateToExternalUsers
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "userPreferencesShowStateToExternalUsers")]
public bool? UserPreferencesShowStateToExternalUsers { get; set; }
Property Value
- bool?
UserPreferencesShowStateToGuestUsers
ShowStateToGuestUsers
Name: UserPreferencesShowStateToGuestUsers
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "userPreferencesShowStateToGuestUsers")]
public bool? UserPreferencesShowStateToGuestUsers { get; set; }
Property Value
- bool?
UserPreferencesShowStreetAddressToExternalUsers
ShowStreetAddressToExternalUsers
Name: UserPreferencesShowStreetAddressToExternalUsers
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "userPreferencesShowStreetAddressToExternalUsers")]
public bool? UserPreferencesShowStreetAddressToExternalUsers { get; set; }
Property Value
- bool?
UserPreferencesShowStreetAddressToGuestUsers
ShowStreetAddressToGuestUsers
Name: UserPreferencesShowStreetAddressToGuestUsers
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "userPreferencesShowStreetAddressToGuestUsers")]
public bool? UserPreferencesShowStreetAddressToGuestUsers { get; set; }
Property Value
- bool?
UserPreferencesShowTitleToExternalUsers
ShowTitleToExternalUsers
Name: UserPreferencesShowTitleToExternalUsers
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "userPreferencesShowTitleToExternalUsers")]
public bool? UserPreferencesShowTitleToExternalUsers { get; set; }
Property Value
- bool?
UserPreferencesShowTitleToGuestUsers
ShowTitleToGuestUsers
Name: UserPreferencesShowTitleToGuestUsers
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "userPreferencesShowTitleToGuestUsers")]
public bool? UserPreferencesShowTitleToGuestUsers { get; set; }
Property Value
- bool?
UserPreferencesShowWorkPhoneToExternalUsers
ShowWorkPhoneToExternalUsers
Name: UserPreferencesShowWorkPhoneToExternalUsers
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "userPreferencesShowWorkPhoneToExternalUsers")]
public bool? UserPreferencesShowWorkPhoneToExternalUsers { get; set; }
Property Value
- bool?
UserPreferencesShowWorkPhoneToGuestUsers
ShowWorkPhoneToGuestUsers
Name: UserPreferencesShowWorkPhoneToGuestUsers
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "userPreferencesShowWorkPhoneToGuestUsers")]
public bool? UserPreferencesShowWorkPhoneToGuestUsers { get; set; }
Property Value
- bool?
UserPreferencesSortFeedByComment
SortFeedByComment
Name: UserPreferencesSortFeedByComment
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "userPreferencesSortFeedByComment")]
public bool? UserPreferencesSortFeedByComment { get; set; }
Property Value
- bool?
UserPreferencesSuppressEventSFXReminders
SuppressEventSFXReminders
Name: UserPreferencesSuppressEventSFXReminders
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "userPreferencesSuppressEventSFXReminders")]
public bool? UserPreferencesSuppressEventSFXReminders { get; set; }
Property Value
- bool?
UserPreferencesSuppressTaskSFXReminders
SuppressTaskSFXReminders
Name: UserPreferencesSuppressTaskSFXReminders
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "userPreferencesSuppressTaskSFXReminders")]
public bool? UserPreferencesSuppressTaskSFXReminders { get; set; }
Property Value
- bool?
UserPreferencesTaskRemindersCheckboxDefault
TaskRemindersCheckboxDefault
Name: UserPreferencesTaskRemindersCheckboxDefault
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "userPreferencesTaskRemindersCheckboxDefault")]
public bool? UserPreferencesTaskRemindersCheckboxDefault { get; set; }
Property Value
- bool?
UserPreferencesUserDebugModePref
UserDebugModePref
Name: UserPreferencesUserDebugModePref
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "userPreferencesUserDebugModePref")]
public bool? UserPreferencesUserDebugModePref { get; set; }
Property Value
- bool?
UserRole
ReferenceTo: UserRole
RelationshipName: UserRole
[JsonProperty(PropertyName = "userRole")]
[Updateable(false)]
[Createable(false)]
public SfUserRole UserRole { get; set; }
Property Value
UserRoleId
Role ID
Name: UserRoleId
SF Type: reference
Nillable: True
[JsonProperty(PropertyName = "userRoleId")]
public string UserRoleId { get; set; }
Property Value
UserType
User Type
Name: UserType
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "userType")]
[Updateable(false)]
[Createable(false)]
public string UserType { get; set; }
Property Value
Username
Username
Name: Username
SF Type: string
Nillable: False
[JsonProperty(PropertyName = "username")]
public string Username { get; set; }