Class SfOrganization
- Namespace
- NetCoreForce.Models
- Assembly
- NetCoreForce.Models.dll
Organization
SObject Name: Organization
Custom Object: False
public class SfOrganization : SObject
- Inheritance
-
SfOrganization
- 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(true)]
[Createable(false)]
public string City { get; set; }
Property Value
ComplianceBccEmail
Compliance BCC Email
Name: ComplianceBccEmail
SF Type: email
Nillable: True
[JsonProperty(PropertyName = "complianceBccEmail")]
[Updateable(false)]
[Createable(false)]
public string ComplianceBccEmail { 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
DefaultAccountAccess
Default Account Access
Name: DefaultAccountAccess
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "defaultAccountAccess")]
[Updateable(false)]
[Createable(false)]
public string DefaultAccountAccess { get; set; }
Property Value
DefaultCalendarAccess
Default Calendar Access
Name: DefaultCalendarAccess
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "defaultCalendarAccess")]
[Updateable(false)]
[Createable(false)]
public string DefaultCalendarAccess { get; set; }
Property Value
DefaultCampaignAccess
Default Campaign Access
Name: DefaultCampaignAccess
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "defaultCampaignAccess")]
[Updateable(false)]
[Createable(false)]
public string DefaultCampaignAccess { get; set; }
Property Value
DefaultCaseAccess
Default Case Access
Name: DefaultCaseAccess
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "defaultCaseAccess")]
[Updateable(false)]
[Createable(false)]
public string DefaultCaseAccess { get; set; }
Property Value
DefaultContactAccess
Default Contact Access
Name: DefaultContactAccess
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "defaultContactAccess")]
[Updateable(false)]
[Createable(false)]
public string DefaultContactAccess { get; set; }
Property Value
DefaultLeadAccess
Default Lead Access
Name: DefaultLeadAccess
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "defaultLeadAccess")]
[Updateable(false)]
[Createable(false)]
public string DefaultLeadAccess { get; set; }
Property Value
DefaultLocaleSidKey
Locale
Name: DefaultLocaleSidKey
SF Type: picklist
Nillable: False
[JsonProperty(PropertyName = "defaultLocaleSidKey")]
[Updateable(true)]
[Createable(false)]
public string DefaultLocaleSidKey { get; set; }
Property Value
DefaultOpportunityAccess
Default Opportunity Access
Name: DefaultOpportunityAccess
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "defaultOpportunityAccess")]
[Updateable(false)]
[Createable(false)]
public string DefaultOpportunityAccess { get; set; }
Property Value
DefaultPricebookAccess
Default Price Book Access
Name: DefaultPricebookAccess
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "defaultPricebookAccess")]
[Updateable(false)]
[Createable(false)]
public string DefaultPricebookAccess { get; set; }
Property Value
Division
Division
Name: Division
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "division")]
[Updateable(true)]
[Createable(false)]
public string Division { get; set; }
Property Value
Fax
Fax
Name: Fax
SF Type: phone
Nillable: True
[JsonProperty(PropertyName = "fax")]
[Updateable(true)]
[Createable(false)]
public string Fax { get; set; }
Property Value
FiscalYearStartMonth
Fiscal Year Starts In
Name: FiscalYearStartMonth
SF Type: int
Nillable: True
[JsonProperty(PropertyName = "fiscalYearStartMonth")]
[Updateable(false)]
[Createable(false)]
public int? FiscalYearStartMonth { get; set; }
Property Value
- int?
GeocodeAccuracy
Geocode Accuracy
Name: GeocodeAccuracy
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "geocodeAccuracy")]
[Updateable(true)]
[Createable(false)]
public string GeocodeAccuracy { get; set; }
Property Value
Id
Organization ID
Name: Id
SF Type: id
Nillable: False
[JsonProperty(PropertyName = "id")]
[Updateable(false)]
[Createable(false)]
public string Id { get; set; }
Property Value
InstanceName
Instance Name
Name: InstanceName
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "instanceName")]
[Updateable(false)]
[Createable(false)]
public string InstanceName { get; set; }
Property Value
IsReadOnly
Is Read Only
Name: IsReadOnly
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isReadOnly")]
[Updateable(false)]
[Createable(false)]
public bool? IsReadOnly { get; set; }
Property Value
- bool?
IsSandbox
Is Sandbox
Name: IsSandbox
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isSandbox")]
[Updateable(false)]
[Createable(false)]
public bool? IsSandbox { get; set; }
Property Value
- bool?
LanguageLocaleKey
Language
Name: LanguageLocaleKey
SF Type: picklist
Nillable: False
[JsonProperty(PropertyName = "languageLocaleKey")]
[Updateable(true)]
[Createable(false)]
public string LanguageLocaleKey { 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
Latitude
Latitude
Name: Latitude
SF Type: double
Nillable: True
[JsonProperty(PropertyName = "latitude")]
[Updateable(true)]
[Createable(false)]
public double? Latitude { get; set; }
Property Value
Longitude
Longitude
Name: Longitude
SF Type: double
Nillable: True
[JsonProperty(PropertyName = "longitude")]
[Updateable(true)]
[Createable(false)]
public double? Longitude { get; set; }
Property Value
MonthlyPageViewsEntitlement
Monthly Page Views Allowed
Name: MonthlyPageViewsEntitlement
SF Type: int
Nillable: True
[JsonProperty(PropertyName = "monthlyPageViewsEntitlement")]
[Updateable(false)]
[Createable(false)]
public int? MonthlyPageViewsEntitlement { get; set; }
Property Value
- int?
MonthlyPageViewsUsed
Monthly Page Views Used
Name: MonthlyPageViewsUsed
SF Type: int
Nillable: True
[JsonProperty(PropertyName = "monthlyPageViewsUsed")]
[Updateable(false)]
[Createable(false)]
public int? MonthlyPageViewsUsed { get; set; }
Property Value
- int?
Name
Name
Name: Name
SF Type: string
Nillable: False
[JsonProperty(PropertyName = "name")]
[Updateable(true)]
[Createable(false)]
public string Name { get; set; }
Property Value
NamespacePrefix
Namespace Prefix
Name: NamespacePrefix
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "namespacePrefix")]
[Updateable(false)]
[Createable(false)]
public string NamespacePrefix { get; set; }
Property Value
NumKnowledgeService
Knowledge Licenses
Name: NumKnowledgeService
SF Type: int
Nillable: True
[JsonProperty(PropertyName = "numKnowledgeService")]
[Updateable(false)]
[Createable(false)]
public int? NumKnowledgeService { get; set; }
Property Value
- int?
OrganizationType
Edition
Name: OrganizationType
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "organizationType")]
[Updateable(false)]
[Createable(false)]
public string OrganizationType { get; set; }
Property Value
Phone
Phone
Name: Phone
SF Type: phone
Nillable: True
[JsonProperty(PropertyName = "phone")]
[Updateable(true)]
[Createable(false)]
public string Phone { get; set; }
Property Value
PostalCode
Zip/Postal Code
Name: PostalCode
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "postalCode")]
[Updateable(true)]
[Createable(false)]
public string PostalCode { get; set; }
Property Value
PreferencesAutoSelectIndividualOnMerge
AutoSelectIndividualOnMerge
Name: PreferencesAutoSelectIndividualOnMerge
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "preferencesAutoSelectIndividualOnMerge")]
[Updateable(true)]
[Createable(false)]
public bool? PreferencesAutoSelectIndividualOnMerge { get; set; }
Property Value
- bool?
PreferencesConsentManagementEnabled
ConsentManagementEnabled
Name: PreferencesConsentManagementEnabled
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "preferencesConsentManagementEnabled")]
[Updateable(true)]
[Createable(false)]
public bool? PreferencesConsentManagementEnabled { get; set; }
Property Value
- bool?
PreferencesEmailSenderIdCompliance
EmailSenderIdCompliance
Name: PreferencesEmailSenderIdCompliance
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "preferencesEmailSenderIdCompliance")]
[Updateable(true)]
[Createable(false)]
public bool? PreferencesEmailSenderIdCompliance { get; set; }
Property Value
- bool?
PreferencesLightningLoginEnabled
LightningLoginEnabled
Name: PreferencesLightningLoginEnabled
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "preferencesLightningLoginEnabled")]
[Updateable(true)]
[Createable(false)]
public bool? PreferencesLightningLoginEnabled { get; set; }
Property Value
- bool?
PreferencesOnlyLLPermUserAllowed
OnlyLLPermUserAllowed
Name: PreferencesOnlyLLPermUserAllowed
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "preferencesOnlyLLPermUserAllowed")]
[Updateable(true)]
[Createable(false)]
public bool? PreferencesOnlyLLPermUserAllowed { get; set; }
Property Value
- bool?
PreferencesRequireOpportunityProducts
RequireOpportunityProducts
Name: PreferencesRequireOpportunityProducts
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "preferencesRequireOpportunityProducts")]
[Updateable(true)]
[Createable(false)]
public bool? PreferencesRequireOpportunityProducts { get; set; }
Property Value
- bool?
PreferencesTransactionSecurityPolicy
TransactionSecurityPolicy
Name: PreferencesTransactionSecurityPolicy
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "preferencesTransactionSecurityPolicy")]
[Updateable(true)]
[Createable(false)]
public bool? PreferencesTransactionSecurityPolicy { get; set; }
Property Value
- bool?
PrimaryContact
Primary Contact
Name: PrimaryContact
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "primaryContact")]
[Updateable(true)]
[Createable(false)]
public string PrimaryContact { get; set; }
Property Value
ReceivesAdminInfoEmails
Info Emails Admin
Name: ReceivesAdminInfoEmails
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "receivesAdminInfoEmails")]
[Updateable(true)]
[Createable(false)]
public bool? ReceivesAdminInfoEmails { get; set; }
Property Value
- bool?
ReceivesInfoEmails
Info Emails
Name: ReceivesInfoEmails
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "receivesInfoEmails")]
[Updateable(true)]
[Createable(false)]
public bool? ReceivesInfoEmails { get; set; }
Property Value
- bool?
SObjectTypeName
[JsonIgnore]
public static string SObjectTypeName { get; }
Property Value
SignupCountryIsoCode
Signup Country
Name: SignupCountryIsoCode
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "signupCountryIsoCode")]
[Updateable(false)]
[Createable(false)]
public string SignupCountryIsoCode { get; set; }
Property Value
State
State/Province
Name: State
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "state")]
[Updateable(true)]
[Createable(false)]
public string State { get; set; }
Property Value
Street
Street
Name: Street
SF Type: textarea
Nillable: True
[JsonProperty(PropertyName = "street")]
[Updateable(true)]
[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
TimeZoneSidKey
Time Zone
Name: TimeZoneSidKey
SF Type: picklist
Nillable: False
[JsonProperty(PropertyName = "timeZoneSidKey")]
[Updateable(true)]
[Createable(false)]
public string TimeZoneSidKey { get; set; }
Property Value
TrialExpirationDate
Trial Expiration Date
Name: TrialExpirationDate
SF Type: datetime
Nillable: True
[JsonProperty(PropertyName = "trialExpirationDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? TrialExpirationDate { get; set; }
Property Value
UiSkin
UI Skin
Name: UiSkin
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "uiSkin")]
[Updateable(true)]
[Createable(false)]
public string UiSkin { get; set; }
Property Value
UsesStartDateAsFiscalYearName
Fiscal Year Name by Start
Name: UsesStartDateAsFiscalYearName
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "usesStartDateAsFiscalYearName")]
[Updateable(false)]
[Createable(false)]
public bool? UsesStartDateAsFiscalYearName { get; set; }
Property Value
- bool?
WebToCaseDefaultOrigin
Web to Cases Default Origin
Name: WebToCaseDefaultOrigin
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "webToCaseDefaultOrigin")]
[Updateable(true)]
[Createable(false)]
public string WebToCaseDefaultOrigin { get; set; }