Newer Version Available
Considerations
- Lightning Experience
- Salesforce app
- Experience Builder sites
- Lightning Out
- Lightning Components for Visualforce
- Standalone Lightning apps
- Lightning for Gmail
- Lightning for Outlook
Lightning Data Service supports primitive DML operations—create, read, update, and delete. It operates on one record at a time, which you retrieve or modify using the record ID. Lightning Data Service supports spanned fields with a maximum depth of five levels. Support for working with collections of records or for querying for a record by anything other than the record ID isn’t available. If you must support higher-level operations or multiple operations in one transaction, use standard @AuraEnabled Apex methods.
Lightning Data Service shared data storage provides notifications to all components that use a record whenever a component changes that record. It doesn’t notify components if that record is changed on the server, for example, if someone else modifies it. Records changed on the server aren’t updated locally until they’re reloaded. Lightning Data Service notifies listeners about data changes only if the changed fields are the same as in the listener’s fields or layout.
- Loads record data progressively.
- Caches results on the client.
- Invalidates cache entries when dependent Salesforce data and metadata changes.
- Optimizes server calls by bulkifying and deduping requests.
Use Base Components
To work with record data, use the following base components.
- lightning:recordForm
- lightning:recordEditForm
- lightning:recordViewForm
- Create a metadata-driven UI or form-based UI similar to the record detail page in Salesforce.
- Display record values based on the field metadata.
- Display or hide localized field labels.
- Display the help text on a custom field.
- Perform client-side validation and enforce validation rules.
- Create your own custom UI
- Return raw record data for a small number of fields
- Create UI that’s not metadata-driven
When using force:recordData, load the data once and pass it to child components as attributes. This approach reduces the number of listeners and minimizes server calls, which improves performance and ensures that your components show consistent data. For more information, see the force:recordData documentation.
For examples of base components in action, see Lightning Action Examples.
- An Aura or Lightning web component mutates the record.
- The Lightning Data Service cache entry expires and then a component built on Lightning Data Service triggers a read. The cache entry and the Lightning web component must be in the same browser and app (for example Lightning Experience) for the same user.
Supported Objects
Lightning Data Service supports custom objects and the following.
- AISentimentResult
- Account
- AccountBrand
- AccountContactRelation
- AccountForecast
- AccountForecastAdjustment
- AccountForecastPeriodMetric
- AccountParticipant
- AccountPartner
- AccountProductForecast
- AccountProductPeriodForecast
- AccountRelationship
- AccountTeamMember
- Accreditation
- AcctMgrPeriodicTargetDstr
- AcctMgrTarget
- AcctMgrTargetDstr
- ActionCadence
- ActionPlan
- ActionPlanItem
- ActionPlanItemDependency
- ActionPlanTemplate
- ActionPlanTemplateItem
- ActionPlanTemplateItemValue
- ActionPlanTemplateVersion
- ActionPlnTmplItmDependency
- ActionPlanTmplItmAssessmentInd
- ActionVisibility
- ActivationTarget
- ActiveScratchOrg
- ActivityTiming
- AddOnDefinition
- Address
- AdCreativeSizeType
- AdOrderItem
- AdOrderLineAdTarget
- AdPageLayoutType
- AdProductTargetCategory
- AdQuote
- AdServer
- AdServerAccount
- AdServerUser
- AdSpaceCreativeSizeType
- AdSpaceGroupMember
- AdSpaceSpecification
- AdTargetCategory
- AdTargetCategorySegment
- AdUsageSummary
- AdvAccountForecastFact
- AdvAcctForecastSetPartner
- AiDataset
- AiImageDetectedObject
- AiImageTrainingObject
- AiVisionModel
- AiVisionModelMetric
- AiVisionModelObjectMetric
- AiVisitRecommendRequest
- AiVisitRecommendation
- AiVisitSummary
- AiVisitTaskRcmd
- AiVisitTaskRcmdRequest
- AirTravelEmssnFctr
- AirTravelEnrgyUse
- AllergyIntolerance
- AlternativePaymentMethod
- ApiAnomalyEventStore
- AppAnalyticsQueryRequest
- AppExtension
- AppMenuItem
- AppUsageAssignment
- ApplicationCase
- AppointmentReason
- AppointmentTopicTimeSlot
- ApptBundleAggrDurDnscale
- ApptBundleAggrPolicy
- ApptBundleConfig
- ApptBundlePolicy
- ApptBundlePolicySvcTerr
- ApptBundlePropagatePolicy
- ApptBundleRestrictPolicy
- ApptBundleSortPolicy
- Assessment
- AssessmentIndDefinedValue
- AssessmentIndValue
- AssessmentIndicatorDefinition
- AssessmentQuestion
- AssessmentQuestionResponse
- AssessmentQuestionSet
- AssessmentQuestionVersion
- AssessmentTask
- AssessmentTaskContentDocument
- AssessmentTaskDefinition
- AssessmentTaskIndDefinition
- AssessmentTaskOrder
- Asset
- AssetAction
- AssetActionSource
- AssetAttribute
- AssetDowntimePeriod
- AssetRelationship
- AssetStatePeriod
- AssetWarranty
- AssignedResource
- AssociatedLocation
- Assortment
- AssortmentProduct
- AsyncOperationLog
- AttachedContentNote
- AttributeCategory
- AttributeDefinition
- AttributePicklist
- AttributePicklistValue
- AuthApplicationAsset
- AuthApplicationPlace
- AuthFormRequestRecord
- AuthLocationAccessSchedule
- AuthorNote
- AuthorizationForm
- AuthorizationFormConsent
- AuthorizationFormDataUse
- AuthorizationFormText
- AuthorizedInsuranceLine
- Award
- BCEntityPermission
- BCEntityPermissionSet
- BCFieldPermission
- BCParticipant
- BCParticipantAccess
- BCPermissionSet
- BCRecordAccess
- BCRecordAccessApproval
- BCRelatedParticipant
- BackgroundOperation
- Banker
- BatchJob
- BatchJobPartFailedRecord
- Benefit
- BenefitParameterValue
- BenefitType
- BillingBatchFilterCriteria
- BillingBatchScheduler
- BillingPeriodItem
- BillingPolicy
- BillingSchedule
- BillingScheduleCreationStatus
- BillingScheduleGroup
- BillingTreatment
- BillingTreatmentItem
- BldgEnrgyIntensity
- BldgEnrgyIntensityVal
- BldgSizeCategory
- BlockchainAppMember
- BlockchainApplication
- BlockchainEntity
- BlockchainField
- BlockchainMember
- BoardCertification
- BranchUnit
- BranchUnitBusinessMember
- BranchUnitCustomer
- BranchUnitRelatedRecord
- BroadcastCommunication
- Budget
- BudgetAllocation
- BundledCareFeeAgreement
- BusRegAuthTypeDependency
- BusRegAuthorizationType
- BusinessBrand
- BusinessHours
- BusinessLicense
- BusinessLicenseApplication
- BusinessMilestone
- BusinessProfile
- BusinessType
- BuyerAccount
- BuyerGroupPricebook
- CalcProcStepRelationship
- CalculationMatrix
- CalculationMatrixColumn
- CalculationMatrixRow
- CalculationMatrixVersion
- CalculationProcedure
- CalculationProcedureStep
- CalculationProcedureVariable
- CalculationProcedureVersion
- Campaign
- CampaignInsight
- CampaignMember
- CampaignMemberStatus
- CapitationCareFeeAgreement
- CardPaymentMethod
- CareBarrier
- CareBarrierDeterminant
- CareBarrierType
- CareBenefitVerifyRequest
- CareDeterminant
- CareDeterminantType
- CareDiagnosis
- CareFeeScheduleItem
- CareInterventionType
- CareLimitType
- CareMetricTarget
- CareObservation
- CareObservationComponent
- CarePerformer
- CarePgmProvHealthcareProvider
- CarePractnFacilityAppt
- CarePreauth
- CarePreauthItem
- CareProgram
- CareProgramCampaign
- CareProgramEligibilityRule
- CareProgramEnrollee
- CareProgramEnrolleeProduct
- CareProgramEnrollmentCard
- CareProgramGoal
- CareProgramProduct
- CareProgramProvider
- CareProgramTeamMember
- CareProviderAdverseAction
- CareProviderFacilitySpecialty
- CareProviderSearchableField
- CareRegisteredDevice
- CareRequest
- CareRequestDrug
- CareRequestExtension
- CareRequestItem
- CareRequestReviewer
- CareSpecialty
- CareSpecialtyTaxonomy
- CareTaxonomy
- CartItem
- Case
- CaseContactRole
- CaseMilestone
- CaseParticipant
- CaseRelatedIssue
- CaseServicePlan
- CategorizedCareFeeAgreement
- ChangeRequest
- ChangeRequestRelatedIssue
- ChannelObjectLinkingRule
- ChannelProgram
- ChannelProgramLevel
- ChannelProgramMember
- Claim
- ClaimCase
- ClaimCovPaymentAdjustment
- ClaimCovReserveAdjustment
- ClaimCoverage
- ClaimCoveragePaymentDetail
- ClaimCoverageReserveDetail
- ClaimItem
- ClaimParticipant
- ClaimPaymentSummary
- ClaimRecovery
- ClinicalAlert
- ClinicalEncounter
- ClinicalEncounterDiagnosis
- ClinicalEncounterFacility
- ClinicalEncounterIdentifier
- ClinicalEncounterProvider
- ClinicalEncounterReason
- ClinicalEncounterSvcRequest
- ClinicalServiceRequest
- ClinicalServiceRequestDetail
- CloudServiceProvider
- CodeSet
- CodeSetBundle
- CommSubscription
- CommSubscriptionChannelType
- CommSubscriptionConsent
- CommSubscriptionTiming
- CommissionSchedule
- CommissionScheduleAssignment
- ComplaintCase
- ComplaintParticipant
- ConsentMetric
- ConsentUsageMetric
- ConsumptionRate
- ConsumptionSchedule
- Contact
- ContactEncounter
- ContactEncounterParticipant
- ContactPointAddress
- ContactPointConsent
- ContactPointEmail
- ContactPointPhone
- ContactPointTypeConsent
- ContactRequest
- ContentDocument
- ContentDocumentLink
- ContentDocumentListViewMapping
- ContentNote
- ContentVersion
- ContentWorkspace
- Contract
- ContractContactRole
- ContractDocVerContentDoc
- ContractDocumentVersion
- ContractGroupPlan
- ContractLineItem
- ContractPaymentAgreement
- ContractType
- ContractTypeConfig
- ConversationBroadcast
- ConversationBroadcastEntry
- Coupon
- CourseOffering
- CourtAction
- CourtActionOutcome
- CoverageBenefit
- CoverageBenefitItem
- CoverageBenefitItemLimit
- CoverageType
- CrbnEmssnScopeAlloc
- CrbnEmssnScopeAllocVal
- CredentialStuffingEventStore
- CreditMemo
- CreditMemoInvApplication
- CreditMemoLine
- Crisis
- CspTrustedSites
- Customer
- CustomerProperty
- CustomObjectParticipant
- DandBCompany
- DataConnectorS3
- DataLakeObjectInstance
- DataStream
- DataUseLegalBasis
- DataUsePurpose
- DelegatedAccount
- DeleteEvent
- DeliveryTask
- DiagnosticSummary
- DiagnosticSummaryDetail
- DigitalSignature
- DigitalWallet
- DistributorAuthorization
- DocTemplateSectionCondition
- DocumentChecklistItem
- DocumentEnvelope
- DocumentGenerationSetting
- DocumentRecipient
- DocumentTemplate
- DocumentTemplateClause
- DocumentTemplateContentDoc
- DocumentTemplateSection
- DocumentTemplateToken
- DsarPolicyLog
- DuplicateRecordItem
- DuplicateRecordSet
- EditionDefinition
- ElectricityEmssnFctrSet
- ElectronicMediaGroup
- Employee
- EmployeeAsset
- EmployeeContact
- EmployeeCrisisAssessment
- EmployeeJob
- EmployeeJobPosition
- EmployeeOrganization
- EmpUserProvisioningProcess
- EngagementChannelType
- EnhancedLetterhead
- EnrolleeBenefit
- EnrollmentEligibilityCriteria
- Entitlement
- EntitlementContact
- EntityArchivingException
- EntityArchivingJob
- EntityArchivingSetup
- EntityMilestone
- EnvironmentHubMember
- Examination
- Expense
- ExpenseReport
- ExpenseReportEntry
- ExternalAccountHierarchy
- ExtDataShare
- ExtDataShareTarget
- FeeScheduleDefinition
- FieldServiceMobileExtension
- FieldServiceMobileSettings
- FieldServiceOrgSettings
- FinanceBalanceSnapshot
- FinanceBook
- FinancePeriod
- FinanceTransaction
- FinanceTransactionErrorLog
- FinancialDeal
- FinancialDealAsset
- FinancialDealBid
- FinancialDealInteraction
- FinancialDealParticipant
- FinancialDealParty
- FinancialDealProduct
- FinclDealInteractionSummary
- FlowInterview
- FlowOrchestrationInstance
- FlowOrchestrationStageInstance
- FlowOrchestrationStepInstance
- FlowOrchestrationWorkItem
- ForecastingOwnerAdjustment
- FrgtHaulingEmssnFctr
- FrgtHaulingEnrgyUse
- FtestBigObjectLookup
- FtestConcrete
- FtestConcrete6
- FtestConcrete7
- FtestConcrete8
- FtestZosUiPrototypeChild1
- FtestZosUiPrototypeChild2
- FtestZosUiPrototypeParent
- GeneratedDocument
- GeneratedDocumentSection
- GeneratedWaste
- GenericVisitTask
- GenericVisitTaskContext
- GeoCountry
- GnrcVstKeyPerformanceInd
- GnrcVstTaskContextRelation
- GoalDefinition
- GoalLink
- GroundTravelEmssnFctr
- GroundTravelEnrgyUse
- Group
- GroupCensus
- GroupCensusMember
- GroupClass
- GroupClassContribution
- GuestBuyerProfile
- HealthCareDiagnosis
- HealthCareProcedure
- HealthCondition
- HealthConditionDetail
- HealthcareFacility
- HealthcareFacilityNetwork
- HealthcarePayerNetwork
- HealthcarePractitionerFacility
- HealthcareProvider
- HealthcareProviderNpi
- HealthcareProviderSpecialty
- HealthcareProviderTaxonomy
- Holiday
- HotelStayEmssnFctr
- HotelStayEnrgyUse
- IPAddressRange
- Identifier
- IdentityDocument
- Image
- Incident
- InStoreLocation
- IncludedLicenseDefinition
- Individual
- IndividualApplication
- IndividualCrisisAssessment
- InflationRate
- InfoAuthRequestForm
- InfoAuthorizationRequest
- InsightsExternalData
- InsightsExternalDataPart
- InspectionAssessmentInd
- InspectionType
- InsuranceClaimAsset
- InsuranceContract
- InsurancePolicy
- InsurancePolicyAsset
- InsurancePolicyCoverage
- InsurancePolicyMemberAsset
- InsurancePolicyParticipant
- InsurancePolicySurcharge
- InsurancePolicyTransaction
- InsuranceProfile
- Interaction
- InteractionAttendee
- InteractionParticipant
- InteractionSumDiscussedAccount
- InteractionSummary
- InteractionSummaryParticipant
- InterestTag
- InternalOrganizationUnit
- Invoice
- InvoiceAddressGroup
- InvoiceLine
- JobFamily
- JobPosition
- JobProfile
- JobRole
- JournalSubType
- JournalType
- KnowledgeArticleVersion
- Lead
- LegalEntity
- LicensingError
- LicensingRequest
- LicensingRequestOrderItem
- LicensingSnapshotRequest
- ListEmail
- LiveAgentSession
- LiveChatSensitiveDataRule
- LiveChatTranscript
- LiveChatVisitor
- LoanApplicant
- LoanApplicantAddress
- LoanApplicantAsset
- LoanApplicantDeclaration
- LoanApplicantEmployment
- LoanApplicantIncome
- LoanApplicantLiability
- LoanApplicationAsset
- LoanApplicationFinancial
- LoanApplicationLiability
- LoanApplicationProperty
- LoanApplicationTitleHolder
- LocWaitlistMsgTemplate
- Location
- LocationGroupAssignment
- LocationTrustMeasure
- LocationWaitlist
- LocationWaitlistedParty
- LoyaltyLedger
- LoyaltyMemberCurrency
- LoyaltyMemberTier
- LoyaltyPartnerProduct
- LoyaltyPgmGroupMbrRlnsp
- LoyaltyPgmMbrAttributeVal
- LoyaltyPgmPartnerCurrency
- LoyaltyPgmPartnerPromotion
- LoyaltyPgmPtnrLdgrSummary
- LoyaltyPgmPtnrPrepaidPack
- LoyaltyProgram
- LoyaltyProgramCurrency
- LoyaltyProgramMbrPromotion
- LoyaltyProgramMember
- LoyaltyProgramMemberCase
- LoyaltyProgramPartner
- LoyaltyProgramProcess
- LoyaltyProgramProcessRule
- LoyaltyTier
- LoyaltyTierBenefit
- LoyaltyTierGroup
- Macro
- ManufacturingProgram
- MaintenanceAsset
- MaintenancePlan
- MaintenanceWorkRule
- ManagedContentVariant
- MarketSegmentActivation
- MarketingAction
- MarketingForm
- MarketingLink
- MarketingLinkContent
- MarketingResource
- MediaChannel
- MediaContentTitle
- Medication
- MedicationDispense
- MedicationReconciliation
- MedicationRequest
- MedicationStatement
- MedicationStatementDetail
- MedicinalIngredient
- MedReconRecommendation
- MedReconStmtRecommendation
- MemberBenefit
- MemberPlan
- MessagingChannel
- MessagingDeliveryError
- MessagingEndUser
- MessagingSession
- Metric
- MktCalculatedInsight
- MktDataTransform
- MobileSettingsAssignment
- MsgChannelLanguageKeyword
- MultipartyInfoAuthRequest
- NamespaceRegistry
- NetworkReferencedObject
- Note
- ObjectStateDefinition
- ObjectStateTransition
- ObjectStateValue
- OcrDocumentScanResult
- OmniDataPack
- OmniDataTransform
- OmniDataTransformItem
- OmniESignatureTemplate
- OmniProcess
- OmniProcessAsmtQuestionVer
- OmniProcessCompilation
- OmniProcessElement
- OmniProcessTransientData
- OmniScriptSavedSession
- OmniUiCard
- OperatingHours
- OperatingHoursHoliday
- Opportunity
- OpportunityContactRole
- OpportunityHistory
- OpportunityLineItem
- OpportunityLineItemSchedule
- OpportunityParticipant
- OpportunityPartner
- OpportunityTeamMember
- Order
- OrderAdjustmentGroup
- OrderChangeLog
- OrderDeliveryGroup
- OrderDeliveryMethod
- OrderItem
- OrderItemAdjustmentLineItem
- OrderItemSummaryChange
- OrderItemTaxLineItem
- OrderItemTaxLineItemSummary
- OrderSummary
- OrderSummaryRoutingSchedule
- OrgMetric
- OrgMetricScanResult
- OrgMetricScanSummary
- Organization
- OtherComponentTask
- OtherEmssnFctrSet
- OtherEmssnFctrSetItem
- Partner
- PartnerFundAllocation
- PartnerFundClaim
- PartnerFundRequest
- PartnerMarketingBudget
- PartyConsent
- PartyIncome
- PatientHealthReaction
- PatientImmunization
- PatientMedicalProcedure
- PatientMedicalProcedureDetail
- PatientMedicationDosage
- PaymentApplicationMethod
- PaymentAuthAdjustment
- PaymentBatchRun
- PaymentBatchRunCriteria
- PaymentGateway
- PaymentGatewayLog
- PaymentGatewayProvider
- PaymentLineInvoice
- PaymentPolicy
- PaymentRequest
- PaymentRequestLine
- PaymentSchedule
- PaymentScheduleItem
- PaymentTreatment
- PcmtEmssnFctrSet
- PcmtEmssnFctrSetItem
- PercentileBsdCareFeeAgreement
- PersonAccount
- PersonEducation
- PersonEmployment
- PersonExamination
- PersonLanguage
- PersonLifeEvent
- PersonName
- PersonTraining
- PersonalDevelopmentPlan
- PersonalDevelopmentPlanItem
- PgmRebateTypBnftMapping
- PlanBenefit
- PlanBenefitItem
- PlatformLicenseDefinition
- Polygon
- PreliminaryApplicationRef
- PreventiveCareAgreement
- PriceAdjustmentSchedule
- Pricebook2
- PricebookEntry
- Problem
- ProblemIncident
- ProcessDefinition
- ProcessException
- ProcessInstance
- Producer
- ProducerCommission
- ProducerPolicyAssignment
- Product2
- Product2DataTranslation
- ProductAttribute
- ProductAttributeDefinition
- ProductAttributeSet
- ProductAttributeSetItem
- ProductAttributeSetProduct
- ProductAvailabilityProjection
- ProductCatalog
- ProductCategory
- ProductCategoryAttribute
- ProductCategoryDataTranslation
- ProductCategoryMedia
- ProductCategoryProduct
- ProductConsumed
- ProductConsumedState
- ProductConsumptionSchedule
- ProductCoverage
- ProductEmissionsFactor
- ProductFulfillmentLocation
- ProductItem
- ProductItemTransaction
- ProductLicenseMap
- ProductMedia
- ProductQuantityRule
- ProductRequest
- ProductRequestLineItem
- ProductRequired
- ProductSellingModel
- ProductSellingModelOption
- ProductServiceCampaign
- ProductServiceCampaignItem
- ProductTaxPolicy
- ProductTransfer
- ProductTransferState
- ProductWarrantyTerm
- ProfileSkill
- ProfileSkillEndorsement
- ProfileSkillUser
- ProgramRebateTypPayoutSrc
- ProgramRebateType
- ProgramRebateTypeBenefit
- ProgramRebateTypeFilter
- ProgramRebateTypePayout
- ProgramRebateTypeProduct
- ProgramRebateTypeReference
- Promotion
- PromotionChannel
- PromotionLoyaltyPtnrProdt
- PromotionMarketSegment
- PromotionProduct
- PromotionProductCategory
- PromotionQualifier
- PromotionSegment
- PromotionSegmentBuyerGroup
- PromotionSegmentSalesStore
- PromotionTarget
- ProrationPolicy
- ProviderNetworkTier
- ProviderSearchSyncLog
- ProvisioningRun
- ProvisioningRunEvent
- PublicApplicationParticipant
- PublicComplaint
- PublicProgram
- PublicServiceGoal
- PurchaseQuantityRule
- PurchaserPlan
- PurchaserPlanAssn
- QuickText
- Quote
- QuoteDocument
- QuoteItemTaxItem
- QuoteLineItem
- RebateMemberAggregateItem
- RebateMemberProductAggregate
- RebatePayment
- RebatePayoutAdjustment
- RebateProgram
- RebateProgramMember
- RebateProgramMemberPayout
- RebateProgramPayoutPeriod
- ReceivedDocument
- Recommendation
- RecordAction
- RecordAlert
- RecordType
- RecordsetFilterCriteria
- RecordsetFilterCriteriaRule
- RefrigerantEmssnFctr
- RefundLinePayment
- RegAuthorizationTypeProduct
- RegulatoryAuthority
- RegulatoryAuthorizationType
- RegulatoryCode
- RegulatoryCodeAssessmentInd
- RegulatoryCodeViolation
- RegulatoryTrxnFee
- RegulatoryTrxnFeeItem
- RentalCarEmssnFctr
- RentalCarEnrgyUse
- ReplyText
- ReportAnomalyEventStore
- ResidentialLoanApplication
- ResourceAbsence
- ResourcePreference
- RetailLocationGroup
- RetailStore
- RetailStoreGroupAssignment
- RetailStoreKpi
- RetailVisitKpi
- ReturnOrder
- ReturnOrderLineItem
- RevRecogTreatmentItemGroup
- RevenueDistributionMethod
- RevenueElement
- RevenueElementDistribution
- RevenueRecogTreatmentItem
- RevenueRecognitionPolicy
- RevenueRecognitionTreatment
- RevenueTransactionErrorLog
- SalesAgreement
- SalesAgreementProduct
- SalesAgreementProductSchedule
- SalesContractLine
- Scope3CrbnFtprnt
- Scope3EmssnSrc
- Scope3PcmtItem
- Scope3PcmtSummary
- Scorecard
- ScorecardAssociation
- ScorecardMetric
- SearchPromotionRule
- SecuritiesHolding
- Seller
- SerializedProduct
- SerializedProductTransaction
- ServiceAppointment
- ServiceContract
- ServiceCrew
- ServiceCrewMember
- ServicePlanTemplate
- ServicePlanTemplateBenefit
- ServicePlanTemplateGoal
- ServiceReport
- ServiceReportLayout
- ServiceResource
- ServiceResourceCapacity
- ServiceResourceSkill
- ServiceTerritory
- ServiceTerritoryLocation
- ServiceTerritoryMember
- ServiceTerritoryWorkType
- SessionHijackingEventStore
- SettingUsageDefinition
- SettingUsageMap
- SetupAssistantStep
- SharedSavingPaymentAgreement
- SharingRecordCollection
- SharingRecordCollectionItem
- Shift
- ShiftPattern
- ShiftPatternEntry
- ShiftTemplate
- Shipment
- SignatureTask
- SignatureTaskLineItem
- Skill
- SkillLevelDefinition
- SkillRequirement
- Snippet
- SocialPersona
- SocialPost
- StandardCareFeeAgreement
- StandardPermissionSet
- StaticResource
- StnryAssetCrbnFtprnt
- StnryAssetCrbnFtprntItm
- StnryAssetEnrgyUse
- StnryAssetEnvrSrc
- StnryAssetWaterActvty
- StnryAssetWaterFtprnt
- StoreActionPlanTemplate
- StoreAssortment
- StoreProduct
- StreamingChannel
- Survey
- SurveyEmailBranding
- SurveyInvitation
- SurveyQuestionChoice
- SurveyQuestionResponse
- SurveyResponse
- SurveySubject
- Swarm
- SwarmMember
- TagCategory
- TagCategoryAssignment
- TaxEngine
- TaxEngineInteractionLog
- TaxEngineProvider
- TaxPolicy
- TaxTreatment
- Tenant
- TenantParameterMap
- ThreatDetectionFeedback
- TimeSheet
- TimeSheetEntry
- TimeSlot
- TimelineObjectDefinition
- Topic
- TopicAssignment
- TrainingCourseParticipant
- TransactionJournal
- TravelMode
- TrialEnvironmentSignup
- TrnCourse
- UnitOfMeasure
- UnitOfMeasureConversion
- UsageEntitlement
- UsageEntitlementPeriod
- UsageEntitlementUsage
- UsageFactor
- User
- UserEsignVendorIdentifier
- UserLicenseDefinition
- VehicleAssetCrbnFtprnt
- VehicleAssetEmssnSrc
- VehicleAssetEnrgyUse
- VehicleUserAssignment
- VideoCall
- ViolationEnforcementAction
- ViolationType
- ViolationTypeAssessmentInd
- Visit
- VisitedParty
- Visitor
- VoiceCall
- VolunteerProject
- Voucher
- VoucherDefinition
- WarrantyTerm
- WasteFootprint
- WasteFootprintItem
- WaveAutoInstallRequest
- WebCart
- WebStore
- WebStoreBuyerGroup
- WebStoreCatalog
- WebStorePricebook
- WebStoreSearchProdSettings
- WorkCoaching
- WorkContract
- WorkOrder
- WorkOrderLineItem
- WorkPlan
- WorkPlanSelectionRule
- WorkPlanTemplate
- WorkPlanTemplateEntry
- WorkRewardFund
- WorkRewardFundType
- WorkStep
- WorkStepTemplate
- WorkType
- WorkTypeCareSpecialty
- WorkTypeCodeSetBundle
- WorkTypeGroup
- WorkTypeGroupMember
- WorkerCompCoverageClass
- WstDispoEmssnFctrSet
- WstDispoEmssnFctrSetItm