@salesforce/lwc-adapters-uiapi 1.424.0 → 1.426.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/main.js +1 -2882
- package/package.json +3 -3
package/dist/main.js
CHANGED
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
import { createWireAdapterConstructor, bindWireRefresh } from '@luvio/lwc-luvio';
|
|
8
8
|
import { register, withDefaultLuvio } from '@salesforce/lds-default-luvio';
|
|
9
|
+
import { isSupportedEntity } from 'force/uiApiEnabledCheck';
|
|
9
10
|
|
|
10
11
|
var SnapshotState;
|
|
11
12
|
(function (SnapshotState) {
|
|
@@ -10508,2878 +10509,6 @@ const notifyUpdateAvailableFactory$5 = (luvio) => {
|
|
|
10508
10509
|
*/
|
|
10509
10510
|
const MAIN_RECORD_TYPE_ID = '012000000000000AAA';
|
|
10510
10511
|
|
|
10511
|
-
/**
|
|
10512
|
-
* A set of the string names of known entities.
|
|
10513
|
-
*
|
|
10514
|
-
* Generated
|
|
10515
|
-
* from: ui-services-private-object-allow-list.yaml
|
|
10516
|
-
* API version: 66
|
|
10517
|
-
* at: Tue, 18 Nov 2025 19:41:55 GMT
|
|
10518
|
-
*/
|
|
10519
|
-
const UIAPI_SUPPORTED_ENTITY_API_NAMES = new Set([
|
|
10520
|
-
'AIFeatureExtractor',
|
|
10521
|
-
'AIPredictionScore',
|
|
10522
|
-
'AISentimentResult',
|
|
10523
|
-
'AIUsecaseDefinition',
|
|
10524
|
-
'AIUsecaseFieldMapping',
|
|
10525
|
-
'AIUsecaseModel',
|
|
10526
|
-
'AcademicSession',
|
|
10527
|
-
'AcademicTerm',
|
|
10528
|
-
'AcademicTermEnrollment',
|
|
10529
|
-
'AcademicYear',
|
|
10530
|
-
'Account',
|
|
10531
|
-
'AccountAccountRelation',
|
|
10532
|
-
'AccountBrand',
|
|
10533
|
-
'AccountContactRelation',
|
|
10534
|
-
'AccountForecast',
|
|
10535
|
-
'AccountForecastAdjustment',
|
|
10536
|
-
'AccountForecastPeriodMetric',
|
|
10537
|
-
'AccountParticipant',
|
|
10538
|
-
'AccountPartner',
|
|
10539
|
-
'AccountProductForecast',
|
|
10540
|
-
'AccountProductPeriodForecast',
|
|
10541
|
-
'AccountRelationship',
|
|
10542
|
-
'AccountTeamMember',
|
|
10543
|
-
'Accreditation',
|
|
10544
|
-
'AcctMgrPeriodicTargetDstr',
|
|
10545
|
-
'AcctMgrTarget',
|
|
10546
|
-
'AcctMgrTargetDstr',
|
|
10547
|
-
'ActionCadence',
|
|
10548
|
-
'ActionCadenceStep',
|
|
10549
|
-
'ActionCadenceStepTracker',
|
|
10550
|
-
'ActionCadenceTracker',
|
|
10551
|
-
'ActionPlan',
|
|
10552
|
-
'ActionPlanBaseTemplateAsgn',
|
|
10553
|
-
'ActionPlanItem',
|
|
10554
|
-
'ActionPlanItemDependency',
|
|
10555
|
-
'ActionPlanTemplate',
|
|
10556
|
-
'ActionPlanTemplateAssignment',
|
|
10557
|
-
'ActionPlanTemplateItem',
|
|
10558
|
-
'ActionPlanTemplateItemValue',
|
|
10559
|
-
'ActionPlanTemplateVersion',
|
|
10560
|
-
'ActionPlanTmplItmAssessmentInd',
|
|
10561
|
-
'ActionPlnTmplItmDependency',
|
|
10562
|
-
'ActionVisibility',
|
|
10563
|
-
'ActionableList',
|
|
10564
|
-
'ActionableListColumn',
|
|
10565
|
-
'ActionableListMember',
|
|
10566
|
-
'ActionableListMemberStatus',
|
|
10567
|
-
'ActivationTarget',
|
|
10568
|
-
'ActiveScratchOrg',
|
|
10569
|
-
'ActivityMetric',
|
|
10570
|
-
'ActivityMetricRollup',
|
|
10571
|
-
'ActivityTiming',
|
|
10572
|
-
'AdBuyServerAccount',
|
|
10573
|
-
'AdCreativeSizeType',
|
|
10574
|
-
'AdOpportunity',
|
|
10575
|
-
'AdOrderItem',
|
|
10576
|
-
'AdOrderItemCreativeSizeType',
|
|
10577
|
-
'AdOrderItemPrintIssue',
|
|
10578
|
-
'AdOrderItemUnitsSplit',
|
|
10579
|
-
'AdOrderLineAdTarget',
|
|
10580
|
-
'AdPageLayoutType',
|
|
10581
|
-
'AdProductDefaultTargetCategory',
|
|
10582
|
-
'AdProductTargetCategory',
|
|
10583
|
-
'AdQuote',
|
|
10584
|
-
'AdQuoteLine',
|
|
10585
|
-
'AdQuoteLineAdTarget',
|
|
10586
|
-
'AdQuoteLineCreativeSizeType',
|
|
10587
|
-
'AdQuoteLinePrintIssue',
|
|
10588
|
-
'AdQuoteLineUnitsSplit',
|
|
10589
|
-
'AdServer',
|
|
10590
|
-
'AdServerAccount',
|
|
10591
|
-
'AdServerUser',
|
|
10592
|
-
'AdSpaceCreativeSizeType',
|
|
10593
|
-
'AdSpaceGroupMember',
|
|
10594
|
-
'AdSpaceSpecification',
|
|
10595
|
-
'AdSpecMediaPrintIssue',
|
|
10596
|
-
'AdTargetCategory',
|
|
10597
|
-
'AdTargetCategorySegment',
|
|
10598
|
-
'AdUsage',
|
|
10599
|
-
'AdUsageSummary',
|
|
10600
|
-
'AddOnDefinition',
|
|
10601
|
-
'Address',
|
|
10602
|
-
'AdvAccountForecastFact',
|
|
10603
|
-
'AdvAcctForecastSetPartner',
|
|
10604
|
-
'AdvAcctForecastSetUse',
|
|
10605
|
-
'AiDataset',
|
|
10606
|
-
'AiImageDetectedObject',
|
|
10607
|
-
'AiImageTrainingObject',
|
|
10608
|
-
'AiVisionModel',
|
|
10609
|
-
'AiVisionModelMetric',
|
|
10610
|
-
'AiVisionModelObjectMetric',
|
|
10611
|
-
'AiVisitRecommendRequest',
|
|
10612
|
-
'AiVisitRecommendation',
|
|
10613
|
-
'AiVisitSummary',
|
|
10614
|
-
'AiVisitTaskRcmd',
|
|
10615
|
-
'AiVisitTaskRcmdRequest',
|
|
10616
|
-
'AirTravelEmssnFctr',
|
|
10617
|
-
'AirTravelEnrgyUse',
|
|
10618
|
-
'AllergyIntolerance',
|
|
10619
|
-
'AlternativePaymentMethod',
|
|
10620
|
-
'AnnualEmssnInventory',
|
|
10621
|
-
'AnnualEmssnRdctnTarget',
|
|
10622
|
-
'AntiCorruptionInitSum',
|
|
10623
|
-
'ApiAnomalyEventStore',
|
|
10624
|
-
'AppAnalyticsDeliveryConfig',
|
|
10625
|
-
'AppAnalyticsQueryRequest',
|
|
10626
|
-
'AppExtension',
|
|
10627
|
-
'AppMenuItem',
|
|
10628
|
-
'AppUsageAssignment',
|
|
10629
|
-
'ApplicationCase',
|
|
10630
|
-
'ApplicationDecision',
|
|
10631
|
-
'ApplicationFormTemplate',
|
|
10632
|
-
'ApplicationRecommendation',
|
|
10633
|
-
'ApplicationRecommender',
|
|
10634
|
-
'ApplicationReview',
|
|
10635
|
-
'ApplicationTimeline',
|
|
10636
|
-
'AppointmentInvitation',
|
|
10637
|
-
'AppointmentInvitee',
|
|
10638
|
-
'AppointmentReason',
|
|
10639
|
-
'AppointmentTopicTimeSlot',
|
|
10640
|
-
'ApptBundleAggrDurDnscale',
|
|
10641
|
-
'ApptBundleAggrPolicy',
|
|
10642
|
-
'ApptBundleConfig',
|
|
10643
|
-
'ApptBundlePolicy',
|
|
10644
|
-
'ApptBundlePolicySvcTerr',
|
|
10645
|
-
'ApptBundlePropagatePolicy',
|
|
10646
|
-
'ApptBundleRestrictPolicy',
|
|
10647
|
-
'ApptBundleSortPolicy',
|
|
10648
|
-
'ApptReasonEngmtChannelType',
|
|
10649
|
-
'AsmtQstnRespRecommendation',
|
|
10650
|
-
'Assessment',
|
|
10651
|
-
'AssessmentEnvelope',
|
|
10652
|
-
'AssessmentEnvelopeItem',
|
|
10653
|
-
'AssessmentIndDefinedValue',
|
|
10654
|
-
'AssessmentIndValue',
|
|
10655
|
-
'AssessmentIndicatorDefinition',
|
|
10656
|
-
'AssessmentQuestion',
|
|
10657
|
-
'AssessmentQuestionAssignment',
|
|
10658
|
-
'AssessmentQuestionResponse',
|
|
10659
|
-
'AssessmentQuestionSet',
|
|
10660
|
-
'AssessmentQuestionVersion',
|
|
10661
|
-
'AssessmentSignature',
|
|
10662
|
-
'AssessmentTask',
|
|
10663
|
-
'AssessmentTaskContentDocument',
|
|
10664
|
-
'AssessmentTaskDefinition',
|
|
10665
|
-
'AssessmentTaskIndDefinition',
|
|
10666
|
-
'AssessmentTaskOrder',
|
|
10667
|
-
'Asset',
|
|
10668
|
-
'AssetAccountParticipant',
|
|
10669
|
-
'AssetAction',
|
|
10670
|
-
'AssetActionSource',
|
|
10671
|
-
'AssetAttribute',
|
|
10672
|
-
'AssetContactParticipant',
|
|
10673
|
-
'AssetDowntimePeriod',
|
|
10674
|
-
'AssetMilestone',
|
|
10675
|
-
'AssetRelationship',
|
|
10676
|
-
'AssetStatePeriod',
|
|
10677
|
-
'AssetWarranty',
|
|
10678
|
-
'AssignedResource',
|
|
10679
|
-
'AssistantText',
|
|
10680
|
-
'AssociatedLocation',
|
|
10681
|
-
'Assortment',
|
|
10682
|
-
'AssortmentProduct',
|
|
10683
|
-
'AsyncOperationLog',
|
|
10684
|
-
'AttachedContentNote',
|
|
10685
|
-
'AttributeCategory',
|
|
10686
|
-
'AttributeCategoryDataTranslation',
|
|
10687
|
-
'AttributeDefinition',
|
|
10688
|
-
'AttributeDefinitionDataTranslation',
|
|
10689
|
-
'AttributePicklist',
|
|
10690
|
-
'AttributePicklistValue',
|
|
10691
|
-
'AttributePicklistValueDataTranslation',
|
|
10692
|
-
'AuthApplicationAsset',
|
|
10693
|
-
'AuthApplicationPlace',
|
|
10694
|
-
'AuthFormRequestRecord',
|
|
10695
|
-
'AuthLocationAccessSchedule',
|
|
10696
|
-
'AuthorNote',
|
|
10697
|
-
'AuthorizationForm',
|
|
10698
|
-
'AuthorizationFormConsent',
|
|
10699
|
-
'AuthorizationFormDataUse',
|
|
10700
|
-
'AuthorizationFormText',
|
|
10701
|
-
'AuthorizedInsuranceLine',
|
|
10702
|
-
'AutomatedAction',
|
|
10703
|
-
'AutomatedActionCondition',
|
|
10704
|
-
'AutomatedActionParameter',
|
|
10705
|
-
'Award',
|
|
10706
|
-
'BCEntityPermission',
|
|
10707
|
-
'BCEntityPermissionSet',
|
|
10708
|
-
'BCFieldPermission',
|
|
10709
|
-
'BCParticipant',
|
|
10710
|
-
'BCParticipantAccess',
|
|
10711
|
-
'BCPermissionSet',
|
|
10712
|
-
'BCRecordAccess',
|
|
10713
|
-
'BCRecordAccessApproval',
|
|
10714
|
-
'BCRelatedParticipant',
|
|
10715
|
-
'BackgroundOperation',
|
|
10716
|
-
'Banker',
|
|
10717
|
-
'BatchJob',
|
|
10718
|
-
'BatchJobPartFailedRecord',
|
|
10719
|
-
'Benefit',
|
|
10720
|
-
'BenefitAssignment',
|
|
10721
|
-
'BenefitAssignmentAdjustment',
|
|
10722
|
-
'BenefitDisbursement',
|
|
10723
|
-
'BenefitDisbursementAdj',
|
|
10724
|
-
'BenefitParameterValue',
|
|
10725
|
-
'BenefitSchedule',
|
|
10726
|
-
'BenefitSession',
|
|
10727
|
-
'BenefitType',
|
|
10728
|
-
'BillingBatchFilterCriteria',
|
|
10729
|
-
'BillingBatchScheduler',
|
|
10730
|
-
'BillingPeriodItem',
|
|
10731
|
-
'BillingPolicy',
|
|
10732
|
-
'BillingSchedule',
|
|
10733
|
-
'BillingScheduleCreationStatus',
|
|
10734
|
-
'BillingScheduleGroup',
|
|
10735
|
-
'BillingTreatment',
|
|
10736
|
-
'BillingTreatmentItem',
|
|
10737
|
-
'BldgEnrgyIntensity',
|
|
10738
|
-
'BldgEnrgyIntensityVal',
|
|
10739
|
-
'BldgSizeCategory',
|
|
10740
|
-
'BlockchainAppMember',
|
|
10741
|
-
'BlockchainApplication',
|
|
10742
|
-
'BlockchainEntity',
|
|
10743
|
-
'BlockchainField',
|
|
10744
|
-
'BlockchainMember',
|
|
10745
|
-
'BoardCertification',
|
|
10746
|
-
'BotDefinition',
|
|
10747
|
-
'BranchUnit',
|
|
10748
|
-
'BranchUnitBusinessMember',
|
|
10749
|
-
'BranchUnitCustomer',
|
|
10750
|
-
'BranchUnitRelatedRecord',
|
|
10751
|
-
'BroadcastCommAudience',
|
|
10752
|
-
'BroadcastCommunication',
|
|
10753
|
-
'BroadcastTopic',
|
|
10754
|
-
'Budget',
|
|
10755
|
-
'BudgetAllocation',
|
|
10756
|
-
'BudgetCategory',
|
|
10757
|
-
'BudgetCategoryValue',
|
|
10758
|
-
'BudgetPeriod',
|
|
10759
|
-
'BundledCareFeeAgreement',
|
|
10760
|
-
'BusRegAuthTypeDependency',
|
|
10761
|
-
'BusRegAuthorizationType',
|
|
10762
|
-
'BusinessAlert',
|
|
10763
|
-
'BusinessAlertStatus',
|
|
10764
|
-
'BusinessBrand',
|
|
10765
|
-
'BusinessHours',
|
|
10766
|
-
'BusinessLicense',
|
|
10767
|
-
'BusinessLicenseApplication',
|
|
10768
|
-
'BusinessMilestone',
|
|
10769
|
-
'BusinessProfile',
|
|
10770
|
-
'BusinessType',
|
|
10771
|
-
'BuyerAccount',
|
|
10772
|
-
'BuyerGroup',
|
|
10773
|
-
'BuyerGroupPricebook',
|
|
10774
|
-
'CalcProcStepRelationship',
|
|
10775
|
-
'CalculationMatrix',
|
|
10776
|
-
'CalculationMatrixColumn',
|
|
10777
|
-
'CalculationMatrixRow',
|
|
10778
|
-
'CalculationMatrixVersion',
|
|
10779
|
-
'CalculationProcedure',
|
|
10780
|
-
'CalculationProcedureStep',
|
|
10781
|
-
'CalculationProcedureVariable',
|
|
10782
|
-
'CalculationProcedureVersion',
|
|
10783
|
-
'Campaign',
|
|
10784
|
-
'CampaignInfluence',
|
|
10785
|
-
'CampaignInsight',
|
|
10786
|
-
'CampaignMember',
|
|
10787
|
-
'CampaignMemberStatus',
|
|
10788
|
-
'CapitationCareFeeAgreement',
|
|
10789
|
-
'CardPaymentMethod',
|
|
10790
|
-
'CareBarrier',
|
|
10791
|
-
'CareBarrierDeterminant',
|
|
10792
|
-
'CareBarrierType',
|
|
10793
|
-
'CareBenefitVerifyRequest',
|
|
10794
|
-
'CareDeterminant',
|
|
10795
|
-
'CareDeterminantType',
|
|
10796
|
-
'CareDiagnosis',
|
|
10797
|
-
'CareEpisode',
|
|
10798
|
-
'CareEpisodeDetail',
|
|
10799
|
-
'CareFeeScheduleItem',
|
|
10800
|
-
'CareInterventionType',
|
|
10801
|
-
'CareLimitType',
|
|
10802
|
-
'CareMetricTarget',
|
|
10803
|
-
'CareObservation',
|
|
10804
|
-
'CareObservationComponent',
|
|
10805
|
-
'CarePerformer',
|
|
10806
|
-
'CarePgmEnrolleeWkOrdStep',
|
|
10807
|
-
'CarePgmEnrolleeWorkOrder',
|
|
10808
|
-
'CarePgmProvHealthcareProvider',
|
|
10809
|
-
'CarePlan',
|
|
10810
|
-
'CarePlanActivity',
|
|
10811
|
-
'CarePlanActivityDetail',
|
|
10812
|
-
'CarePlanDetail',
|
|
10813
|
-
'CarePlanTemplate',
|
|
10814
|
-
'CarePlanTemplateBenefit',
|
|
10815
|
-
'CarePlanTemplateGoal',
|
|
10816
|
-
'CarePlanTemplateProblem',
|
|
10817
|
-
'CarePractnFacilityAppt',
|
|
10818
|
-
'CarePreauth',
|
|
10819
|
-
'CarePreauthItem',
|
|
10820
|
-
'CareProgram',
|
|
10821
|
-
'CareProgramCampaign',
|
|
10822
|
-
'CareProgramEligibilityRule',
|
|
10823
|
-
'CareProgramEnrollee',
|
|
10824
|
-
'CareProgramEnrolleeProduct',
|
|
10825
|
-
'CareProgramEnrollmentCard',
|
|
10826
|
-
'CareProgramGoal',
|
|
10827
|
-
'CareProgramProduct',
|
|
10828
|
-
'CareProgramProvider',
|
|
10829
|
-
'CareProgramTeamMember',
|
|
10830
|
-
'CareProviderAdverseAction',
|
|
10831
|
-
'CareProviderFacilitySpecialty',
|
|
10832
|
-
'CareProviderSearchableField',
|
|
10833
|
-
'CareRegisteredDevice',
|
|
10834
|
-
'CareRequest',
|
|
10835
|
-
'CareRequestDrug',
|
|
10836
|
-
'CareRequestExtension',
|
|
10837
|
-
'CareRequestItem',
|
|
10838
|
-
'CareRequestReviewer',
|
|
10839
|
-
'CareSpecialty',
|
|
10840
|
-
'CareSpecialtyTaxonomy',
|
|
10841
|
-
'CareTaxonomy',
|
|
10842
|
-
'CartDeliveryGroup',
|
|
10843
|
-
'CartItem',
|
|
10844
|
-
'CartTax',
|
|
10845
|
-
'Case',
|
|
10846
|
-
'CaseArticle',
|
|
10847
|
-
'CaseComment',
|
|
10848
|
-
'CaseContactRole',
|
|
10849
|
-
'CaseMilestone',
|
|
10850
|
-
'CaseParticipant',
|
|
10851
|
-
'CaseProgram',
|
|
10852
|
-
'CaseRelatedIssue',
|
|
10853
|
-
'CategorizedCareFeeAgreement',
|
|
10854
|
-
'ChangeRequest',
|
|
10855
|
-
'ChangeRequestRelatedIssue',
|
|
10856
|
-
'ChangeRequestRelatedItem',
|
|
10857
|
-
'ChannelObjectLinkingRule',
|
|
10858
|
-
'ChannelProgram',
|
|
10859
|
-
'ChannelProgramLevel',
|
|
10860
|
-
'ChannelProgramMember',
|
|
10861
|
-
'Claim',
|
|
10862
|
-
'ClaimCase',
|
|
10863
|
-
'ClaimCovPaymentAdjustment',
|
|
10864
|
-
'ClaimCovReserveAdjustment',
|
|
10865
|
-
'ClaimCoverage',
|
|
10866
|
-
'ClaimCoveragePaymentDetail',
|
|
10867
|
-
'ClaimCoverageReserveDetail',
|
|
10868
|
-
'ClaimItem',
|
|
10869
|
-
'ClaimParticipant',
|
|
10870
|
-
'ClaimPaymentSummary',
|
|
10871
|
-
'ClaimPayoutPlan',
|
|
10872
|
-
'ClaimRecovery',
|
|
10873
|
-
'ClaimTeamMember',
|
|
10874
|
-
'ClauseCatgConfiguration',
|
|
10875
|
-
'ClinicalAlert',
|
|
10876
|
-
'ClinicalDetectedIssue',
|
|
10877
|
-
'ClinicalDetectedIssueDetail',
|
|
10878
|
-
'ClinicalEncounter',
|
|
10879
|
-
'ClinicalEncounterDiagnosis',
|
|
10880
|
-
'ClinicalEncounterFacility',
|
|
10881
|
-
'ClinicalEncounterIdentifier',
|
|
10882
|
-
'ClinicalEncounterProvider',
|
|
10883
|
-
'ClinicalEncounterReason',
|
|
10884
|
-
'ClinicalEncounterSvcRequest',
|
|
10885
|
-
'ClinicalServiceRequest',
|
|
10886
|
-
'ClinicalServiceRequestDetail',
|
|
10887
|
-
'CloudServiceProvider',
|
|
10888
|
-
'CodeSet',
|
|
10889
|
-
'CodeSetBundle',
|
|
10890
|
-
'CodeSetRelationship',
|
|
10891
|
-
'CollaborationRoom',
|
|
10892
|
-
'CommSubscription',
|
|
10893
|
-
'CommSubscriptionChannelType',
|
|
10894
|
-
'CommSubscriptionConsent',
|
|
10895
|
-
'CommSubscriptionTiming',
|
|
10896
|
-
'CommerceEntitlementPolicy',
|
|
10897
|
-
'CommissionSchedule',
|
|
10898
|
-
'CommissionScheduleAssignment',
|
|
10899
|
-
'CommsRegionDiscount',
|
|
10900
|
-
'CommsVolumeDiscount',
|
|
10901
|
-
'ComplaintCase',
|
|
10902
|
-
'ComplaintParticipant',
|
|
10903
|
-
'ConsentMetric',
|
|
10904
|
-
'ConsentUsageMetric',
|
|
10905
|
-
'ConstituentRole',
|
|
10906
|
-
'ConsumptionRate',
|
|
10907
|
-
'ConsumptionSchedule',
|
|
10908
|
-
'Contact',
|
|
10909
|
-
'ContactContactRelation',
|
|
10910
|
-
'ContactEncounter',
|
|
10911
|
-
'ContactEncounterParticipant',
|
|
10912
|
-
'ContactPointAddress',
|
|
10913
|
-
'ContactPointConsent',
|
|
10914
|
-
'ContactPointEmail',
|
|
10915
|
-
'ContactPointPhone',
|
|
10916
|
-
'ContactPointTypeConsent',
|
|
10917
|
-
'ContactProfile',
|
|
10918
|
-
'ContactRequest',
|
|
10919
|
-
'ContentDocument',
|
|
10920
|
-
'ContentDocumentLink',
|
|
10921
|
-
'ContentDocumentListViewMapping',
|
|
10922
|
-
'ContentFolderItem',
|
|
10923
|
-
'ContentFolderLink',
|
|
10924
|
-
'ContentNote',
|
|
10925
|
-
'ContentVersion',
|
|
10926
|
-
'ContentWorkspace',
|
|
10927
|
-
'Contract',
|
|
10928
|
-
'ContractContactRole',
|
|
10929
|
-
'ContractDocVerContentDoc',
|
|
10930
|
-
'ContractDocVersionSection',
|
|
10931
|
-
'ContractDocumentVersion',
|
|
10932
|
-
'ContractGroupPlan',
|
|
10933
|
-
'ContractGroupPlanGroupClass',
|
|
10934
|
-
'ContractLineItem',
|
|
10935
|
-
'ContractLineOutcome',
|
|
10936
|
-
'ContractLineOutcomeData',
|
|
10937
|
-
'ContractPaymentAgreement',
|
|
10938
|
-
'ContractType',
|
|
10939
|
-
'ContractTypeConfig',
|
|
10940
|
-
'ConversationBroadcast',
|
|
10941
|
-
'ConversationBroadcastEntry',
|
|
10942
|
-
'Coupon',
|
|
10943
|
-
'CourseOffering',
|
|
10944
|
-
'CourseOfferingParticipant',
|
|
10945
|
-
'CourseOfferingPtcpResult',
|
|
10946
|
-
'CourseOfferingSchedule',
|
|
10947
|
-
'CourseOfferingScheduleTmpl',
|
|
10948
|
-
'CoverageBenefit',
|
|
10949
|
-
'CoverageBenefitItem',
|
|
10950
|
-
'CoverageBenefitItemLimit',
|
|
10951
|
-
'CoverageLimit',
|
|
10952
|
-
'CoverageType',
|
|
10953
|
-
'CrbnCreditAlloc',
|
|
10954
|
-
'CrbnCreditAllocItem',
|
|
10955
|
-
'CrbnCreditDistribution',
|
|
10956
|
-
'CrbnCreditProject',
|
|
10957
|
-
'CrbnEmssnScopeAlloc',
|
|
10958
|
-
'CrbnEmssnScopeAllocVal',
|
|
10959
|
-
'CredentialStuffingEventStore',
|
|
10960
|
-
'CreditMemo',
|
|
10961
|
-
'CreditMemoAddressGroup',
|
|
10962
|
-
'CreditMemoInvApplication',
|
|
10963
|
-
'CreditMemoLine',
|
|
10964
|
-
'Crisis',
|
|
10965
|
-
'CryptoProdCatgWalletGroup',
|
|
10966
|
-
'CryptoProdtCatgWalletRole',
|
|
10967
|
-
'CryptoProduct',
|
|
10968
|
-
'CryptoTransEnvelopeChgLog',
|
|
10969
|
-
'CryptoTransaction',
|
|
10970
|
-
'CryptoTransactionEnvelope',
|
|
10971
|
-
'CryptoWallet',
|
|
10972
|
-
'CryptoWalletGroup',
|
|
10973
|
-
'CryptoWalletGroupItem',
|
|
10974
|
-
'CspTrustedSite',
|
|
10975
|
-
'CustomObjectParticipant',
|
|
10976
|
-
'Customer',
|
|
10977
|
-
'CustomerProperty',
|
|
10978
|
-
'DandBCompany',
|
|
10979
|
-
'DataAction',
|
|
10980
|
-
'DataActionTarget',
|
|
10981
|
-
'DataConnectorS3',
|
|
10982
|
-
'DataLakeObjectInstance',
|
|
10983
|
-
'DataSpace',
|
|
10984
|
-
'DataStream',
|
|
10985
|
-
'DataUseLegalBasis',
|
|
10986
|
-
'DataUsePurpose',
|
|
10987
|
-
'DelegatedAccount',
|
|
10988
|
-
'DeleteEvent',
|
|
10989
|
-
'DeliveryTask',
|
|
10990
|
-
'DiagnosticSummary',
|
|
10991
|
-
'DiagnosticSummaryDetail',
|
|
10992
|
-
'DigitalSignature',
|
|
10993
|
-
'DigitalWallet',
|
|
10994
|
-
'Disclosure',
|
|
10995
|
-
'DisclosureDefinition',
|
|
10996
|
-
'DisclosureDefinitionVersion',
|
|
10997
|
-
'DisclosureType',
|
|
10998
|
-
'DisclsReportingPeriod',
|
|
10999
|
-
'DistributorAuthorization',
|
|
11000
|
-
'DivrsEquityInclSum',
|
|
11001
|
-
'DocTemplateSectionCondition',
|
|
11002
|
-
'DocumentChecklistItem',
|
|
11003
|
-
'DocumentClause',
|
|
11004
|
-
'DocumentClauseSet',
|
|
11005
|
-
'DocumentEnvelope',
|
|
11006
|
-
'DocumentGenerationProcess',
|
|
11007
|
-
'DocumentGenerationSetting',
|
|
11008
|
-
'DocumentRecipient',
|
|
11009
|
-
'DocumentTemplate',
|
|
11010
|
-
'DocumentTemplateContentDoc',
|
|
11011
|
-
'DocumentTemplateSection',
|
|
11012
|
-
'DocumentTemplateToken',
|
|
11013
|
-
'DrugDisplayTerm',
|
|
11014
|
-
'DsarPolicyLog',
|
|
11015
|
-
'DuplicateRecordItem',
|
|
11016
|
-
'DuplicateRecordSet',
|
|
11017
|
-
'ECart',
|
|
11018
|
-
'EconomicPerformanceSum',
|
|
11019
|
-
'Edgemart',
|
|
11020
|
-
'EditionDefinition',
|
|
11021
|
-
'EducationalInfoRequest',
|
|
11022
|
-
'ElectricityEmssnFctrSet',
|
|
11023
|
-
'ElectronicMediaGroup',
|
|
11024
|
-
'EmailContent',
|
|
11025
|
-
'EmailMessage',
|
|
11026
|
-
'EmailMessageRelation',
|
|
11027
|
-
'EmailTemplate',
|
|
11028
|
-
'EmissionsActivity',
|
|
11029
|
-
'EmissionsForecastFact',
|
|
11030
|
-
'EmpBenefitSummary',
|
|
11031
|
-
'EmpUserProvisionProcessErr',
|
|
11032
|
-
'EmpUserProvisioningProcess',
|
|
11033
|
-
'Employee',
|
|
11034
|
-
'EmployeeAsset',
|
|
11035
|
-
'EmployeeContact',
|
|
11036
|
-
'EmployeeCrisisAssessment',
|
|
11037
|
-
'EmployeeDemographicSum',
|
|
11038
|
-
'EmployeeDevelopmentSum',
|
|
11039
|
-
'EmployeeJob',
|
|
11040
|
-
'EmployeeJobPosition',
|
|
11041
|
-
'EmployeeOrganization',
|
|
11042
|
-
'EmssnRdctnCommitment',
|
|
11043
|
-
'EmssnReductionTarget',
|
|
11044
|
-
'EnablementProgram',
|
|
11045
|
-
'EnblPgmTaskMeasureProgress',
|
|
11046
|
-
'EnblProgramSection',
|
|
11047
|
-
'EnblProgramTaskDefinition',
|
|
11048
|
-
'EnblProgramTaskMeasure',
|
|
11049
|
-
'EnblProgramTaskProgress',
|
|
11050
|
-
'EngagementAttendee',
|
|
11051
|
-
'EngagementChannelType',
|
|
11052
|
-
'EngagementChannelWorkType',
|
|
11053
|
-
'EngagementInteraction',
|
|
11054
|
-
'EngagementProgram',
|
|
11055
|
-
'EngagementProgramVersion',
|
|
11056
|
-
'EngagementTopic',
|
|
11057
|
-
'EnhancedEmailTemplate',
|
|
11058
|
-
'EnhancedLetterhead',
|
|
11059
|
-
'EnrollmentEligibilityCriteria',
|
|
11060
|
-
'Entitlement',
|
|
11061
|
-
'EntitlementContact',
|
|
11062
|
-
'EntityArchivingException',
|
|
11063
|
-
'EntityArchivingJob',
|
|
11064
|
-
'EntityArchivingSetup',
|
|
11065
|
-
'EntityDefinition',
|
|
11066
|
-
'EntityMilestone',
|
|
11067
|
-
'EnvironmentHubMember',
|
|
11068
|
-
'EnvironmentalRisk',
|
|
11069
|
-
'Examination',
|
|
11070
|
-
'Expense',
|
|
11071
|
-
'ExpenseReport',
|
|
11072
|
-
'ExpenseReportEntry',
|
|
11073
|
-
'ExplainabilityMsgTemplate',
|
|
11074
|
-
'ExpressionSet',
|
|
11075
|
-
'ExpressionSetVersion',
|
|
11076
|
-
'ExpressionSetView',
|
|
11077
|
-
'ExtDataShare',
|
|
11078
|
-
'ExtDataShareTarget',
|
|
11079
|
-
'ExternalAccountHierarchy',
|
|
11080
|
-
'FTestVirtualBpoLookup',
|
|
11081
|
-
'FeeScheduleDefinition',
|
|
11082
|
-
'FeedItem',
|
|
11083
|
-
'FieldPermissions',
|
|
11084
|
-
'FieldServiceMobileExtension',
|
|
11085
|
-
'FieldServiceMobileSettings',
|
|
11086
|
-
'FieldServiceOrgSettings',
|
|
11087
|
-
'FinanceBalanceSnapshot',
|
|
11088
|
-
'FinanceBook',
|
|
11089
|
-
'FinancePeriod',
|
|
11090
|
-
'FinanceTransaction',
|
|
11091
|
-
'FinanceTransactionErrorLog',
|
|
11092
|
-
'FinancialDeal',
|
|
11093
|
-
'FinancialDealAsset',
|
|
11094
|
-
'FinancialDealBid',
|
|
11095
|
-
'FinancialDealInteraction',
|
|
11096
|
-
'FinancialDealParticipant',
|
|
11097
|
-
'FinancialDealParty',
|
|
11098
|
-
'FinancialDealProduct',
|
|
11099
|
-
'FinclDealInteractionSummary',
|
|
11100
|
-
'FlowInterview',
|
|
11101
|
-
'FlowOrchestrationInstance',
|
|
11102
|
-
'FlowOrchestrationLog',
|
|
11103
|
-
'FlowOrchestrationStageInstance',
|
|
11104
|
-
'FlowOrchestrationStepInstance',
|
|
11105
|
-
'FlowOrchestrationWorkItem',
|
|
11106
|
-
'ForecastingFact',
|
|
11107
|
-
'ForecastingOwnerAdjustment',
|
|
11108
|
-
'ForecastingQuota',
|
|
11109
|
-
'ForecastingType',
|
|
11110
|
-
'FrgtHaulingEmssnFctr',
|
|
11111
|
-
'FrgtHaulingEnrgyUse',
|
|
11112
|
-
'FtestBigObjectLookup',
|
|
11113
|
-
'FtestConcrete',
|
|
11114
|
-
'FtestConcrete6',
|
|
11115
|
-
'FtestConcrete7',
|
|
11116
|
-
'FtestConcrete8',
|
|
11117
|
-
'FtestVirtualMain',
|
|
11118
|
-
'FtestZosUiPrototypeChild1',
|
|
11119
|
-
'FtestZosUiPrototypeChild2',
|
|
11120
|
-
'FtestZosUiPrototypeParent',
|
|
11121
|
-
'FulfillmentOrder',
|
|
11122
|
-
'FulfillmentOrderLineItem',
|
|
11123
|
-
'FundingAward',
|
|
11124
|
-
'FundingAwardAmendment',
|
|
11125
|
-
'FundingAwardRequirement',
|
|
11126
|
-
'FundingDisbursement',
|
|
11127
|
-
'FundingOpportunity',
|
|
11128
|
-
'GeneratedDocument',
|
|
11129
|
-
'GeneratedDocumentSection',
|
|
11130
|
-
'GeneratedWaste',
|
|
11131
|
-
'GenericVisitTask',
|
|
11132
|
-
'GenericVisitTaskContext',
|
|
11133
|
-
'GeoCountry',
|
|
11134
|
-
'GeoState',
|
|
11135
|
-
'GnrcVstKeyPerformanceInd',
|
|
11136
|
-
'GnrcVstTaskContextRelation',
|
|
11137
|
-
'GoalAssignment',
|
|
11138
|
-
'GoalAssignmentDetail',
|
|
11139
|
-
'GoalDefinition',
|
|
11140
|
-
'GoalLink',
|
|
11141
|
-
'GovtFinancialAsstSum',
|
|
11142
|
-
'GroundTravelEmssnFctr',
|
|
11143
|
-
'GroundTravelEnrgyUse',
|
|
11144
|
-
'Group',
|
|
11145
|
-
'GroupCensus',
|
|
11146
|
-
'GroupCensusMember',
|
|
11147
|
-
'GroupCensusMemberPlan',
|
|
11148
|
-
'GroupClass',
|
|
11149
|
-
'GroupClassContribution',
|
|
11150
|
-
'GroupMember',
|
|
11151
|
-
'GuestBuyerProfile',
|
|
11152
|
-
'HealthCareDiagnosis',
|
|
11153
|
-
'HealthCareProcedure',
|
|
11154
|
-
'HealthCondition',
|
|
11155
|
-
'HealthConditionDetail',
|
|
11156
|
-
'HealthScore',
|
|
11157
|
-
'HealthScoreActionLog',
|
|
11158
|
-
'HealthcareFacility',
|
|
11159
|
-
'HealthcareFacilityNetwork',
|
|
11160
|
-
'HealthcarePayerNetwork',
|
|
11161
|
-
'HealthcarePractitionerFacility',
|
|
11162
|
-
'HealthcareProvider',
|
|
11163
|
-
'HealthcareProviderNpi',
|
|
11164
|
-
'HealthcareProviderSpecialty',
|
|
11165
|
-
'HealthcareProviderTaxonomy',
|
|
11166
|
-
'Holiday',
|
|
11167
|
-
'HotelStayEmssnFctr',
|
|
11168
|
-
'HotelStayEnrgyUse',
|
|
11169
|
-
'IPAddressRange',
|
|
11170
|
-
'Identifier',
|
|
11171
|
-
'IdentityDocument',
|
|
11172
|
-
'IdentityResolution',
|
|
11173
|
-
'Image',
|
|
11174
|
-
'InStoreLocation',
|
|
11175
|
-
'Incident',
|
|
11176
|
-
'IncidentRelatedItem',
|
|
11177
|
-
'IncludedLicenseDefinition',
|
|
11178
|
-
'Individual',
|
|
11179
|
-
'IndividualApplication',
|
|
11180
|
-
'IndividualApplicationItem',
|
|
11181
|
-
'IndividualCrisisAssessment',
|
|
11182
|
-
'InflationRate',
|
|
11183
|
-
'InfoAuthRequestForm',
|
|
11184
|
-
'InfoAuthorizationRequest',
|
|
11185
|
-
'InsPolicyTransactionDetail',
|
|
11186
|
-
'InsightsExternalData',
|
|
11187
|
-
'InsightsExternalDataPart',
|
|
11188
|
-
'InspectionAssessmentInd',
|
|
11189
|
-
'InspectionType',
|
|
11190
|
-
'InsuranceClaimAsset',
|
|
11191
|
-
'InsuranceContract',
|
|
11192
|
-
'InsurancePolicy',
|
|
11193
|
-
'InsurancePolicyAsset',
|
|
11194
|
-
'InsurancePolicyCoverage',
|
|
11195
|
-
'InsurancePolicyMemberAsset',
|
|
11196
|
-
'InsurancePolicyOwner',
|
|
11197
|
-
'InsurancePolicyParticipant',
|
|
11198
|
-
'InsurancePolicySurcharge',
|
|
11199
|
-
'InsurancePolicyTransaction',
|
|
11200
|
-
'InsuranceProfile',
|
|
11201
|
-
'IntegrationProviderDef',
|
|
11202
|
-
'Interaction',
|
|
11203
|
-
'InteractionAttendee',
|
|
11204
|
-
'InteractionParticipant',
|
|
11205
|
-
'InteractionRelatedAccount',
|
|
11206
|
-
'InteractionSumDiscussedAccount',
|
|
11207
|
-
'InteractionSummary',
|
|
11208
|
-
'InteractionSummaryParticipant',
|
|
11209
|
-
'InterestTag',
|
|
11210
|
-
'InternalOrganizationUnit',
|
|
11211
|
-
'InventoryItemReservation',
|
|
11212
|
-
'InventoryReservation',
|
|
11213
|
-
'Invoice',
|
|
11214
|
-
'InvoiceAddressGroup',
|
|
11215
|
-
'InvoiceBatchRun',
|
|
11216
|
-
'InvoiceBatchRunCriteria',
|
|
11217
|
-
'InvoiceBatchRunRecovery',
|
|
11218
|
-
'InvoiceLine',
|
|
11219
|
-
'JobFamily',
|
|
11220
|
-
'JobProfile',
|
|
11221
|
-
'JournalReason',
|
|
11222
|
-
'JournalSubType',
|
|
11223
|
-
'JournalType',
|
|
11224
|
-
'KnowledgeArticleVersion',
|
|
11225
|
-
'Lead',
|
|
11226
|
-
'LeadLineItem',
|
|
11227
|
-
'LeadPreferredSeller',
|
|
11228
|
-
'LearnerProgram',
|
|
11229
|
-
'LearnerProgramRequirement',
|
|
11230
|
-
'LearnerProgramRqmtProgress',
|
|
11231
|
-
'Learning',
|
|
11232
|
-
'LearningAchievement',
|
|
11233
|
-
'LearningCourse',
|
|
11234
|
-
'LearningFoundationItem',
|
|
11235
|
-
'LearningItem',
|
|
11236
|
-
'LearningItemAssignment',
|
|
11237
|
-
'LearningItemProgress',
|
|
11238
|
-
'LearningOutcomeItem',
|
|
11239
|
-
'LearningProgram',
|
|
11240
|
-
'LearningProgramPlan',
|
|
11241
|
-
'LearningProgramPlanRqmt',
|
|
11242
|
-
'LegalEntity',
|
|
11243
|
-
'LicensingError',
|
|
11244
|
-
'LicensingRequest',
|
|
11245
|
-
'LicensingRequestOrderItem',
|
|
11246
|
-
'LicensingSnapshotRequest',
|
|
11247
|
-
'LinkedArticle',
|
|
11248
|
-
'ListEmail',
|
|
11249
|
-
'LiveAgentSession',
|
|
11250
|
-
'LiveChatButton',
|
|
11251
|
-
'LiveChatDeployment',
|
|
11252
|
-
'LiveChatSensitiveDataRule',
|
|
11253
|
-
'LiveChatTranscript',
|
|
11254
|
-
'LiveChatVisitor',
|
|
11255
|
-
'LoanApplicant',
|
|
11256
|
-
'LoanApplicantAddress',
|
|
11257
|
-
'LoanApplicantAsset',
|
|
11258
|
-
'LoanApplicantDeclaration',
|
|
11259
|
-
'LoanApplicantEmployment',
|
|
11260
|
-
'LoanApplicantIncome',
|
|
11261
|
-
'LoanApplicantLiability',
|
|
11262
|
-
'LoanApplicationAsset',
|
|
11263
|
-
'LoanApplicationFinancial',
|
|
11264
|
-
'LoanApplicationLiability',
|
|
11265
|
-
'LoanApplicationProperty',
|
|
11266
|
-
'LoanApplicationTitleHolder',
|
|
11267
|
-
'LocWaitlistMsgTemplate',
|
|
11268
|
-
'Location',
|
|
11269
|
-
'LocationGroup',
|
|
11270
|
-
'LocationGroupAssignment',
|
|
11271
|
-
'LocationTrustMeasure',
|
|
11272
|
-
'LocationWaitlist',
|
|
11273
|
-
'LocationWaitlistedParty',
|
|
11274
|
-
'LoyaltyLedger',
|
|
11275
|
-
'LoyaltyMemberCurrency',
|
|
11276
|
-
'LoyaltyMemberTier',
|
|
11277
|
-
'LoyaltyMembershipLifecycle',
|
|
11278
|
-
'LoyaltyPartnerProduct',
|
|
11279
|
-
'LoyaltyPgmEngmtAttrProm',
|
|
11280
|
-
'LoyaltyPgmEngmtAttribute',
|
|
11281
|
-
'LoyaltyPgmGroupMbrRlnsp',
|
|
11282
|
-
'LoyaltyPgmMbrAttributeVal',
|
|
11283
|
-
'LoyaltyPgmPartnerCurrency',
|
|
11284
|
-
'LoyaltyPgmPartnerPromotion',
|
|
11285
|
-
'LoyaltyPgmPtnrLdgrSummary',
|
|
11286
|
-
'LoyaltyPgmPtnrPrepaidPack',
|
|
11287
|
-
'LoyaltyProgram',
|
|
11288
|
-
'LoyaltyProgramBadge',
|
|
11289
|
-
'LoyaltyProgramCurrency',
|
|
11290
|
-
'LoyaltyProgramMbrPromotion',
|
|
11291
|
-
'LoyaltyProgramMember',
|
|
11292
|
-
'LoyaltyProgramMemberBadge',
|
|
11293
|
-
'LoyaltyProgramMemberCase',
|
|
11294
|
-
'LoyaltyProgramMemberMerge',
|
|
11295
|
-
'LoyaltyProgramPartner',
|
|
11296
|
-
'LoyaltyProgramPartnerLedger',
|
|
11297
|
-
'LoyaltyProgramProcess',
|
|
11298
|
-
'LoyaltyProgramWidget',
|
|
11299
|
-
'LoyaltyTier',
|
|
11300
|
-
'LoyaltyTierBenefit',
|
|
11301
|
-
'LoyaltyTierGroup',
|
|
11302
|
-
'Macro',
|
|
11303
|
-
'MaintenanceAsset',
|
|
11304
|
-
'MaintenancePlan',
|
|
11305
|
-
'MaintenanceWorkRule',
|
|
11306
|
-
'ManagedContent',
|
|
11307
|
-
'ManagedContentVariant',
|
|
11308
|
-
'ManufacturingProgram',
|
|
11309
|
-
'MarketSegment',
|
|
11310
|
-
'MarketSegmentActivation',
|
|
11311
|
-
'MarketSegmentDefinition',
|
|
11312
|
-
'MarketingAction',
|
|
11313
|
-
'MarketingAppExtAction',
|
|
11314
|
-
'MarketingForm',
|
|
11315
|
-
'MarketingLink',
|
|
11316
|
-
'MarketingLinkContent',
|
|
11317
|
-
'MarketingResource',
|
|
11318
|
-
'MedReconRecommendation',
|
|
11319
|
-
'MedReconStmtRecommendation',
|
|
11320
|
-
'MedTherapyStmtReviewIssue',
|
|
11321
|
-
'MediaChannel',
|
|
11322
|
-
'MediaContentTitle',
|
|
11323
|
-
'MediaPrintIssue',
|
|
11324
|
-
'MediaTitleAvailability',
|
|
11325
|
-
'MediaTitleReleaseDate',
|
|
11326
|
-
'MediaTitleRevenue',
|
|
11327
|
-
'Medication',
|
|
11328
|
-
'MedicationDispense',
|
|
11329
|
-
'MedicationReconciliation',
|
|
11330
|
-
'MedicationRequest',
|
|
11331
|
-
'MedicationStatement',
|
|
11332
|
-
'MedicationStatementDetail',
|
|
11333
|
-
'MedicationTherapyReview',
|
|
11334
|
-
'MedicationTherapyStmtReview',
|
|
11335
|
-
'MedicinalIngredient',
|
|
11336
|
-
'MemberBenefit',
|
|
11337
|
-
'MemberPlan',
|
|
11338
|
-
'MerchantAccount',
|
|
11339
|
-
'MessagingChannel',
|
|
11340
|
-
'MessagingDeliveryError',
|
|
11341
|
-
'MessagingEndUser',
|
|
11342
|
-
'MessagingSession',
|
|
11343
|
-
'Metric',
|
|
11344
|
-
'MfgProgramCpntFrcstFact',
|
|
11345
|
-
'MfgProgramForecastFact',
|
|
11346
|
-
'MfgProgramVariantFrcstFact',
|
|
11347
|
-
'MilestoneType',
|
|
11348
|
-
'MktAiPredictiveInsight',
|
|
11349
|
-
'MktCalculatedInsight',
|
|
11350
|
-
'MktDataTransform',
|
|
11351
|
-
'MktMLModel',
|
|
11352
|
-
'MobileSettingsAssignment',
|
|
11353
|
-
'MsgChannelLanguageKeyword',
|
|
11354
|
-
'MultipartyInfoAuthRequest',
|
|
11355
|
-
'NamespaceRegistry',
|
|
11356
|
-
'Network',
|
|
11357
|
-
'NetworkReferencedObject',
|
|
11358
|
-
'Note',
|
|
11359
|
-
'ObjectPermissions',
|
|
11360
|
-
'ObjectRelatedUrl',
|
|
11361
|
-
'ObjectStateActionDefinition',
|
|
11362
|
-
'ObjectStateDefinition',
|
|
11363
|
-
'ObjectStateTransition',
|
|
11364
|
-
'ObjectStateTransitionAction',
|
|
11365
|
-
'ObjectStateValue',
|
|
11366
|
-
'ObjectTerritory2Association',
|
|
11367
|
-
'OcrDocumentScanResult',
|
|
11368
|
-
'OmniAssessmentTask',
|
|
11369
|
-
'OmniDataPack',
|
|
11370
|
-
'OmniDataTransform',
|
|
11371
|
-
'OmniDataTransformItem',
|
|
11372
|
-
'OmniESignatureTemplate',
|
|
11373
|
-
'OmniInteractionConfig',
|
|
11374
|
-
'OmniProcess',
|
|
11375
|
-
'OmniProcessAsmtQuestionVer',
|
|
11376
|
-
'OmniProcessCompilation',
|
|
11377
|
-
'OmniProcessElement',
|
|
11378
|
-
'OmniProcessTransientData',
|
|
11379
|
-
'OmniScriptSavedSession',
|
|
11380
|
-
'OmniUiCard',
|
|
11381
|
-
'OperatingHours',
|
|
11382
|
-
'OperatingHoursHoliday',
|
|
11383
|
-
'Opportunity',
|
|
11384
|
-
'OpportunityContactRole',
|
|
11385
|
-
'OpportunityHistory',
|
|
11386
|
-
'OpportunityLineItem',
|
|
11387
|
-
'OpportunityLineItemSchedule',
|
|
11388
|
-
'OpportunityLineItemSplit',
|
|
11389
|
-
'OpportunityParticipant',
|
|
11390
|
-
'OpportunityPartner',
|
|
11391
|
-
'OpportunityPreferredSeller',
|
|
11392
|
-
'OpportunitySplit',
|
|
11393
|
-
'OpportunityTeamMember',
|
|
11394
|
-
'Order',
|
|
11395
|
-
'OrderAction',
|
|
11396
|
-
'OrderAdjustmentGroup',
|
|
11397
|
-
'OrderAdjustmentGroupSummary',
|
|
11398
|
-
'OrderChangeLog',
|
|
11399
|
-
'OrderDeliveryGroup',
|
|
11400
|
-
'OrderDeliveryGroupSummary',
|
|
11401
|
-
'OrderDeliveryMethod',
|
|
11402
|
-
'OrderItem',
|
|
11403
|
-
'OrderItemAdjustmentLineItem',
|
|
11404
|
-
'OrderItemAdjustmentLineSummary',
|
|
11405
|
-
'OrderItemConsumptionRate',
|
|
11406
|
-
'OrderItemConsumptionSchedule',
|
|
11407
|
-
'OrderItemRelationship',
|
|
11408
|
-
'OrderItemSummary',
|
|
11409
|
-
'OrderItemSummaryChange',
|
|
11410
|
-
'OrderItemTaxLineItem',
|
|
11411
|
-
'OrderItemTaxLineItemSummary',
|
|
11412
|
-
'OrderPaymentSummary',
|
|
11413
|
-
'OrderSummary',
|
|
11414
|
-
'OrderSummaryRoutingSchedule',
|
|
11415
|
-
'OrgIncidentSummary',
|
|
11416
|
-
'OrgMetric',
|
|
11417
|
-
'OrgMetricScanResult',
|
|
11418
|
-
'OrgMetricScanSummary',
|
|
11419
|
-
'Organization',
|
|
11420
|
-
'OtherComponentTask',
|
|
11421
|
-
'OtherEmssnFctrSet',
|
|
11422
|
-
'OtherEmssnFctrSetItem',
|
|
11423
|
-
'ParticipantRole',
|
|
11424
|
-
'Partner',
|
|
11425
|
-
'PartnerFundAllocation',
|
|
11426
|
-
'PartnerFundClaim',
|
|
11427
|
-
'PartnerFundRequest',
|
|
11428
|
-
'PartnerMarketingBudget',
|
|
11429
|
-
'PartyCertifiedCapacity',
|
|
11430
|
-
'PartyConsent',
|
|
11431
|
-
'PartyIdentityVerification',
|
|
11432
|
-
'PartyIdentityVerificationStep',
|
|
11433
|
-
'PartyIncome',
|
|
11434
|
-
'PartyProfile',
|
|
11435
|
-
'PartyProfileAddress',
|
|
11436
|
-
'PartyProfileRisk',
|
|
11437
|
-
'PartyRelationshipGroup',
|
|
11438
|
-
'PartyRoleRelation',
|
|
11439
|
-
'PartyScreeningStep',
|
|
11440
|
-
'PartyScreeningSummary',
|
|
11441
|
-
'PatientHealthReaction',
|
|
11442
|
-
'PatientImmunization',
|
|
11443
|
-
'PatientImmunizationProtocol',
|
|
11444
|
-
'PatientMedicalProcedure',
|
|
11445
|
-
'PatientMedicalProcedureDetail',
|
|
11446
|
-
'PatientMedicationDosage',
|
|
11447
|
-
'Payment',
|
|
11448
|
-
'PaymentAuthAdjustment',
|
|
11449
|
-
'PaymentAuthorization',
|
|
11450
|
-
'PaymentBatchRun',
|
|
11451
|
-
'PaymentBatchRunCriteria',
|
|
11452
|
-
'PaymentGateway',
|
|
11453
|
-
'PaymentGatewayLog',
|
|
11454
|
-
'PaymentGatewayProvider',
|
|
11455
|
-
'PaymentIntent',
|
|
11456
|
-
'PaymentLineInvoice',
|
|
11457
|
-
'PaymentRequest',
|
|
11458
|
-
'PaymentRequestLine',
|
|
11459
|
-
'PaymentSchedule',
|
|
11460
|
-
'PaymentScheduleItem',
|
|
11461
|
-
'PaymentSchedulePolicy',
|
|
11462
|
-
'PaymentScheduleTreatment',
|
|
11463
|
-
'PaymentScheduleTreatmentDtl',
|
|
11464
|
-
'PaymentTerm',
|
|
11465
|
-
'PaymentTermItem',
|
|
11466
|
-
'PcmtEmssnFctrSet',
|
|
11467
|
-
'PcmtEmssnFctrSetItem',
|
|
11468
|
-
'PercentileBsdCareFeeAgreement',
|
|
11469
|
-
'Period',
|
|
11470
|
-
'PermissionSet',
|
|
11471
|
-
'PermissionSetGroup',
|
|
11472
|
-
'PermissionSetLicense',
|
|
11473
|
-
'PersonAccount',
|
|
11474
|
-
'PersonDisability',
|
|
11475
|
-
'PersonEducation',
|
|
11476
|
-
'PersonEmployment',
|
|
11477
|
-
'PersonExamination',
|
|
11478
|
-
'PersonLanguage',
|
|
11479
|
-
'PersonLifeEvent',
|
|
11480
|
-
'PersonList',
|
|
11481
|
-
'PersonName',
|
|
11482
|
-
'PgmRebateTypBnftMapping',
|
|
11483
|
-
'PickTicket',
|
|
11484
|
-
'PickTicketAssignment',
|
|
11485
|
-
'PickTicketProduct',
|
|
11486
|
-
'PlanBenefit',
|
|
11487
|
-
'PlanBenefitItem',
|
|
11488
|
-
'PlatformLicenseDefinition',
|
|
11489
|
-
'Polygon',
|
|
11490
|
-
'PreliminaryApplicationRef',
|
|
11491
|
-
'PreventiveCareAgreement',
|
|
11492
|
-
'PriceAdjustmentGroupShape',
|
|
11493
|
-
'PriceAdjustmentItemShape',
|
|
11494
|
-
'PriceAdjustmentSchedule',
|
|
11495
|
-
'PriceAdjustmentTier',
|
|
11496
|
-
'PriceList',
|
|
11497
|
-
'PriceRule',
|
|
11498
|
-
'PriceRuleAction',
|
|
11499
|
-
'PriceRuleActionItem',
|
|
11500
|
-
'PriceRuleCondition',
|
|
11501
|
-
'PriceRuleConditionFilter',
|
|
11502
|
-
'PriceRuleExecutionStage',
|
|
11503
|
-
'Pricebook2',
|
|
11504
|
-
'PricebookEntry',
|
|
11505
|
-
'PricingHeader',
|
|
11506
|
-
'PricingLineItem',
|
|
11507
|
-
'PricingProduct',
|
|
11508
|
-
'PrivacyHold',
|
|
11509
|
-
'PrivacyHoldReason',
|
|
11510
|
-
'PrivacyJobSession',
|
|
11511
|
-
'PrivacyPolicy',
|
|
11512
|
-
'PrivacyRequest',
|
|
11513
|
-
'Problem',
|
|
11514
|
-
'ProblemDefinition',
|
|
11515
|
-
'ProblemGoalDefinition',
|
|
11516
|
-
'ProblemIncident',
|
|
11517
|
-
'ProblemRelatedItem',
|
|
11518
|
-
'ProcessDefinition',
|
|
11519
|
-
'ProcessException',
|
|
11520
|
-
'ProcessInstance',
|
|
11521
|
-
'Producer',
|
|
11522
|
-
'ProducerCommission',
|
|
11523
|
-
'ProducerPolicyAssignment',
|
|
11524
|
-
'Product2',
|
|
11525
|
-
'Product2DataTranslation',
|
|
11526
|
-
'ProductAttribute',
|
|
11527
|
-
'ProductAttributeDefinition',
|
|
11528
|
-
'ProductAttributeSet',
|
|
11529
|
-
'ProductAttributeSetItem',
|
|
11530
|
-
'ProductAttributeSetProduct',
|
|
11531
|
-
'ProductAvailabilityProjection',
|
|
11532
|
-
'ProductCatalog',
|
|
11533
|
-
'ProductCatalogDataTranslation',
|
|
11534
|
-
'ProductCategory',
|
|
11535
|
-
'ProductCategoryAttribute',
|
|
11536
|
-
'ProductCategoryDataTranslation',
|
|
11537
|
-
'ProductCategoryMedia',
|
|
11538
|
-
'ProductCategoryProduct',
|
|
11539
|
-
'ProductCategoryServiceProcess',
|
|
11540
|
-
'ProductClassificationAttrDataTranslation',
|
|
11541
|
-
'ProductClassificationDataTranslation',
|
|
11542
|
-
'ProductComponentGroup',
|
|
11543
|
-
'ProductComponentGroupDataTranslation',
|
|
11544
|
-
'ProductConsumed',
|
|
11545
|
-
'ProductConsumedState',
|
|
11546
|
-
'ProductConsumptionSchedule',
|
|
11547
|
-
'ProductCoverage',
|
|
11548
|
-
'ProductCoverageLimit',
|
|
11549
|
-
'ProductEmissionsFactor',
|
|
11550
|
-
'ProductFaultCode',
|
|
11551
|
-
'ProductFulfillmentLocation',
|
|
11552
|
-
'ProductItem',
|
|
11553
|
-
'ProductItemTransaction',
|
|
11554
|
-
'ProductLaborCode',
|
|
11555
|
-
'ProductLicenseMap',
|
|
11556
|
-
'ProductMedia',
|
|
11557
|
-
'ProductOverridePathItem',
|
|
11558
|
-
'ProductQuantityRule',
|
|
11559
|
-
'ProductRelComponentOverride',
|
|
11560
|
-
'ProductRelatedComponent',
|
|
11561
|
-
'ProductRelatedMaterial',
|
|
11562
|
-
'ProductRelationshipType',
|
|
11563
|
-
'ProductRequest',
|
|
11564
|
-
'ProductRequestLineItem',
|
|
11565
|
-
'ProductRequired',
|
|
11566
|
-
'ProductSellingModel',
|
|
11567
|
-
'ProductSellingModelOption',
|
|
11568
|
-
'ProductServiceCampaign',
|
|
11569
|
-
'ProductServiceCampaignItem',
|
|
11570
|
-
'ProductSpecificationType',
|
|
11571
|
-
'ProductTransfer',
|
|
11572
|
-
'ProductTransferState',
|
|
11573
|
-
'ProductWarrantyTerm',
|
|
11574
|
-
'Profile',
|
|
11575
|
-
'ProfileSkill',
|
|
11576
|
-
'ProfileSkillEndorsement',
|
|
11577
|
-
'ProfileSkillUser',
|
|
11578
|
-
'Program',
|
|
11579
|
-
'ProgramEnrollment',
|
|
11580
|
-
'ProgramProduct',
|
|
11581
|
-
'ProgramRebateTypPayoutSrc',
|
|
11582
|
-
'ProgramRebateType',
|
|
11583
|
-
'ProgramRebateTypeBenefit',
|
|
11584
|
-
'ProgramRebateTypeFilter',
|
|
11585
|
-
'ProgramRebateTypePayout',
|
|
11586
|
-
'ProgramRebateTypeProduct',
|
|
11587
|
-
'ProgramRebateTypeReference',
|
|
11588
|
-
'ProgramTermApplnTimeline',
|
|
11589
|
-
'Promotion',
|
|
11590
|
-
'PromotionChannel',
|
|
11591
|
-
'PromotionDataTranslation',
|
|
11592
|
-
'PromotionLoyaltyPtnrProdt',
|
|
11593
|
-
'PromotionMarketSegment',
|
|
11594
|
-
'PromotionProduct',
|
|
11595
|
-
'PromotionProductCategory',
|
|
11596
|
-
'PromotionQualifier',
|
|
11597
|
-
'PromotionSegment',
|
|
11598
|
-
'PromotionSegmentBuyerGroup',
|
|
11599
|
-
'PromotionSegmentSalesStore',
|
|
11600
|
-
'PromotionTarget',
|
|
11601
|
-
'PromotionTier',
|
|
11602
|
-
'ProrationPolicy',
|
|
11603
|
-
'ProviderNetworkContract',
|
|
11604
|
-
'ProviderNetworkTier',
|
|
11605
|
-
'ProviderSearchSyncLog',
|
|
11606
|
-
'ProvisioningRun',
|
|
11607
|
-
'ProvisioningRunEvent',
|
|
11608
|
-
'ProvisioningTargetGroup',
|
|
11609
|
-
'ProvisioningTargetItem',
|
|
11610
|
-
'ProvisioningTargetRole',
|
|
11611
|
-
'PublicApplicationParticipant',
|
|
11612
|
-
'PublicComplaint',
|
|
11613
|
-
'PublicProgram',
|
|
11614
|
-
'PurchaseQuantityRule',
|
|
11615
|
-
'PurchaserPlan',
|
|
11616
|
-
'PurchaserPlanAssn',
|
|
11617
|
-
'PymtSchdDistributionMethod',
|
|
11618
|
-
'QuickText',
|
|
11619
|
-
'Quote',
|
|
11620
|
-
'QuoteDocument',
|
|
11621
|
-
'QuoteItemTaxItem',
|
|
11622
|
-
'QuoteLineItem',
|
|
11623
|
-
'QuoteLineItemAttribute',
|
|
11624
|
-
'QuoteLinePriceAdjustment',
|
|
11625
|
-
'QuoteLineRelationship',
|
|
11626
|
-
'RebateClaim',
|
|
11627
|
-
'RebateMemberAggregateItem',
|
|
11628
|
-
'RebateMemberProductAggregate',
|
|
11629
|
-
'RebatePayment',
|
|
11630
|
-
'RebatePayoutAdjustment',
|
|
11631
|
-
'RebateProgram',
|
|
11632
|
-
'RebateProgramMember',
|
|
11633
|
-
'RebateProgramMemberPayout',
|
|
11634
|
-
'RebateProgramPayoutPeriod',
|
|
11635
|
-
'ReceivedDocument',
|
|
11636
|
-
'ReceivedDocumentType',
|
|
11637
|
-
'Recommendation',
|
|
11638
|
-
'RecordAction',
|
|
11639
|
-
'RecordAlert',
|
|
11640
|
-
'RecordType',
|
|
11641
|
-
'RecordsetFilterCriteria',
|
|
11642
|
-
'RecordsetFilterCriteriaRule',
|
|
11643
|
-
'RecordsetFltrCritMonitor',
|
|
11644
|
-
'RecurrenceSchedule',
|
|
11645
|
-
'ReferencedDashboard',
|
|
11646
|
-
'Referral',
|
|
11647
|
-
'RefrigerantEmssnFctr',
|
|
11648
|
-
'RefundLinePayment',
|
|
11649
|
-
'RegAuthorizationTypeProduct',
|
|
11650
|
-
'RegionStatusDiscount',
|
|
11651
|
-
'RegulatoryAuthority',
|
|
11652
|
-
'RegulatoryAuthorizationType',
|
|
11653
|
-
'RegulatoryCode',
|
|
11654
|
-
'RegulatoryCodeAssessmentInd',
|
|
11655
|
-
'RegulatoryCodeUse',
|
|
11656
|
-
'RegulatoryCodeViolation',
|
|
11657
|
-
'RegulatoryTrxnFee',
|
|
11658
|
-
'RegulatoryTrxnFeeItem',
|
|
11659
|
-
'ReinsAgreementLineItem',
|
|
11660
|
-
'ReinsPolicyBordereauFact',
|
|
11661
|
-
'ReinsProtocolProdtComponent',
|
|
11662
|
-
'ReinsuranceAgreement',
|
|
11663
|
-
'ReinsuranceProtocol',
|
|
11664
|
-
'ReinsuranceProtocolAgreement',
|
|
11665
|
-
'RentalCarEmssnFctr',
|
|
11666
|
-
'RentalCarEnrgyUse',
|
|
11667
|
-
'ReplyText',
|
|
11668
|
-
'Report',
|
|
11669
|
-
'ReportAnomalyEventStore',
|
|
11670
|
-
'ReportedConsumption',
|
|
11671
|
-
'ResidentialLoanApplication',
|
|
11672
|
-
'ResourceAbsence',
|
|
11673
|
-
'ResourcePreference',
|
|
11674
|
-
'RetailLocationGroup',
|
|
11675
|
-
'RetailStore',
|
|
11676
|
-
'RetailStoreGroupAssignment',
|
|
11677
|
-
'RetailStoreKpi',
|
|
11678
|
-
'RetailVisitKpi',
|
|
11679
|
-
'ReturnOrder',
|
|
11680
|
-
'ReturnOrderItemAdjustment',
|
|
11681
|
-
'ReturnOrderItemTax',
|
|
11682
|
-
'ReturnOrderLineItem',
|
|
11683
|
-
'RevRecogTreatmentItemGroup',
|
|
11684
|
-
'RevenueAsyncOperation',
|
|
11685
|
-
'RevenueDistributionMethod',
|
|
11686
|
-
'RevenueElement',
|
|
11687
|
-
'RevenueElementDistribution',
|
|
11688
|
-
'RevenueRecogTreatmentItem',
|
|
11689
|
-
'RevenueRecognitionPolicy',
|
|
11690
|
-
'RevenueRecognitionTreatment',
|
|
11691
|
-
'RevenueTransactionErrorLog',
|
|
11692
|
-
'RightsQuote',
|
|
11693
|
-
'RightsQuoteLineItem',
|
|
11694
|
-
'RightsQuoteLineMediaTitle',
|
|
11695
|
-
'SalesAgreement',
|
|
11696
|
-
'SalesAgreementProduct',
|
|
11697
|
-
'SalesAgreementProductSchedule',
|
|
11698
|
-
'SalesChannel',
|
|
11699
|
-
'SalesContractLine',
|
|
11700
|
-
'SalesTransactionItemShape',
|
|
11701
|
-
'SalesTransactionShape',
|
|
11702
|
-
'SalesTrxnItemRelationShape',
|
|
11703
|
-
'SalesforceContract',
|
|
11704
|
-
'SalesforceInvoice',
|
|
11705
|
-
'SalesforceQuote',
|
|
11706
|
-
'SchedulingConstraint',
|
|
11707
|
-
'Scope3CrbnFtprnt',
|
|
11708
|
-
'Scope3EmssnSrc',
|
|
11709
|
-
'Scope3PcmtItem',
|
|
11710
|
-
'Scope3PcmtSummary',
|
|
11711
|
-
'Scorecard',
|
|
11712
|
-
'ScorecardAssociation',
|
|
11713
|
-
'ScorecardMetric',
|
|
11714
|
-
'ScratchOrgInfo',
|
|
11715
|
-
'SearchPromotionRule',
|
|
11716
|
-
'SecuritiesHolding',
|
|
11717
|
-
'Seller',
|
|
11718
|
-
'SerializedProduct',
|
|
11719
|
-
'SerializedProductTransaction',
|
|
11720
|
-
'ServiceAppointment',
|
|
11721
|
-
'ServiceAppointmentCapacityUsage',
|
|
11722
|
-
'ServiceAppointmentGroup',
|
|
11723
|
-
'ServiceAppointmentStatus',
|
|
11724
|
-
'ServiceContract',
|
|
11725
|
-
'ServiceCrew',
|
|
11726
|
-
'ServiceCrewMember',
|
|
11727
|
-
'ServiceReport',
|
|
11728
|
-
'ServiceReportLayout',
|
|
11729
|
-
'ServiceResource',
|
|
11730
|
-
'ServiceResourceCapacity',
|
|
11731
|
-
'ServiceResourceDataTranslation',
|
|
11732
|
-
'ServiceResourcePreference',
|
|
11733
|
-
'ServiceResourceSkill',
|
|
11734
|
-
'ServiceTerritory',
|
|
11735
|
-
'ServiceTerritoryDataTranslation',
|
|
11736
|
-
'ServiceTerritoryLocation',
|
|
11737
|
-
'ServiceTerritoryMember',
|
|
11738
|
-
'ServiceTerritoryRelationship',
|
|
11739
|
-
'ServiceTerritoryWorkType',
|
|
11740
|
-
'SessionHijackingEventStore',
|
|
11741
|
-
'SettingUsageDefinition',
|
|
11742
|
-
'SettingUsageMap',
|
|
11743
|
-
'SetupAssistantStep',
|
|
11744
|
-
'SharedSavingPaymentAgreement',
|
|
11745
|
-
'SharingRecordCollection',
|
|
11746
|
-
'SharingRecordCollectionItem',
|
|
11747
|
-
'Shift',
|
|
11748
|
-
'ShiftEngagementChannel',
|
|
11749
|
-
'ShiftPattern',
|
|
11750
|
-
'ShiftPatternEntry',
|
|
11751
|
-
'ShiftSegment',
|
|
11752
|
-
'ShiftSegmentType',
|
|
11753
|
-
'ShiftTemplate',
|
|
11754
|
-
'ShiftWorkTopic',
|
|
11755
|
-
'Shipment',
|
|
11756
|
-
'ShipmentItem',
|
|
11757
|
-
'SignatureTask',
|
|
11758
|
-
'SignatureTaskLineItem',
|
|
11759
|
-
'Skill',
|
|
11760
|
-
'SkillLevelDefinition',
|
|
11761
|
-
'SkillRequirement',
|
|
11762
|
-
'Snippet',
|
|
11763
|
-
'SnippetAssignment',
|
|
11764
|
-
'SocialContributionSum',
|
|
11765
|
-
'SocialPersona',
|
|
11766
|
-
'SocialPost',
|
|
11767
|
-
'StandardApexClass',
|
|
11768
|
-
'StandardCareFeeAgreement',
|
|
11769
|
-
'StandardPermissionSet',
|
|
11770
|
-
'StaticResource',
|
|
11771
|
-
'StnryAssetAnnualFact',
|
|
11772
|
-
'StnryAssetCrbnFtprnt',
|
|
11773
|
-
'StnryAssetCrbnFtprntItm',
|
|
11774
|
-
'StnryAssetEnrgyUse',
|
|
11775
|
-
'StnryAssetEnvrSrc',
|
|
11776
|
-
'StnryAssetWaterActvty',
|
|
11777
|
-
'StnryAssetWaterFtprnt',
|
|
11778
|
-
'StnryAssetWtrFtprntItm',
|
|
11779
|
-
'StoreActionPlanTemplate',
|
|
11780
|
-
'StoreAssortment',
|
|
11781
|
-
'StoreIntegratedService',
|
|
11782
|
-
'StoreProduct',
|
|
11783
|
-
'StreamingChannel',
|
|
11784
|
-
'SuccessTeam',
|
|
11785
|
-
'Supplier',
|
|
11786
|
-
'SupplierProduct',
|
|
11787
|
-
'Survey',
|
|
11788
|
-
'SurveyEmailBranding',
|
|
11789
|
-
'SurveyInvitation',
|
|
11790
|
-
'SurveyQuestion',
|
|
11791
|
-
'SurveyQuestionChoice',
|
|
11792
|
-
'SurveyQuestionResponse',
|
|
11793
|
-
'SurveyResponse',
|
|
11794
|
-
'SurveySubject',
|
|
11795
|
-
'SurveyVersion',
|
|
11796
|
-
'SustainabilityCntrLine',
|
|
11797
|
-
'SustainabilityCredit',
|
|
11798
|
-
'SustainabilityPurchase',
|
|
11799
|
-
'SustainabilityScorecard',
|
|
11800
|
-
'SvcCatalogCategory',
|
|
11801
|
-
'SvcCatalogCategoryItem',
|
|
11802
|
-
'SvcCatalogItemDef',
|
|
11803
|
-
'SvcCatalogReqExtdAttrVal',
|
|
11804
|
-
'SvcCatalogReqRelatedItem',
|
|
11805
|
-
'SvcCatalogRequest',
|
|
11806
|
-
'Swarm',
|
|
11807
|
-
'SwarmMember',
|
|
11808
|
-
'TagCategory',
|
|
11809
|
-
'TagCategoryAssignment',
|
|
11810
|
-
'TaxDisclosureSummary',
|
|
11811
|
-
'TaxEngine',
|
|
11812
|
-
'TaxEngineInteractionLog',
|
|
11813
|
-
'TaxEngineProvider',
|
|
11814
|
-
'TaxGeoConfig',
|
|
11815
|
-
'TaxPolicy',
|
|
11816
|
-
'TaxRate',
|
|
11817
|
-
'TaxTreatment',
|
|
11818
|
-
'Tenant',
|
|
11819
|
-
'TenantParameterMap',
|
|
11820
|
-
'TenantSecurityNotificationRule',
|
|
11821
|
-
'Territory2',
|
|
11822
|
-
'ThreatDetectionFeedback',
|
|
11823
|
-
'TimeSheet',
|
|
11824
|
-
'TimeSheetEntry',
|
|
11825
|
-
'TimeSlot',
|
|
11826
|
-
'Topic',
|
|
11827
|
-
'TopicAssignment',
|
|
11828
|
-
'TrackedCommunication',
|
|
11829
|
-
'TrackedCommunicationDetail',
|
|
11830
|
-
'TrainingCourseParticipant',
|
|
11831
|
-
'TransactionJournal',
|
|
11832
|
-
'Translation',
|
|
11833
|
-
'TravelMode',
|
|
11834
|
-
'TrialEnvironmentSignup',
|
|
11835
|
-
'TrnCourse',
|
|
11836
|
-
'UnitOfMeasure',
|
|
11837
|
-
'UnitOfMeasureConversion',
|
|
11838
|
-
'UsageEntitlement',
|
|
11839
|
-
'UsageEntitlementPeriod',
|
|
11840
|
-
'UsageEntitlementUsage',
|
|
11841
|
-
'UsageFactor',
|
|
11842
|
-
'UsageImpactFactor',
|
|
11843
|
-
'UsageImpactGroup',
|
|
11844
|
-
'UsageImpactGroupFactor',
|
|
11845
|
-
'UsageImpactGroupPgmMeasure',
|
|
11846
|
-
'UsageImpactGroupVersion',
|
|
11847
|
-
'User',
|
|
11848
|
-
'UserAccessPolicy',
|
|
11849
|
-
'UserAppMenuItem',
|
|
11850
|
-
'UserDefinedLabel',
|
|
11851
|
-
'UserDefinedLabelAssignment',
|
|
11852
|
-
'UserEsignVendorIdentifier',
|
|
11853
|
-
'UserFinancialAuthority',
|
|
11854
|
-
'UserLicenseDefinition',
|
|
11855
|
-
'UserLocationAssignment',
|
|
11856
|
-
'UserRole',
|
|
11857
|
-
'UserTerritory2AssocLog',
|
|
11858
|
-
'Vehicle',
|
|
11859
|
-
'VehicleAssetCrbnFtprnt',
|
|
11860
|
-
'VehicleAssetEmssnSrc',
|
|
11861
|
-
'VehicleAssetEnrgyUse',
|
|
11862
|
-
'VehicleDefinition',
|
|
11863
|
-
'VehicleUserAssignment',
|
|
11864
|
-
'VideoCall',
|
|
11865
|
-
'ViolationEnforcementAction',
|
|
11866
|
-
'ViolationType',
|
|
11867
|
-
'ViolationTypeAssessmentInd',
|
|
11868
|
-
'ViolationTypeUse',
|
|
11869
|
-
'Visit',
|
|
11870
|
-
'VisitedParty',
|
|
11871
|
-
'Visitor',
|
|
11872
|
-
'VoiceCall',
|
|
11873
|
-
'VolumeDiscount',
|
|
11874
|
-
'VolunteerProject',
|
|
11875
|
-
'Voucher',
|
|
11876
|
-
'VoucherDefinition',
|
|
11877
|
-
'WarrantyTerm',
|
|
11878
|
-
'WarrantyTermCoverage',
|
|
11879
|
-
'WasteFootprint',
|
|
11880
|
-
'WasteFootprintItem',
|
|
11881
|
-
'WaveAutoInstallRequest',
|
|
11882
|
-
'WebCart',
|
|
11883
|
-
'WebStore',
|
|
11884
|
-
'WebStoreBuyerGroup',
|
|
11885
|
-
'WebStoreCatalog',
|
|
11886
|
-
'WebStoreInventorySource',
|
|
11887
|
-
'WebStorePricebook',
|
|
11888
|
-
'WebStoreSearchProdSettings',
|
|
11889
|
-
'WorkCapacityLimit',
|
|
11890
|
-
'WorkCapacityUsage',
|
|
11891
|
-
'WorkCoaching',
|
|
11892
|
-
'WorkContract',
|
|
11893
|
-
'WorkOrder',
|
|
11894
|
-
'WorkOrderLineItem',
|
|
11895
|
-
'WorkPlan',
|
|
11896
|
-
'WorkPlanSelectionRule',
|
|
11897
|
-
'WorkPlanTemplate',
|
|
11898
|
-
'WorkPlanTemplateEntry',
|
|
11899
|
-
'WorkProcedure',
|
|
11900
|
-
'WorkProcedureStep',
|
|
11901
|
-
'WorkRewardFund',
|
|
11902
|
-
'WorkRewardFundType',
|
|
11903
|
-
'WorkStep',
|
|
11904
|
-
'WorkStepTemplate',
|
|
11905
|
-
'WorkType',
|
|
11906
|
-
'WorkTypeCareSpecialty',
|
|
11907
|
-
'WorkTypeCodeSetBundle',
|
|
11908
|
-
'WorkTypeExtension',
|
|
11909
|
-
'WorkTypeGroup',
|
|
11910
|
-
'WorkTypeGroupDataTranslation',
|
|
11911
|
-
'WorkTypeGroupMember',
|
|
11912
|
-
'WorkTypeGroupRole',
|
|
11913
|
-
'WorkerCompCoverageClass',
|
|
11914
|
-
'WstDispoEmssnFctrSet',
|
|
11915
|
-
'WstDispoEmssnFctrSetItm',
|
|
11916
|
-
]);
|
|
11917
|
-
/**
|
|
11918
|
-
* A set of the string names of known entities.
|
|
11919
|
-
*
|
|
11920
|
-
* Generated
|
|
11921
|
-
* from: ui-services-private-object-deny-list.yaml
|
|
11922
|
-
* API version: 66
|
|
11923
|
-
* at: Tue, 18 Nov 2025 19:41:55 GMT
|
|
11924
|
-
*/
|
|
11925
|
-
const UIAPI_DENIED_ENTITY_API_NAMES = new Set([
|
|
11926
|
-
'AIConsentMgmtStatusEvent',
|
|
11927
|
-
'AIKnowledgeCreationEvent',
|
|
11928
|
-
'AIProductOptimizedField',
|
|
11929
|
-
'AITenantProvisionedFeature',
|
|
11930
|
-
'ASEOrgSyncHealthStats',
|
|
11931
|
-
'ASEOrgSyncHealthTxns',
|
|
11932
|
-
'AbnExperimentCohortAttrVal',
|
|
11933
|
-
'AbnExperimentCohortDmo',
|
|
11934
|
-
'AbnExperimentDmo',
|
|
11935
|
-
'AbnExperimentLogDmo',
|
|
11936
|
-
'AbnExperimentationDailySummaryDmo',
|
|
11937
|
-
'AbnExperimentationSummaryDmo',
|
|
11938
|
-
'AcadRgstrApplnEvent',
|
|
11939
|
-
'AcadRgstrEligCritRunEvent',
|
|
11940
|
-
'AcademicCredentialDmo',
|
|
11941
|
-
'AcademicSessionAttendanceDmo',
|
|
11942
|
-
'AcademicSessionDmo',
|
|
11943
|
-
'AcademicTermDmo',
|
|
11944
|
-
'AcademicTermEnrollmentDmo',
|
|
11945
|
-
'AcademicTermGpaCalcEvent',
|
|
11946
|
-
'AcademicTermRegstrnTimelineDmo',
|
|
11947
|
-
'AcademicYearDmo',
|
|
11948
|
-
'AccountContactDmo',
|
|
11949
|
-
'AccountDmo',
|
|
11950
|
-
'AccountLocationDmo',
|
|
11951
|
-
'AccountProspectSignal',
|
|
11952
|
-
'AccountRelationshipDmo',
|
|
11953
|
-
'AccountRoleDmo',
|
|
11954
|
-
'AccountingPeriodDmo',
|
|
11955
|
-
'ActionPlanDmo',
|
|
11956
|
-
'ActionPlanItemDmo',
|
|
11957
|
-
'ActionPlanTemplateAssignmentDmo',
|
|
11958
|
-
'ActionPlanTemplateDmo',
|
|
11959
|
-
'ActionPlanTemplateItemDmo',
|
|
11960
|
-
'ActionPlanTemplateVersionDmo',
|
|
11961
|
-
'ActionableListDmo',
|
|
11962
|
-
'ActionableListMemberDmo',
|
|
11963
|
-
'ActionableOrchResponseEvent',
|
|
11964
|
-
'ActionableOrchSourceEvent',
|
|
11965
|
-
'ActivationFlowVersionMap',
|
|
11966
|
-
'ActivityDmo',
|
|
11967
|
-
'ActivityParticipantDmo',
|
|
11968
|
-
'ActivityTimingDmo',
|
|
11969
|
-
'ActivityTopicDmo',
|
|
11970
|
-
'ActnblListKeyPrfmIndAsgnt',
|
|
11971
|
-
'Actor',
|
|
11972
|
-
'ActorLock',
|
|
11973
|
-
'ActorMessage',
|
|
11974
|
-
'ActorReactiveAskRespEvent',
|
|
11975
|
-
'ActorSubscription',
|
|
11976
|
-
'AdConversionTagDmo',
|
|
11977
|
-
'AdDmo',
|
|
11978
|
-
'AdExchangeDmo',
|
|
11979
|
-
'AdKeywordDmo',
|
|
11980
|
-
'AdSalesMgmtEventView',
|
|
11981
|
-
'AdSiteDmo',
|
|
11982
|
-
'AdStrategyDmo',
|
|
11983
|
-
'AddressDmo',
|
|
11984
|
-
'AdverseEventActionDmo',
|
|
11985
|
-
'AdverseEventCauseDmo',
|
|
11986
|
-
'AdverseEventContributingFactorDmo',
|
|
11987
|
-
'AdverseEventDmo',
|
|
11988
|
-
'AdverseEventIdentifierDmo',
|
|
11989
|
-
'AdverseEventOutcomeDmo',
|
|
11990
|
-
'AdverseEventPartyDmo',
|
|
11991
|
-
'AdverseEventResultingEffectDmo',
|
|
11992
|
-
'AdverseEventSupportInfoDmo',
|
|
11993
|
-
'AffiliationDmo',
|
|
11994
|
-
'AgentServicePresenceDmo',
|
|
11995
|
-
'AgentWorkDmo',
|
|
11996
|
-
'AgentWorkSkillDmo',
|
|
11997
|
-
'AgentforceSdrConfig',
|
|
11998
|
-
'AiAgentActionDmo',
|
|
11999
|
-
'AiAgentInteractionDmo',
|
|
12000
|
-
'AiAgentInteractionMessageDmo',
|
|
12001
|
-
'AiAgentInteractionStepDmo',
|
|
12002
|
-
'AiAgentMomentDmo',
|
|
12003
|
-
'AiAgentMomentInteractionDmo',
|
|
12004
|
-
'AiAgentSessionDmo',
|
|
12005
|
-
'AiAgentSessionParticipantDmo',
|
|
12006
|
-
'AiAgentTagAssociationDmo',
|
|
12007
|
-
'AiAgentTagDefinitionAssociationDmo',
|
|
12008
|
-
'AiAgentTagDefinitionDmo',
|
|
12009
|
-
'AiAgentTagDmo',
|
|
12010
|
-
'AiAgentTopicDmo',
|
|
12011
|
-
'AiEvalCopilotTestCaseRslt',
|
|
12012
|
-
'AiEvalPrmptRagTestCsRslt',
|
|
12013
|
-
'AiEvalPromptTestCaseRslt',
|
|
12014
|
-
'AiEvalTestCaseCritRslt',
|
|
12015
|
-
'AiEvalTestCaseResult',
|
|
12016
|
-
'AiEvaluation',
|
|
12017
|
-
'AiGatewayReqModelDiagDmo',
|
|
12018
|
-
'AiGatewayReqObjRecCtnDmo',
|
|
12019
|
-
'AiGatewayReqObjRecDmo',
|
|
12020
|
-
'AiJobRun',
|
|
12021
|
-
'AiJobRunItem',
|
|
12022
|
-
'AiMetadataSyncStatus',
|
|
12023
|
-
'AiPromptTemplateGenEvent',
|
|
12024
|
-
'AirTravelEmissionsFactorDmo',
|
|
12025
|
-
'AirTravelEnergyUseDmo',
|
|
12026
|
-
'AllergyIntoleranceDmo',
|
|
12027
|
-
'AlternatePaymentDmo',
|
|
12028
|
-
'AnalyticsChangeEventLog',
|
|
12029
|
-
'AnalyticsDownloadEventLog',
|
|
12030
|
-
'AnalyticsGenerativeMetadata',
|
|
12031
|
-
'AnalyticsGenerativeMetadataDmo',
|
|
12032
|
-
'AnalyticsInteractEventLog',
|
|
12033
|
-
'AnalyticsPerfEventLog',
|
|
12034
|
-
'AnalyticsTaskStatusEvent',
|
|
12035
|
-
'AnnualEmissionsInventoryDmo',
|
|
12036
|
-
'AnnualEmssnInventoryDmo',
|
|
12037
|
-
'AntiCorruptionInitiativeSummaryDmo',
|
|
12038
|
-
'ApexCalloutEventLog',
|
|
12039
|
-
'ApexExecutionEventLog',
|
|
12040
|
-
'ApexExtlCalloutEventLog',
|
|
12041
|
-
'ApexRestApiEventLog',
|
|
12042
|
-
'ApexSoapApiEventLog',
|
|
12043
|
-
'ApexTriggerEventLog',
|
|
12044
|
-
'ApexUnexpectedExcpEventLog',
|
|
12045
|
-
'ApiTotalUsageEventLog',
|
|
12046
|
-
'AppExchangeAnomalyEvent',
|
|
12047
|
-
'ApplicantDmo',
|
|
12048
|
-
'ApplicationDecisionDmo',
|
|
12049
|
-
'ApplicationDmo',
|
|
12050
|
-
'ApplicationItemDmo',
|
|
12051
|
-
'ApplicationParticipantDmo',
|
|
12052
|
-
'ApplicationRecommendationDmo',
|
|
12053
|
-
'ApplicationRecommenderDmo',
|
|
12054
|
-
'ApplicationRelatedCodeDmo',
|
|
12055
|
-
'ApplicationReviewDmo',
|
|
12056
|
-
'ApplicationReviewParticipantDmo',
|
|
12057
|
-
'ApplicationTaskDmo',
|
|
12058
|
-
'ApplicationTimelineDmo',
|
|
12059
|
-
'ApplnFormAppealStsChgEvnt',
|
|
12060
|
-
'ApplnFormUsageTracking',
|
|
12061
|
-
'AppvlWorkItemNtfcnEvent',
|
|
12062
|
-
'ArticleGenAIFeedback',
|
|
12063
|
-
'AssessmentActionItemDmo',
|
|
12064
|
-
'AssessmentDefinitionDmo',
|
|
12065
|
-
'AssessmentDmo',
|
|
12066
|
-
'AssessmentEnvelopeDmo',
|
|
12067
|
-
'AssessmentEnvelopeItemDmo',
|
|
12068
|
-
'AssessmentIndicatorDefinedValueDmo',
|
|
12069
|
-
'AssessmentIndicatorDefinitionDmo',
|
|
12070
|
-
'AssessmentIndicatorValueDmo',
|
|
12071
|
-
'AssessmentQuestionAssignmentDmo',
|
|
12072
|
-
'AssessmentQuestionDmo',
|
|
12073
|
-
'AssessmentQuestionResponseDmo',
|
|
12074
|
-
'AssessmentQuestionSetDmo',
|
|
12075
|
-
'AssessmentQuestionVersionDmo',
|
|
12076
|
-
'AssessmentSignatureDmo',
|
|
12077
|
-
'AssessmentTaskContentDocumentDmo',
|
|
12078
|
-
'AssessmentTaskDefinitionDmo',
|
|
12079
|
-
'AssessmentTaskDmo',
|
|
12080
|
-
'AssessmentTaskIndicatorDefinitionDmo',
|
|
12081
|
-
'AssessmentTaskOrderDmo',
|
|
12082
|
-
'AssetActionSourceDmo',
|
|
12083
|
-
'AssetDmo',
|
|
12084
|
-
'AssetMilestoneDmo',
|
|
12085
|
-
'AssetOperationDmo',
|
|
12086
|
-
'AssetOperationOperatorBehaviorDmo',
|
|
12087
|
-
'AssetParticipantDmo',
|
|
12088
|
-
'AssetPerformanceSummaryDmo',
|
|
12089
|
-
'AssetSalesActionDmo',
|
|
12090
|
-
'AssetServiceActionDmo',
|
|
12091
|
-
'AssetServiceLevelObjectiveConsequenceDmo',
|
|
12092
|
-
'AssetServiceLevelObjectiveDmo',
|
|
12093
|
-
'AssetStatePeriodDmo',
|
|
12094
|
-
'AssetTelematicsEventDmo',
|
|
12095
|
-
'AssetTelematicsEventFaultCdMappingDmo',
|
|
12096
|
-
'AssetThresholdUpdateEvent',
|
|
12097
|
-
'AssetWarrantyTermDmo',
|
|
12098
|
-
'AssortmentAssignmentDmo',
|
|
12099
|
-
'AssortmentDmo',
|
|
12100
|
-
'AssortmentProductDmo',
|
|
12101
|
-
'AsyncReportRunEventLog',
|
|
12102
|
-
'AttachmentEventLog',
|
|
12103
|
-
'AttribModelJobStatusEvent',
|
|
12104
|
-
'AttribModelOutput',
|
|
12105
|
-
'AttribModelOutputKeyField',
|
|
12106
|
-
'AttribModelRelatedType',
|
|
12107
|
-
'AttribModelRelatedTypeParm',
|
|
12108
|
-
'AuraRequestEventLog',
|
|
12109
|
-
'AuthDomainStatusEvent',
|
|
12110
|
-
'AuthLocationPermitScheduleDmo',
|
|
12111
|
-
'AuthorizationApplicationAssetDmo',
|
|
12112
|
-
'AuthorizationApplicationDmo',
|
|
12113
|
-
'AuthorizationApplicationPlaceDmo',
|
|
12114
|
-
'AuthorizationFormConsentDmo',
|
|
12115
|
-
'AuthorizationFormDataUseDmo',
|
|
12116
|
-
'AuthorizationFormDmo',
|
|
12117
|
-
'AuthorizationFormTextDmo',
|
|
12118
|
-
'AutomationStepProgress',
|
|
12119
|
-
'BankTransferTenderDmo',
|
|
12120
|
-
'BankerDmo',
|
|
12121
|
-
'BatchJobCalcExecEvent',
|
|
12122
|
-
'BatchJobProcessExecEvent',
|
|
12123
|
-
'BenefitActionDmo',
|
|
12124
|
-
'BenefitApplicationDmo',
|
|
12125
|
-
'BenefitAssignmentAdjustmentDmo',
|
|
12126
|
-
'BenefitAssignmentDmo',
|
|
12127
|
-
'BenefitDisbursementAdjustmentDmo',
|
|
12128
|
-
'BenefitDisbursementDmo',
|
|
12129
|
-
'BenefitDmo',
|
|
12130
|
-
'BenefitItemCodeDmo',
|
|
12131
|
-
'BenefitPrvdSearchableFldDmo',
|
|
12132
|
-
'BenefitScheduleAssignmentDmo',
|
|
12133
|
-
'BenefitScheduleDmo',
|
|
12134
|
-
'BenefitSessionDmo',
|
|
12135
|
-
'BenefitSpecialtyDmo',
|
|
12136
|
-
'BenefitTypeDmo',
|
|
12137
|
-
'BillingPolicyDmo',
|
|
12138
|
-
'BillingScheduleDmo',
|
|
12139
|
-
'BillingScheduleGroupDmo',
|
|
12140
|
-
'BillingScheduleGroupRelationshipDmo',
|
|
12141
|
-
'BillingTreatmentDmo',
|
|
12142
|
-
'BillingTreatmentItemDmo',
|
|
12143
|
-
'BillingTrxnJournalEvent',
|
|
12144
|
-
'BlockedRedirectEventLog',
|
|
12145
|
-
'BnftAsgntBnftItemCodeDmo',
|
|
12146
|
-
'BotDmo',
|
|
12147
|
-
'BranchUnitDmo',
|
|
12148
|
-
'BranchUnitRelatedRecordDmo',
|
|
12149
|
-
'BrandDmo',
|
|
12150
|
-
'BrandingKit',
|
|
12151
|
-
'BrandingKitContentDocument',
|
|
12152
|
-
'BrandingKitDataspaceLink',
|
|
12153
|
-
'BrandingKitGuideline',
|
|
12154
|
-
'BudgetAllocationDmo',
|
|
12155
|
-
'BudgetCategoryDmo',
|
|
12156
|
-
'BudgetCategoryValueDmo',
|
|
12157
|
-
'BudgetDmo',
|
|
12158
|
-
'BudgetPeriodDmo',
|
|
12159
|
-
'BuildingEnergyIntensityDmo',
|
|
12160
|
-
'BulkApi2EventLog',
|
|
12161
|
-
'BulkApi2JobResultsEvent',
|
|
12162
|
-
'BulkApi2JobStatusEvent',
|
|
12163
|
-
'BulkApiEventLog',
|
|
12164
|
-
'BulkApiRequestEventLog',
|
|
12165
|
-
'BulkEmailMessageDmo',
|
|
12166
|
-
'BulkMessage',
|
|
12167
|
-
'BulkMessageDmo',
|
|
12168
|
-
'BundleProductDmo',
|
|
12169
|
-
'BusRegAuthTypeDependencyDmo',
|
|
12170
|
-
'BusinessLicenseCodeSetDmo',
|
|
12171
|
-
'BusinessMilestoneDmo',
|
|
12172
|
-
'BusinessPeriodDmo',
|
|
12173
|
-
'BusinessProfileDmo',
|
|
12174
|
-
'BusinessRegulatoryAuthTypeDmo',
|
|
12175
|
-
'BusinessTypeDmo',
|
|
12176
|
-
'BuyerIntentDmo',
|
|
12177
|
-
'CalendarEventDmo',
|
|
12178
|
-
'CampaignDmo',
|
|
12179
|
-
'CampaignMemberDmo',
|
|
12180
|
-
'CapabilityUserPreference',
|
|
12181
|
-
'CapturePaymentDmo',
|
|
12182
|
-
'CarbonEmissionScopeAllocationDmo',
|
|
12183
|
-
'CardAccountDmo',
|
|
12184
|
-
'CareBarrier2Dmo',
|
|
12185
|
-
'CareBarrierDeterminantDmo',
|
|
12186
|
-
'CareBarrierTypeDmo',
|
|
12187
|
-
'CareBnftVrfyRqstStsChgEvent',
|
|
12188
|
-
'CareDeterminantDmo',
|
|
12189
|
-
'CareMetricTargetDmo',
|
|
12190
|
-
'CareObservationDmo',
|
|
12191
|
-
'CareObservationIdentifierDmo',
|
|
12192
|
-
'CareObservationItemDmo',
|
|
12193
|
-
'CarePgmProvHealthcareProviderDmo',
|
|
12194
|
-
'CarePlanActivityDetailDmo',
|
|
12195
|
-
'CarePlanActivityDmo',
|
|
12196
|
-
'CarePlanDetailDmo',
|
|
12197
|
-
'CarePlanDmo',
|
|
12198
|
-
'CarePlanIdentifierDmo',
|
|
12199
|
-
'CarePlanTemplateBenefitDmo',
|
|
12200
|
-
'CarePlanTemplateDmo',
|
|
12201
|
-
'CarePlanTemplateGoalDmo',
|
|
12202
|
-
'CarePreauthorizationDmo',
|
|
12203
|
-
'CarePreauthorizationItemDmo',
|
|
12204
|
-
'CareProgramAssistanceDmo',
|
|
12205
|
-
'CareProgramCampaignDmo',
|
|
12206
|
-
'CareProgramDetailDmo',
|
|
12207
|
-
'CareProgramDmo',
|
|
12208
|
-
'CareProgramEligibilityRuleDmo',
|
|
12209
|
-
'CareProgramEnrolleeDmo',
|
|
12210
|
-
'CareProgramEnrolleeProductDmo',
|
|
12211
|
-
'CareProgramEnrolleeStatusPeriodDmo',
|
|
12212
|
-
'CareProgramEnrollmentCardDmo',
|
|
12213
|
-
'CareProgramGoalDmo',
|
|
12214
|
-
'CareProgramIdentifierDmo',
|
|
12215
|
-
'CareProgramProductDmo',
|
|
12216
|
-
'CareProgramProviderProductDmo',
|
|
12217
|
-
'CareProgramSiteContractDmo',
|
|
12218
|
-
'CareProgramSiteDmo',
|
|
12219
|
-
'CareProgramStatusPeriodDmo',
|
|
12220
|
-
'CareProgramTeamMemberDmo',
|
|
12221
|
-
'CareProgramTeamMemberRolePeriodDmo',
|
|
12222
|
-
'CareRequestDiagnosisDmo',
|
|
12223
|
-
'CareRequestDiagnosisIdentifierDmo',
|
|
12224
|
-
'CareRequestDmo',
|
|
12225
|
-
'CareRequestDrugDmo',
|
|
12226
|
-
'CareRequestIdentifierDmo',
|
|
12227
|
-
'CareRequestItemDmo',
|
|
12228
|
-
'CareRequestReviewerDmo',
|
|
12229
|
-
'CareSpecialtyDmo',
|
|
12230
|
-
'CaseDmo',
|
|
12231
|
-
'CaseEpisodeDmo',
|
|
12232
|
-
'CaseFileProcessDependency',
|
|
12233
|
-
'CaseFileProcessExecution',
|
|
12234
|
-
'CaseMilestoneDmo',
|
|
12235
|
-
'CaseMilestoneTypeDmo',
|
|
12236
|
-
'CaseParticipantDmo',
|
|
12237
|
-
'CaseProceedingComplaintDmo',
|
|
12238
|
-
'CaseProceedingDmo',
|
|
12239
|
-
'CaseProceedingInfractionDmo',
|
|
12240
|
-
'CaseProceedingParticipantDmo',
|
|
12241
|
-
'CaseProceedingResultDmo',
|
|
12242
|
-
'CaseProgramDmo',
|
|
12243
|
-
'CaseRelatedIssueDmo',
|
|
12244
|
-
'CaseTeamMemberProgramDmo',
|
|
12245
|
-
'CaseUpdateDmo',
|
|
12246
|
-
'CashTenderDmo',
|
|
12247
|
-
'CategoryDmo',
|
|
12248
|
-
'CdnTaskConfiguration',
|
|
12249
|
-
'ChangeRequestDmo',
|
|
12250
|
-
'ChangeRequestRelatedIssueDmo',
|
|
12251
|
-
'ChangeRequestRelatedItemDmo',
|
|
12252
|
-
'ChangeSetOperationEventLog',
|
|
12253
|
-
'ChannelEngagementDmo',
|
|
12254
|
-
'CheckTenderDmo',
|
|
12255
|
-
'CheckoutResetConfig',
|
|
12256
|
-
'ClaimCaseDmo',
|
|
12257
|
-
'ClaimCoverageDmo',
|
|
12258
|
-
'ClaimDiagnosisDmo',
|
|
12259
|
-
'ClaimDmo',
|
|
12260
|
-
'ClaimItemDmo',
|
|
12261
|
-
'ClaimItemParticipantDmo',
|
|
12262
|
-
'ClaimParticipantDmo',
|
|
12263
|
-
'ClaimPaymentDetailDmo',
|
|
12264
|
-
'ClaimPaymentDmo',
|
|
12265
|
-
'ClaimSupportingInformationDmo',
|
|
12266
|
-
'ClinicalAlertDmo',
|
|
12267
|
-
'ClinicalEncounterDiagnosisDmo',
|
|
12268
|
-
'ClinicalEncounterDmo',
|
|
12269
|
-
'ClinicalEncounterFacilityDmo',
|
|
12270
|
-
'ClinicalEncounterIdentifierDmo',
|
|
12271
|
-
'ClinicalEncounterProviderDmo',
|
|
12272
|
-
'ClinicalEncounterReasonDmo',
|
|
12273
|
-
'ClinicalEncounterServiceRequestDmo',
|
|
12274
|
-
'ClinicalServiceRequestDetailDmo',
|
|
12275
|
-
'ClinicalServiceRequestDmo',
|
|
12276
|
-
'ClinicalServiceRequestIdentifierDmo',
|
|
12277
|
-
'CmplAsyncJobStatusChangedEvent',
|
|
12278
|
-
'CmsnProcUsageTracking',
|
|
12279
|
-
'CnfgItemAttributeDmo',
|
|
12280
|
-
'CnfgItemAttributeValueDmo',
|
|
12281
|
-
'CnfgItemChangeEvent',
|
|
12282
|
-
'CnfgItemRelationshipDmo',
|
|
12283
|
-
'CnfgItemTypeDefinitionDmo',
|
|
12284
|
-
'CnfgMgmtDiscoveryOrgDetail',
|
|
12285
|
-
'CnfgMgmtDiscoveryTrgtScan',
|
|
12286
|
-
'CnfgMgmtDscvryTrgtScanDoc',
|
|
12287
|
-
'CodeSetBundleDmo',
|
|
12288
|
-
'CodeSetDmo',
|
|
12289
|
-
'CollabMsgLinkedRecord',
|
|
12290
|
-
'CollabRoomSvcRoutgSpec',
|
|
12291
|
-
'CollectionPlanDmo',
|
|
12292
|
-
'CollectionPlanItemDmo',
|
|
12293
|
-
'CollectionPlanReasonDmo',
|
|
12294
|
-
'CommerceJobStatus',
|
|
12295
|
-
'CommerceSearchIndexError',
|
|
12296
|
-
'CommerceSearchPricebookInfo',
|
|
12297
|
-
'CommerceSearchResultsRule',
|
|
12298
|
-
'CommitStatusChangeEvent',
|
|
12299
|
-
'CommodityUsageDmo',
|
|
12300
|
-
'CommunicationSubscriptionChannelTypeDmo',
|
|
12301
|
-
'CommunicationSubscriptionConsentDmo',
|
|
12302
|
-
'CommunicationSubscriptionDmo',
|
|
12303
|
-
'CommunicationSubscriptionTimingDmo',
|
|
12304
|
-
'CompiledProduct',
|
|
12305
|
-
'ComplaintCaseDmo',
|
|
12306
|
-
'ComplaintDmo',
|
|
12307
|
-
'ComplaintParticipantDmo',
|
|
12308
|
-
'CompleteProgressCalcEvent',
|
|
12309
|
-
'ComplexTable4',
|
|
12310
|
-
'ComplexTable5',
|
|
12311
|
-
'ComplianceAsyncJob',
|
|
12312
|
-
'ComplianceAsyncJobPart',
|
|
12313
|
-
'ConcurApexLimitEventLog',
|
|
12314
|
-
'ConfigurationItemDmo',
|
|
12315
|
-
'ConsentActionDmo',
|
|
12316
|
-
'ConsentStatusDmo',
|
|
12317
|
-
'ConsentUnsubscribeAllEvent',
|
|
12318
|
-
'ConsentUnsubscribeEvent',
|
|
12319
|
-
'ConstituentRoleDmo',
|
|
12320
|
-
'ConsumedLocationProductDmo',
|
|
12321
|
-
'ContCalloutSummaryEventLog',
|
|
12322
|
-
'ContactAlternateKey',
|
|
12323
|
-
'ContactPointAddressDmo',
|
|
12324
|
-
'ContactPointAppDmo',
|
|
12325
|
-
'ContactPointConsentDmo',
|
|
12326
|
-
'ContactPointDigitalIdDmo',
|
|
12327
|
-
'ContactPointDmo',
|
|
12328
|
-
'ContactPointEmailDmo',
|
|
12329
|
-
'ContactPointOTTServiceDmo',
|
|
12330
|
-
'ContactPointPhoneDmo',
|
|
12331
|
-
'ContactPointSocialDmo',
|
|
12332
|
-
'ContactProfileDmo',
|
|
12333
|
-
'ContentDistributionEventLog',
|
|
12334
|
-
'ContentDocLinkEventLog',
|
|
12335
|
-
'ContentDocumentDmo',
|
|
12336
|
-
'ContentDocumentLinkEvent',
|
|
12337
|
-
'ContentDocumentRelationshipDmo',
|
|
12338
|
-
'ContentDocumentVersionDmo',
|
|
12339
|
-
'ContentTaxonomyDmo',
|
|
12340
|
-
'ContentTaxonomyModel',
|
|
12341
|
-
'ContentTaxonomyModelDmo',
|
|
12342
|
-
'ContentTaxonomyRelatedTermDmo',
|
|
12343
|
-
'ContentTaxonomyTermDmo',
|
|
12344
|
-
'ContentTaxonomyTermRelObjectDmo',
|
|
12345
|
-
'ContentTaxonomyTermRelationshipDmo',
|
|
12346
|
-
'ContentTransferEventLog',
|
|
12347
|
-
'ContextPersistenceEvent',
|
|
12348
|
-
'ContractCreationEvent',
|
|
12349
|
-
'ContractDmo',
|
|
12350
|
-
'ContractDocVerContentDocDmo',
|
|
12351
|
-
'ContractDocumentVersionDmo',
|
|
12352
|
-
'ContractLineDmo',
|
|
12353
|
-
'ConvChannelEngagementSummaryDmo',
|
|
12354
|
-
'ConvChannelEngmtSummarySubjectDmo',
|
|
12355
|
-
'ConvChnlEngmtSummaryPtcpDmo',
|
|
12356
|
-
'ConvEngmtProcState',
|
|
12357
|
-
'ConvIntelligenceVoiceCall',
|
|
12358
|
-
'ConvReasonReportDefinitionDmo',
|
|
12359
|
-
'ConvReasonReportSegmentDefDmo',
|
|
12360
|
-
'ConversationDmo',
|
|
12361
|
-
'ConversationEntryDmo',
|
|
12362
|
-
'ConversationEntryTranscriptExcerptDmo',
|
|
12363
|
-
'ConversationInsightEvent',
|
|
12364
|
-
'ConversationReasonCategoryDmo',
|
|
12365
|
-
'ConversationReasonDmo',
|
|
12366
|
-
'ConversationTranscriptSendRequest',
|
|
12367
|
-
'ConversionEngagementSummaryDmo',
|
|
12368
|
-
'CostBookDmo',
|
|
12369
|
-
'CostBookEntryDmo',
|
|
12370
|
-
'CouponDefinitionDmo',
|
|
12371
|
-
'CouponDmo',
|
|
12372
|
-
'CourseOfferingAttendanceDmo',
|
|
12373
|
-
'CourseOfferingDmo',
|
|
12374
|
-
'CourseOfferingParticipantDmo',
|
|
12375
|
-
'CourseOfferingParticipationDmo',
|
|
12376
|
-
'CourseOfferingPtcpResultDmo',
|
|
12377
|
-
'CourseOfferingRubricDmo',
|
|
12378
|
-
'CourseOfferingScheduleDmo',
|
|
12379
|
-
'CourseOfferingScheduleTmplDmo',
|
|
12380
|
-
'CourseOfrPtcpActivityGradeDmo',
|
|
12381
|
-
'CoverageBenefitDmo',
|
|
12382
|
-
'CoverageBenefitItemDmo',
|
|
12383
|
-
'CoverageBenefitItemLimitDmo',
|
|
12384
|
-
'CoverageBenefitVerificationRequestDmo',
|
|
12385
|
-
'CreditMemoDmo',
|
|
12386
|
-
'CreditMemoLineDmo',
|
|
12387
|
-
'CreditMemoLineTaxDmo',
|
|
12388
|
-
'CreditTenderDmo',
|
|
12389
|
-
'CrossOrgDocProcUsageMetrics',
|
|
12390
|
-
'CspViolationEventLog',
|
|
12391
|
-
'CuratedExpJobEvent',
|
|
12392
|
-
'CuratedExpPlanEvent',
|
|
12393
|
-
'CurrencyDatedConversionRateDmo',
|
|
12394
|
-
'CurrencyStaticConversionRateDmo',
|
|
12395
|
-
'CustodyChainEntryDmo',
|
|
12396
|
-
'CustodyItemDmo',
|
|
12397
|
-
'CustodyItemRegulatoryCodeViolationDmo',
|
|
12398
|
-
'CustodyItemRelationDmo',
|
|
12399
|
-
'DCResourceProvStatusEvent',
|
|
12400
|
-
'DTRecordsetReplica',
|
|
12401
|
-
'DataActionJobStatusEvent',
|
|
12402
|
-
'DataAnlytConfigDeleteEvent',
|
|
12403
|
-
'DataAnlytConfigExportEvent',
|
|
12404
|
-
'DataAnlytConfigSync',
|
|
12405
|
-
'DataCloudCurrencyConfig',
|
|
12406
|
-
'DataCloudFiscalCalendar',
|
|
12407
|
-
'DataCustomCodeStatEvent',
|
|
12408
|
-
'DataEncryptionKey',
|
|
12409
|
-
'DataKitDeployEvent',
|
|
12410
|
-
'DataMceUmaMigStrmStatus',
|
|
12411
|
-
'DataMceUmaMigrationStatus',
|
|
12412
|
-
'DataMltOrgMdatChgsetEvent',
|
|
12413
|
-
'DataMultiOrgServiceEvent',
|
|
12414
|
-
'DataShellTntUpgradeEvent',
|
|
12415
|
-
'DataTntDeprovisionStsEvent',
|
|
12416
|
-
'DataUseLegalBasisDmo',
|
|
12417
|
-
'DataUsePurposeConsentActionDmo',
|
|
12418
|
-
'DataUsePurposeDmo',
|
|
12419
|
-
'DatabaseSaveEventLog',
|
|
12420
|
-
'DcsnTblSourceObjectRecord',
|
|
12421
|
-
'DcvrDataModelJobEvent',
|
|
12422
|
-
'DcvrFeatureProgress',
|
|
12423
|
-
'DcvrPreEnblStepProgress',
|
|
12424
|
-
'DcvrRecipeProgress',
|
|
12425
|
-
'DcvrRecipeStepProgress',
|
|
12426
|
-
'DecisionTableDataset',
|
|
12427
|
-
'DecisionTableRecordset',
|
|
12428
|
-
'DecisionTblSrcChangedEvent',
|
|
12429
|
-
'DedupEngmtAnlssTextInsightAssocDmo',
|
|
12430
|
-
'DedupEngmtAnlssTextInsightDmo',
|
|
12431
|
-
'DeliveryEngagementSummaryDmo',
|
|
12432
|
-
'DeliveryVerificationEngmtSummaryDmo',
|
|
12433
|
-
'DepositAccountDmo',
|
|
12434
|
-
'DeviceApplicationEngagementDmo',
|
|
12435
|
-
'DeviceApplicationTemplateDmo',
|
|
12436
|
-
'DeviceDmo',
|
|
12437
|
-
'DeviceTypeConfigurationDmo',
|
|
12438
|
-
'DevopsRequestInfoEvent',
|
|
12439
|
-
'DgtAssetMgmtPrvdLghtCpntInstance',
|
|
12440
|
-
'DiagnosticSummaryDmo',
|
|
12441
|
-
'DiagnosticSummaryIdentifierDmo',
|
|
12442
|
-
'DigitalContentChannelDmo',
|
|
12443
|
-
'DigitalContentDmo',
|
|
12444
|
-
'DigitalContentPublishChannelDmo',
|
|
12445
|
-
'DigitalContentRelationshipDmo',
|
|
12446
|
-
'DigitalContentSpaceChannelDmo',
|
|
12447
|
-
'DigitalContentSpaceDmo',
|
|
12448
|
-
'DigitalSignatureDmo',
|
|
12449
|
-
'DigitalWalletDmo',
|
|
12450
|
-
'DisclosureDmo',
|
|
12451
|
-
'DisclosureReportingPeriodDmo',
|
|
12452
|
-
'DiscoveryFrwrkSampleTemplate',
|
|
12453
|
-
'DiscoveryFrwrkTemplateMember',
|
|
12454
|
-
'DistMktgMessageEvent',
|
|
12455
|
-
'DiversityEquityInclusionSummaryDmo',
|
|
12456
|
-
'DocAtchDownloadEventLog',
|
|
12457
|
-
'DocGenBtchStsChgEvent',
|
|
12458
|
-
'DocGenProcStsChgEvent',
|
|
12459
|
-
'DocProcessingUsageMetrics',
|
|
12460
|
-
'DocumentChecklistItemDmo',
|
|
12461
|
-
'DocumentClauseDmo',
|
|
12462
|
-
'DocumentClauseSetDmo',
|
|
12463
|
-
'DocumentExtReviewerConsent',
|
|
12464
|
-
'DocumentExtractionCpltEvent',
|
|
12465
|
-
'DonorGiftSummaryDmo',
|
|
12466
|
-
'DriverPerformanceSummaryDmo',
|
|
12467
|
-
'EconomicPerformanceSummaryDmo',
|
|
12468
|
-
'EducationApplicationDmo',
|
|
12469
|
-
'EducationalInfoRequestDmo',
|
|
12470
|
-
'ElectricityEmissionsFactorSetDmo',
|
|
12471
|
-
'ElectronicMediaDmo',
|
|
12472
|
-
'EmailBounceEvent',
|
|
12473
|
-
'EmailContentDmo',
|
|
12474
|
-
'EmailEngagementDmo',
|
|
12475
|
-
'EmailEngagementFrequencyDmo',
|
|
12476
|
-
'EmailEngagementQualityScoreDmo',
|
|
12477
|
-
'EmailEngagementScoreDmo',
|
|
12478
|
-
'EmailMessageDmo',
|
|
12479
|
-
'EmailMessageMigration',
|
|
12480
|
-
'EmailPublicationDmo',
|
|
12481
|
-
'EmailSendTimeOptimizationDmo',
|
|
12482
|
-
'EmailServerEventLog',
|
|
12483
|
-
'EmailTemplateDmo',
|
|
12484
|
-
'EmployeeDemographicSummaryDmo',
|
|
12485
|
-
'EmployeeDevelopmentSummaryDmo',
|
|
12486
|
-
'EmployeeDmo',
|
|
12487
|
-
'EmploymentBenefitSummaryDmo',
|
|
12488
|
-
'EmploymentDmo',
|
|
12489
|
-
'EmploymentOfferDmo',
|
|
12490
|
-
'EmploymentOfferVettingEvaluationDmo',
|
|
12491
|
-
'EnblMlstnProgQryTmotEvent',
|
|
12492
|
-
'EncryptionKeyErrorEvent',
|
|
12493
|
-
'EngagementActionDmo',
|
|
12494
|
-
'EngagementAnalysisTargetedInsightDmo',
|
|
12495
|
-
'EngagementAnalysisTextAssociationDmo',
|
|
12496
|
-
'EngagementAnalysisTextDirectFeedbackDmo',
|
|
12497
|
-
'EngagementAnalysisTextDmo',
|
|
12498
|
-
'EngagementAnalysisTextInsightDmo',
|
|
12499
|
-
'EngagementAnalysisTextParticipantDmo',
|
|
12500
|
-
'EngagementAnalysisTextSessionDmo',
|
|
12501
|
-
'EngagementAnalysisTgtInsightActionDmo',
|
|
12502
|
-
'EngagementChannelActionDmo',
|
|
12503
|
-
'EngagementChannelDmo',
|
|
12504
|
-
'EngagementChannelParticipantDmo',
|
|
12505
|
-
'EngagementChannelTypeConsentDmo',
|
|
12506
|
-
'EngagementChannelTypeDmo',
|
|
12507
|
-
'EngagementChannelUsageDmo',
|
|
12508
|
-
'EngagementParticipantAppRoleDmo',
|
|
12509
|
-
'EngagementSignalDistinct',
|
|
12510
|
-
'EngagementSignalFilter',
|
|
12511
|
-
'EngagementSignalFltrGrp',
|
|
12512
|
-
'EngagementSignalFltrVal',
|
|
12513
|
-
'EngagementSignalJoinDim',
|
|
12514
|
-
'EngagementTopicDmo',
|
|
12515
|
-
'EngmtInsightKnwlgArticleVersionDmo',
|
|
12516
|
-
'EnqueueProgressCalcEvent',
|
|
12517
|
-
'EnrollmentEligibilityCriteriaDmo',
|
|
12518
|
-
'EntpUserDmo',
|
|
12519
|
-
'EntpUserEmailDmo',
|
|
12520
|
-
'EntpUserIdentificationDmo',
|
|
12521
|
-
'EnvironmentalRiskDmo',
|
|
12522
|
-
'ErrorEngagementDmo',
|
|
12523
|
-
'EvaluationJobResultEvent',
|
|
12524
|
-
'ExpSetBusinessVertical',
|
|
12525
|
-
'ExperimentJobStatusEvent',
|
|
12526
|
-
'ExtKAImportError',
|
|
12527
|
-
'ExtKAImportResult',
|
|
12528
|
-
'ExtKnowledgeIngestionRun',
|
|
12529
|
-
'ExtKnowledgeIngestionStatus',
|
|
12530
|
-
'ExtKnowledgeIngestionTask',
|
|
12531
|
-
'ExtKnowledgeOrgStatus',
|
|
12532
|
-
'ExtKnowledgePartnerOrg',
|
|
12533
|
-
'ExtKnowledgeXDSConnector',
|
|
12534
|
-
'ExtMsgResourceStatusEvent',
|
|
12535
|
-
'ExternalAssessmentDefinitionDmo',
|
|
12536
|
-
'ExternalDataChgEvent',
|
|
12537
|
-
'ExternalDocRefMapping',
|
|
12538
|
-
'ExternalEncryptionRootKey',
|
|
12539
|
-
'ExternalTrigger',
|
|
12540
|
-
'ExternalTriggerData',
|
|
12541
|
-
'ExternalTriggerSubscriber',
|
|
12542
|
-
'ExtlRecShrCnctAccnt',
|
|
12543
|
-
'ExtlRecShrEvent',
|
|
12544
|
-
'ExtlRecShrProcessEvent',
|
|
12545
|
-
'ExtlRecShrRecordMap',
|
|
12546
|
-
'ExtlRecShrResultEvent',
|
|
12547
|
-
'FavoriteConfiguration',
|
|
12548
|
-
'FeatureConfigProgress',
|
|
12549
|
-
'FeatureGroupSetupProgress',
|
|
12550
|
-
'FeatureSetupProgress',
|
|
12551
|
-
'FeatureUsageDmo',
|
|
12552
|
-
'FinancialAccountAddressDmo',
|
|
12553
|
-
'FinancialAccountBalanceDmo',
|
|
12554
|
-
'FinancialAccountDmo',
|
|
12555
|
-
'FinancialAccountFeeDmo',
|
|
12556
|
-
'FinancialAccountInterestRateDmo',
|
|
12557
|
-
'FinancialAccountLimitDmo',
|
|
12558
|
-
'FinancialAccountPartyDmo',
|
|
12559
|
-
'FinancialAccountTransactionDmo',
|
|
12560
|
-
'FinancialApplicationDmo',
|
|
12561
|
-
'FinancialApplicationItemDmo',
|
|
12562
|
-
'FinancialApplicationItemProposalDmo',
|
|
12563
|
-
'FinancialCustomerDmo',
|
|
12564
|
-
'FinancialGoalDmo',
|
|
12565
|
-
'FinancialGoalFundingDmo',
|
|
12566
|
-
'FinancialGoalPartyDmo',
|
|
12567
|
-
'FinancialHoldingDmo',
|
|
12568
|
-
'FinancialPlanDmo',
|
|
12569
|
-
'FinancialSecurityDmo',
|
|
12570
|
-
'FinclAssetPortfolioTargetAllocationDmo',
|
|
12571
|
-
'FirstBillPaymentSetupEvent',
|
|
12572
|
-
'FiscalCalendarDmo',
|
|
12573
|
-
'FldSvcObjChgDmo',
|
|
12574
|
-
'FldSvcObjChgDtlDmo',
|
|
12575
|
-
'FlowAppvlProcCmplEvent',
|
|
12576
|
-
'FlowAutoSaveStsChngEvent',
|
|
12577
|
-
'FlowAutosaveInterviewStatus',
|
|
12578
|
-
'FlowDebugRefreshEvent',
|
|
12579
|
-
'FlowDefDataActionMapping',
|
|
12580
|
-
'FlowDmo',
|
|
12581
|
-
'FlowElementDmo',
|
|
12582
|
-
'FlowElementRunDmo',
|
|
12583
|
-
'FlowNavMetricEventLog',
|
|
12584
|
-
'FlowOccurrenceEvent',
|
|
12585
|
-
'FlowRecElementWinningPath',
|
|
12586
|
-
'FlowRunDmo',
|
|
12587
|
-
'FlowRunEvent',
|
|
12588
|
-
'FlowVersionDmo',
|
|
12589
|
-
'FlowVersionOccurrenceDmo',
|
|
12590
|
-
'ForecastItemManagerVersionAmountDmo',
|
|
12591
|
-
'ForecastItemOwnerVersionAmountDmo',
|
|
12592
|
-
'FreightHaulingEmissionFactorDmo',
|
|
12593
|
-
'FreightHaulingEnergyUseDmo',
|
|
12594
|
-
'FtestHighScaleData',
|
|
12595
|
-
'FtestNonTransactionalDataDlo_std__dll',
|
|
12596
|
-
'FtestSchemaInterface',
|
|
12597
|
-
'FulfillmentOrderDmo',
|
|
12598
|
-
'FulfillmentOrderPriceAdjDmo',
|
|
12599
|
-
'FulfillmentOrderPriceAdjTaxDmo',
|
|
12600
|
-
'FulfillmentOrderProductDmo',
|
|
12601
|
-
'FulfillmentOrderProductPriceAdjDmo',
|
|
12602
|
-
'FulfillmentOrderProductTaxDmo',
|
|
12603
|
-
'FulfillmentOrderTaxDmo',
|
|
12604
|
-
'FulfillmentPlanDmo',
|
|
12605
|
-
'FulfillmentStepDependencyDmo',
|
|
12606
|
-
'FulfillmentStepDmo',
|
|
12607
|
-
'FulfillmentStepSourceDmo',
|
|
12608
|
-
'FulfmtRoutgSpec',
|
|
12609
|
-
'FulfmtStepDepResolveEvent',
|
|
12610
|
-
'FundingAwardAmendmentDmo',
|
|
12611
|
-
'FundingAwardDisbursementDmo',
|
|
12612
|
-
'FundingAwardDmo',
|
|
12613
|
-
'FundingAwardRequirementDmo',
|
|
12614
|
-
'FundingOpportunityDmo',
|
|
12615
|
-
'GameDefinitionDmo',
|
|
12616
|
-
'GameParticipantDmo',
|
|
12617
|
-
'GameParticipantRewardDmo',
|
|
12618
|
-
'GameRewardDmo',
|
|
12619
|
-
'GenOpPlanCacheEntry',
|
|
12620
|
-
'GenOpPlanContextAttr',
|
|
12621
|
-
'GenOpPlanError',
|
|
12622
|
-
'GenOpPlanSourceContent',
|
|
12623
|
-
'GenOpPlanSourceRef',
|
|
12624
|
-
'GeneratedOperationPlanDmo',
|
|
12625
|
-
'GeneratedOperationPlanExecutionDmo',
|
|
12626
|
-
'GeneratedOperationPlanStepDmo',
|
|
12627
|
-
'GeneratedOperationPlanStepExecutionDmo',
|
|
12628
|
-
'GeneratedWasteDmo',
|
|
12629
|
-
'GenericHammerResult',
|
|
12630
|
-
'GeoDemographicDistributionDmo',
|
|
12631
|
-
'GiftBatchDmo',
|
|
12632
|
-
'GiftCmtChangeAttrLogDmo',
|
|
12633
|
-
'GiftCommitmentDmo',
|
|
12634
|
-
'GiftCommitmentScheduleDmo',
|
|
12635
|
-
'GiftDefaultDesignationDmo',
|
|
12636
|
-
'GiftDesignationDmo',
|
|
12637
|
-
'GiftEntryDmo',
|
|
12638
|
-
'GiftRefundDmo',
|
|
12639
|
-
'GiftSoftCreditDmo',
|
|
12640
|
-
'GiftTransactionDesignationDmo',
|
|
12641
|
-
'GiftTransactionDmo',
|
|
12642
|
-
'GoalAssignmentDetailDmo',
|
|
12643
|
-
'GoalAssignmentDmo',
|
|
12644
|
-
'GoalDefinitionDmo',
|
|
12645
|
-
'GoodsProductDmo',
|
|
12646
|
-
'GovFinancialAssistanceSummaryDmo',
|
|
12647
|
-
'GroundTravelEmissionFactorDmo',
|
|
12648
|
-
'GroundTravelEnergyUseDmo',
|
|
12649
|
-
'GroundingInsightScore',
|
|
12650
|
-
'GroupMembershipEventLog',
|
|
12651
|
-
'GuestUserAnomalyEvent',
|
|
12652
|
-
'HealthConditionDefinitionDmo',
|
|
12653
|
-
'HealthScoreCategoryDmo',
|
|
12654
|
-
'HealthScoreDmo',
|
|
12655
|
-
'HealthScoreRangeClassificationDmo',
|
|
12656
|
-
'HealthcareDiagnosisDmo',
|
|
12657
|
-
'HealthcareFacilityDmo',
|
|
12658
|
-
'HealthcareFacilityIdentifierDmo',
|
|
12659
|
-
'HealthcareFacilityServiceDmo',
|
|
12660
|
-
'HealthcarePerformerDmo',
|
|
12661
|
-
'HealthcarePractitionerFacilityDmo',
|
|
12662
|
-
'HealthcareProcedureDmo',
|
|
12663
|
-
'HealthcareProviderDmo',
|
|
12664
|
-
'HealthcareProviderFacilitySpecialtyDmo',
|
|
12665
|
-
'HealthcareProviderNPIDmo',
|
|
12666
|
-
'HealthcareProviderServiceDmo',
|
|
12667
|
-
'HealthcareProviderSpecialtyDmo',
|
|
12668
|
-
'HealthcareProviderTaxonomyDmo',
|
|
12669
|
-
'HealthcareServiceDmo',
|
|
12670
|
-
'HealthcareTaxonomyDmo',
|
|
12671
|
-
'HlthcrPractitionerFacilityIdentifierDmo',
|
|
12672
|
-
'HotelStayEmissionFactorDmo',
|
|
12673
|
-
'HotelStayEnergyUseDmo',
|
|
12674
|
-
'HouseholdDmo',
|
|
12675
|
-
'IdentityMatchDmo',
|
|
12676
|
-
'ImpactStrategyAssignmentDmo',
|
|
12677
|
-
'ImpactStrategyDmo',
|
|
12678
|
-
'InPersonEngagementDmo',
|
|
12679
|
-
'InPersonMeetingDmo',
|
|
12680
|
-
'InStoreLocationDmo',
|
|
12681
|
-
'IncidentDmo',
|
|
12682
|
-
'IncidentRelatedItemDmo',
|
|
12683
|
-
'IndicatorAssignmentDmo',
|
|
12684
|
-
'IndicatorDefinitionDmo',
|
|
12685
|
-
'IndicatorPerformancePeriodDmo',
|
|
12686
|
-
'IndicatorResultDmo',
|
|
12687
|
-
'IndividualDmo',
|
|
12688
|
-
'InsPlcyEndrStatusEvent',
|
|
12689
|
-
'InsPlcyIssuanceStatusEvent',
|
|
12690
|
-
'InsPolicyRnwlQuoteStatusEvent',
|
|
12691
|
-
'InsPolicyRnwlStatusEvent',
|
|
12692
|
-
'InspectionAssessmentIndicatorDmo',
|
|
12693
|
-
'InspectionTypeDmo',
|
|
12694
|
-
'InsufficientAccessEventLog',
|
|
12695
|
-
'InsuranceAsyncBulkRecordDetail',
|
|
12696
|
-
'InsuranceCoverageTypeDmo',
|
|
12697
|
-
'InsurancePolicyAssetDmo',
|
|
12698
|
-
'InsurancePolicyCoverageDmo',
|
|
12699
|
-
'InsurancePolicyCoverageParticipantDmo',
|
|
12700
|
-
'InsurancePolicyDmo',
|
|
12701
|
-
'InsurancePolicyMemberAssetDmo',
|
|
12702
|
-
'InsurancePolicyParticipantDmo',
|
|
12703
|
-
'InsurancePolicyTransactionDmo',
|
|
12704
|
-
'InsuranceRatingInput',
|
|
12705
|
-
'InsuranceRatingOutput',
|
|
12706
|
-
'InsuranceRatingRequestEvent',
|
|
12707
|
-
'InsuranceRatingRequestItem',
|
|
12708
|
-
'IntegProvDefStsChgEvent',
|
|
12709
|
-
'InteractionAnalysis',
|
|
12710
|
-
'InterestTagDefinitionDmo',
|
|
12711
|
-
'InteropTopicSubcrEvent',
|
|
12712
|
-
'InterviewItemWaitCondition',
|
|
12713
|
-
'InventoryRequestDmo',
|
|
12714
|
-
'InventoryRequestItemDmo',
|
|
12715
|
-
'InventorySerializedProductDmo',
|
|
12716
|
-
'InventoryTransferDmo',
|
|
12717
|
-
'InvestmentAccountDmo',
|
|
12718
|
-
'InvocableActionEventLog',
|
|
12719
|
-
'InvoiceAddressGroupDmo',
|
|
12720
|
-
'InvoiceBatchRunDmo',
|
|
12721
|
-
'InvoiceDmo',
|
|
12722
|
-
'InvoiceLineDmo',
|
|
12723
|
-
'InvoiceLineTaxDmo',
|
|
12724
|
-
'InvoiceProcPymtExclEvent',
|
|
12725
|
-
'IssueRelationshipDmo',
|
|
12726
|
-
'JobApplnSearchableFieldDmo',
|
|
12727
|
-
'JobPositionDmo',
|
|
12728
|
-
'JobPositionPayGradeDmo',
|
|
12729
|
-
'JobPositionRecruitmentRequisitionDmo',
|
|
12730
|
-
'JobPostingSearchableFieldDmo',
|
|
12731
|
-
'KnowledgeArticleCategoryDmo',
|
|
12732
|
-
'KnowledgeArticleDmo',
|
|
12733
|
-
'KnowledgeArticleEngagementDmo',
|
|
12734
|
-
'KnowledgeArticleEventLog',
|
|
12735
|
-
'KnowledgeArticleQuestion',
|
|
12736
|
-
'KnowledgeArticleQuestionSet',
|
|
12737
|
-
'KnowledgeArticleSummary',
|
|
12738
|
-
'KnowledgeArticleVersionDmo',
|
|
12739
|
-
'KnowledgeBlockReference',
|
|
12740
|
-
'LeadDmo',
|
|
12741
|
-
'LeadEngagementDmo',
|
|
12742
|
-
'LeadLineItemDmo',
|
|
12743
|
-
'LeadPreferredSellerDmo',
|
|
12744
|
-
'LearnerCampusSpacesActivityDmo',
|
|
12745
|
-
'LearnerLearningSystemActivityDmo',
|
|
12746
|
-
'LearnerPathwayDmo',
|
|
12747
|
-
'LearnerPathwayItemDmo',
|
|
12748
|
-
'LearnerProfileDmo',
|
|
12749
|
-
'LearnerProgramDmo',
|
|
12750
|
-
'LearnerProgramRequirementDmo',
|
|
12751
|
-
'LearnerProgramRqmtProgressDmo',
|
|
12752
|
-
'LearningAchievementDmo',
|
|
12753
|
-
'LearningCourseDmo',
|
|
12754
|
-
'LearningDmo',
|
|
12755
|
-
'LearningFoundationItemDmo',
|
|
12756
|
-
'LearningOutcomeItemDmo',
|
|
12757
|
-
'LearningPathwayTemplateDmo',
|
|
12758
|
-
'LearningPathwayTemplateItemDmo',
|
|
12759
|
-
'LearningPathwayTmplPgmPlanDmo',
|
|
12760
|
-
'LearningProgramDmo',
|
|
12761
|
-
'LearningProgramPlanDmo',
|
|
12762
|
-
'LearningProgramPlanRqmtDmo',
|
|
12763
|
-
'LegalEntyAccountingPeriodDmo',
|
|
12764
|
-
'LegalEntyDmo',
|
|
12765
|
-
'LifeScienceErrorLog',
|
|
12766
|
-
'LightningErrorEventLog',
|
|
12767
|
-
'LightningLoggerEventLog',
|
|
12768
|
-
'LightningPageViewEventLog',
|
|
12769
|
-
'LightningPrfmEventLog',
|
|
12770
|
-
'LinkedKnowledgeArticleDmo',
|
|
12771
|
-
'LoanAccountDmo',
|
|
12772
|
-
'LocaleDmo',
|
|
12773
|
-
'LocationDmo',
|
|
12774
|
-
'LocationGroupAssignmentDmo',
|
|
12775
|
-
'LocationGroupDmo',
|
|
12776
|
-
'LocationGroupProdExclChgDmo',
|
|
12777
|
-
'LocationGroupProdInvChgDmo',
|
|
12778
|
-
'LocationProductInventoryChangeDmo',
|
|
12779
|
-
'LocationProductInventoryDmo',
|
|
12780
|
-
'LocationShippingCarrierMethodDmo',
|
|
12781
|
-
'LoginAnomalyEvent',
|
|
12782
|
-
'LoginAsEventLog',
|
|
12783
|
-
'LoginEventLog',
|
|
12784
|
-
'LogoutEventLog',
|
|
12785
|
-
'LoyaltyAggregatedPtExpirationLedgerDmo',
|
|
12786
|
-
'LoyaltyBenefitDmo',
|
|
12787
|
-
'LoyaltyBenefitTypeDmo',
|
|
12788
|
-
'LoyaltyJournalSubtypeDmo',
|
|
12789
|
-
'LoyaltyJournalTypeDmo',
|
|
12790
|
-
'LoyaltyLedgerDmo',
|
|
12791
|
-
'LoyaltyLedgerTraceabilityDmo',
|
|
12792
|
-
'LoyaltyMemberCurrencyDmo',
|
|
12793
|
-
'LoyaltyMemberTierDmo',
|
|
12794
|
-
'LoyaltyMembershipLifecycleDmo',
|
|
12795
|
-
'LoyaltyPartnerProductDmo',
|
|
12796
|
-
'LoyaltyProgramBadgeDmo',
|
|
12797
|
-
'LoyaltyProgramCurrencyDmo',
|
|
12798
|
-
'LoyaltyProgramCurrencySubtypeDmo',
|
|
12799
|
-
'LoyaltyProgramCurrencyTierDmo',
|
|
12800
|
-
'LoyaltyProgramDmo',
|
|
12801
|
-
'LoyaltyProgramEngagementAttributeDmo',
|
|
12802
|
-
'LoyaltyProgramEngmtAttributePromotionDmo',
|
|
12803
|
-
'LoyaltyProgramGroupMemberRelationshipDmo',
|
|
12804
|
-
'LoyaltyProgramMemberAttributeValueDmo',
|
|
12805
|
-
'LoyaltyProgramMemberBadgeDmo',
|
|
12806
|
-
'LoyaltyProgramMemberCaseDmo',
|
|
12807
|
-
'LoyaltyProgramMemberDmo',
|
|
12808
|
-
'LoyaltyProgramMemberLinkedPartnerDmo',
|
|
12809
|
-
'LoyaltyProgramMemberMergeDmo',
|
|
12810
|
-
'LoyaltyProgramMemberPromotionDmo',
|
|
12811
|
-
'LoyaltyProgramPartnerCurrencyDmo',
|
|
12812
|
-
'LoyaltyProgramPartnerDmo',
|
|
12813
|
-
'LoyaltyProgramPartnerLedgerDmo',
|
|
12814
|
-
'LoyaltyProgramPartnerLedgerSummaryDmo',
|
|
12815
|
-
'LoyaltyProgramPartnerPrepaidPackDmo',
|
|
12816
|
-
'LoyaltyProgramPartnerPromotionDmo',
|
|
12817
|
-
'LoyaltyTierBenefitDmo',
|
|
12818
|
-
'LoyaltyTierDmo',
|
|
12819
|
-
'LoyaltyTierEligibilitySrcDmo',
|
|
12820
|
-
'LoyaltyTierGroupDmo',
|
|
12821
|
-
'LoyaltyTierModelDmo',
|
|
12822
|
-
'LoyaltyTierMshpFeeOptionDmo',
|
|
12823
|
-
'LoyaltyTierPromotionDmo',
|
|
12824
|
-
'LoyaltyTransactionJournalDmo',
|
|
12825
|
-
'MLJobOrchStatusChgEvent',
|
|
12826
|
-
'MLModelDataAlert',
|
|
12827
|
-
'MailLetterDmo',
|
|
12828
|
-
'MailLetterEngagementDmo',
|
|
12829
|
-
'ManagedContentDeploymentPipeline',
|
|
12830
|
-
'ManagedContentDeploymentPipelineStep',
|
|
12831
|
-
'ManagedContentJobBody',
|
|
12832
|
-
'ManagedContentOffCoreLocation',
|
|
12833
|
-
'ManagedContentSpaceFolderShare',
|
|
12834
|
-
'ManagedContentSpacePrvdInstance',
|
|
12835
|
-
'ManagedEventDmo',
|
|
12836
|
-
'ManagedEventSessionDmo',
|
|
12837
|
-
'ManagedEventTypeDmo',
|
|
12838
|
-
'MarketAudienceDmo',
|
|
12839
|
-
'MarketJourneyActivityDmo',
|
|
12840
|
-
'MarketSegmentDmo',
|
|
12841
|
-
'MarketingChannelDmo',
|
|
12842
|
-
'MarketingChannelEngagedAudienceDmo',
|
|
12843
|
-
'MarketingChannelTargetedSegmentDmo',
|
|
12844
|
-
'MarketingEmailListDmo',
|
|
12845
|
-
'MarketingJourneyActivityDmo',
|
|
12846
|
-
'MarketingJourneyActivityRunDmo',
|
|
12847
|
-
'MarketingJourneyDmo',
|
|
12848
|
-
'MarketingStreamingAppConfig',
|
|
12849
|
-
'MasterProductDmo',
|
|
12850
|
-
'MaterialityTopicDmo',
|
|
12851
|
-
'MaterialityTopicDocClauseSetDmo',
|
|
12852
|
-
'MaterialityTopicReferenceDmo',
|
|
12853
|
-
'MealCardActivityDmo',
|
|
12854
|
-
'MediaBuyDmo',
|
|
12855
|
-
'MediaBuyPackageDmo',
|
|
12856
|
-
'MediaEngagementDmo',
|
|
12857
|
-
'MedicalInsightEvent',
|
|
12858
|
-
'MedicationDmo',
|
|
12859
|
-
'MedicationIdentifierDmo',
|
|
12860
|
-
'MediumTable2',
|
|
12861
|
-
'MediumTable3',
|
|
12862
|
-
'MemberBenefitDmo',
|
|
12863
|
-
'MemberPlanDmo',
|
|
12864
|
-
'MentoringProfileDmo',
|
|
12865
|
-
'MerchantAccountEvent',
|
|
12866
|
-
'MessageEngagementDmo',
|
|
12867
|
-
'MessageTemplateDmo',
|
|
12868
|
-
'MessagingChannelUpdateEvent',
|
|
12869
|
-
'MessagingSessionDmo',
|
|
12870
|
-
'MetadataApiOpEventLog',
|
|
12871
|
-
'MetricsDeletionJobStatus',
|
|
12872
|
-
'MgdEventSessSubjectAssignmentDmo',
|
|
12873
|
-
'MigratedEmail',
|
|
12874
|
-
'MktJourneyDcsnChildFlow',
|
|
12875
|
-
'MktJourneyDcsnDataExtMap',
|
|
12876
|
-
'MktJourneyDcsnOption',
|
|
12877
|
-
'MktMLModelPartitionRun',
|
|
12878
|
-
'MktMLModelSetupRun',
|
|
12879
|
-
'MktMLSetupRunChgEvent',
|
|
12880
|
-
'MngContentFormActionEvent',
|
|
12881
|
-
'MobileDeviceAppRegistration',
|
|
12882
|
-
'MultiOrgConnectionEvent',
|
|
12883
|
-
'NamedCredentialEventLog',
|
|
12884
|
-
'NetworkDmo',
|
|
12885
|
-
'NetworkReferencedObjectDmo',
|
|
12886
|
-
'NetworkUsageDmo',
|
|
12887
|
-
'OSAsyncChgCompletedEvent',
|
|
12888
|
-
'ObjectDataImportResult',
|
|
12889
|
-
'ObjectUserTerritory2View',
|
|
12890
|
-
'OccupationDmo',
|
|
12891
|
-
'OccupationGroupDmo',
|
|
12892
|
-
'OfferDmo',
|
|
12893
|
-
'OfferMarketSegmentDmo',
|
|
12894
|
-
'OfferMarketingEmailListDmo',
|
|
12895
|
-
'OfferProductCategoryDmo',
|
|
12896
|
-
'OfferProductDmo',
|
|
12897
|
-
'OfferProductOrderEngagementDmo',
|
|
12898
|
-
'OfferSalesOrderProductEngagementDmo',
|
|
12899
|
-
'OfferTreatmentDmo',
|
|
12900
|
-
'OmniTrackingEvent',
|
|
12901
|
-
'OperatingHoursDmo',
|
|
12902
|
-
'OperatingHoursTimeSlotDmo',
|
|
12903
|
-
'OperatorPerformanceSummaryDmo',
|
|
12904
|
-
'OpportunityContactDmo',
|
|
12905
|
-
'OpportunityDmo',
|
|
12906
|
-
'OpportunityHistoricalTrendDmo',
|
|
12907
|
-
'OpportunityHistoryDmo',
|
|
12908
|
-
'OpportunityInfluenceDmo',
|
|
12909
|
-
'OpportunityPreferredSellerDmo',
|
|
12910
|
-
'OpportunityProductDmo',
|
|
12911
|
-
'OpportunityStageDmo',
|
|
12912
|
-
'OrderDeliveryMethodDmo',
|
|
12913
|
-
'OrderItemAssetizationState',
|
|
12914
|
-
'OrderUseRsrcChosenPolicy',
|
|
12915
|
-
'OrgDayZeroStatus',
|
|
12916
|
-
'OrgSharingEvent',
|
|
12917
|
-
'OrganizationIncidentSummaryDmo',
|
|
12918
|
-
'OtherEmissionFactorSetItemDmo',
|
|
12919
|
-
'OtherEmissionsFactorSetDmo',
|
|
12920
|
-
'OutboundProspect',
|
|
12921
|
-
'OutboundProspectSignal',
|
|
12922
|
-
'OutcomeActivityDmo',
|
|
12923
|
-
'OutcomeIntentDmo',
|
|
12924
|
-
'OutreachSourceCodeDmo',
|
|
12925
|
-
'OutreachSummaryDmo',
|
|
12926
|
-
'OvenSdbExperimentRequest',
|
|
12927
|
-
'PackageInstallEventLog',
|
|
12928
|
-
'PackagePropUpdateJob',
|
|
12929
|
-
'PackagePropUpdateRequest',
|
|
12930
|
-
'PackageSubscriberOrgInfo',
|
|
12931
|
-
'PartyAccreditationDmo',
|
|
12932
|
-
'PartyAwardDmo',
|
|
12933
|
-
'PartyBoardCertificationDmo',
|
|
12934
|
-
'PartyBoardCertificationIdentifierDmo',
|
|
12935
|
-
'PartyBusinessLicenseDmo',
|
|
12936
|
-
'PartyConsentDmo',
|
|
12937
|
-
'PartyDmo',
|
|
12938
|
-
'PartyExpenseDmo',
|
|
12939
|
-
'PartyFinancialAssetDmo',
|
|
12940
|
-
'PartyFinancialLiabilityDmo',
|
|
12941
|
-
'PartyIdentificationDmo',
|
|
12942
|
-
'PartyIncomeDmo',
|
|
12943
|
-
'PartyInterestTagDmo',
|
|
12944
|
-
'PartyPhilanthropicAssessmentDmo',
|
|
12945
|
-
'PartyPhilanthropicIndicatorDmo',
|
|
12946
|
-
'PartyPhilanthropicMilestoneDmo',
|
|
12947
|
-
'PartyPhilanthropicOccurrenceDmo',
|
|
12948
|
-
'PartyProfileAddressDmo',
|
|
12949
|
-
'PartyProfileDmo',
|
|
12950
|
-
'PartyPromotionUsageDmo',
|
|
12951
|
-
'PartyPublicationDmo',
|
|
12952
|
-
'PartyRelatedPartyDmo',
|
|
12953
|
-
'PartyRelationshipTypeDmo',
|
|
12954
|
-
'PartyRoleDmo',
|
|
12955
|
-
'PartyRoleTypeDmo',
|
|
12956
|
-
'PatientDmo',
|
|
12957
|
-
'PatientHealthConditionDetailDmo',
|
|
12958
|
-
'PatientHealthConditionDmo',
|
|
12959
|
-
'PatientHealthReactionDmo',
|
|
12960
|
-
'PatientImmunizationDmo',
|
|
12961
|
-
'PatientImmunizationIdentifierDmo',
|
|
12962
|
-
'PatientMedRecileStmtRecommendationDmo',
|
|
12963
|
-
'PatientMedReconRecommendationDmo',
|
|
12964
|
-
'PatientMedicalProcedureDetailDmo',
|
|
12965
|
-
'PatientMedicalProcedureDmo',
|
|
12966
|
-
'PatientMedicalProcedureIdentifierDmo',
|
|
12967
|
-
'PatientMedicationDispenseDmo',
|
|
12968
|
-
'PatientMedicationDosageDmo',
|
|
12969
|
-
'PatientMedicationReconciliationDmo',
|
|
12970
|
-
'PatientMedicationRequestDmo',
|
|
12971
|
-
'PatientMedicationStatementDetailDmo',
|
|
12972
|
-
'PatientMedicationStatementDmo',
|
|
12973
|
-
'PatientMedicationStatementIdentifierDmo',
|
|
12974
|
-
'PatientRegisteredDeviceDmo',
|
|
12975
|
-
'PatientRegisteredDeviceIdentifierDmo',
|
|
12976
|
-
'PayGradeDmo',
|
|
12977
|
-
'PayGradeStepDmo',
|
|
12978
|
-
'PayGradeStepLocationDmo',
|
|
12979
|
-
'PaymentCardDmo',
|
|
12980
|
-
'PaymentInstrumentDmo',
|
|
12981
|
-
'PaymentIntentEvent',
|
|
12982
|
-
'PaymentLinkEvent',
|
|
12983
|
-
'PaymentMetadata',
|
|
12984
|
-
'PaymentMethodDmo',
|
|
12985
|
-
'PaymentPageChangeEvent',
|
|
12986
|
-
'PaymentRequestDmo',
|
|
12987
|
-
'PaymentRequestLineDmo',
|
|
12988
|
-
'PaymentTermDmo',
|
|
12989
|
-
'PaymentTermItemDmo',
|
|
12990
|
-
'PermissionUpdateEventLog',
|
|
12991
|
-
'PersnlBatchDcsnJobStatusEvent',
|
|
12992
|
-
'PersnlBatchDcsnKeyField',
|
|
12993
|
-
'PersnlBatchDcsnPersnlPoint',
|
|
12994
|
-
'PersnlDecisionAttrValue',
|
|
12995
|
-
'PersonAcademicCredentialDmo',
|
|
12996
|
-
'PersonDisabilityDmo',
|
|
12997
|
-
'PersonEducationDmo',
|
|
12998
|
-
'PersonEmploymentDmo',
|
|
12999
|
-
'PersonExaminationDmo',
|
|
13000
|
-
'PersonInteractionAnalysis',
|
|
13001
|
-
'PersonLanguageDmo',
|
|
13002
|
-
'PersonLifeEventDmo',
|
|
13003
|
-
'PersonNameDmo',
|
|
13004
|
-
'PersonPublicProfileDmo',
|
|
13005
|
-
'PersonPublicProfilePrefSetDmo',
|
|
13006
|
-
'PersonSkillDmo',
|
|
13007
|
-
'PersonalizationAttribute',
|
|
13008
|
-
'PersonalizationDecisionDmo',
|
|
13009
|
-
'PersonalizationLogDmo',
|
|
13010
|
-
'PersonalizationPointDmo',
|
|
13011
|
-
'PersonalizationSchemaDmo',
|
|
13012
|
-
'PersonalizerDmo',
|
|
13013
|
-
'PlanBenefitDmo',
|
|
13014
|
-
'PlanBenefitItemDmo',
|
|
13015
|
-
'PlatformEventUsage',
|
|
13016
|
-
'PlatformMetabolismSyncStatus',
|
|
13017
|
-
'PositionDmo',
|
|
13018
|
-
'PositionPayGradeDmo',
|
|
13019
|
-
'PrepaidCardDmo',
|
|
13020
|
-
'PriceAdjustmentGroupDmo',
|
|
13021
|
-
'PriceBookDmo',
|
|
13022
|
-
'PriceBookEntryDmo',
|
|
13023
|
-
'PriceBookPriceGuidance',
|
|
13024
|
-
'PriceSheetData',
|
|
13025
|
-
'PricingDecisionHashMap',
|
|
13026
|
-
'PricingDependencyGraph',
|
|
13027
|
-
'PricingLookupSyncStatus',
|
|
13028
|
-
'PricingWaterfallLog',
|
|
13029
|
-
'PrivacyConsentLogDmo',
|
|
13030
|
-
'ProblemDmo',
|
|
13031
|
-
'ProblemRelatedItemDmo',
|
|
13032
|
-
'ProcessExceptionDmo',
|
|
13033
|
-
'ProcurementEmissionFactorSetDmo',
|
|
13034
|
-
'ProcurementEmissionFactorSetItemDmo',
|
|
13035
|
-
'ProducerDmo',
|
|
13036
|
-
'ProducerPolicyAssignmentDmo',
|
|
13037
|
-
'ProductAttributeDmo',
|
|
13038
|
-
'ProductBrowseEngagementDmo',
|
|
13039
|
-
'ProductCatalogCategoryDmo',
|
|
13040
|
-
'ProductCatalogDmo',
|
|
13041
|
-
'ProductCategoryDmo',
|
|
13042
|
-
'ProductCategoryProductDmo',
|
|
13043
|
-
'ProductDmo',
|
|
13044
|
-
'ProductEmissionsFactorDmo',
|
|
13045
|
-
'ProductOrderEngagementDmo',
|
|
13046
|
-
'ProductPackagingUnitDmo',
|
|
13047
|
-
'ProductRelatedComponentDmo',
|
|
13048
|
-
'ProductRelatedProductDmo',
|
|
13049
|
-
'ProductServiceCampaignDmo',
|
|
13050
|
-
'ProductServiceCampaignItemDmo',
|
|
13051
|
-
'ProgramBenefitDmo',
|
|
13052
|
-
'ProgramCohortDmo',
|
|
13053
|
-
'ProgramCohortMemberDmo',
|
|
13054
|
-
'ProgramDmo',
|
|
13055
|
-
'ProgramEnrollmentDmo',
|
|
13056
|
-
'ProgramEnrollmentEligibilityCriteriaDmo',
|
|
13057
|
-
'ProgramTermApplicationTimelineDmo',
|
|
13058
|
-
'PromotionAccountDmo',
|
|
13059
|
-
'PromotionActionableListDmo',
|
|
13060
|
-
'PromotionChannelDmo',
|
|
13061
|
-
'PromotionDmo',
|
|
13062
|
-
'PromotionEngagementDmo',
|
|
13063
|
-
'PromotionItemEngagementDmo',
|
|
13064
|
-
'PromotionLimitDmo',
|
|
13065
|
-
'PromotionLoyaltyPartnerProductDmo',
|
|
13066
|
-
'PromotionMarketSegmentDmo',
|
|
13067
|
-
'PromotionOfferDmo',
|
|
13068
|
-
'PromotionOfferProductDmo',
|
|
13069
|
-
'PromotionPartyTransactionDmo',
|
|
13070
|
-
'PromotionProductCategoryDmo',
|
|
13071
|
-
'PromotionProductDmo',
|
|
13072
|
-
'PromotionStageDmo',
|
|
13073
|
-
'PromotionStageEvent',
|
|
13074
|
-
'PromotionStageTemplateDmo',
|
|
13075
|
-
'PromotionTemplateDmo',
|
|
13076
|
-
'ProspectDmo',
|
|
13077
|
-
'ProviderOfferingDmo',
|
|
13078
|
-
'ProviderVisitChangedEvent',
|
|
13079
|
-
'PrvdManagedEventVldEvent',
|
|
13080
|
-
'PurchaserPlanAssociationDmo',
|
|
13081
|
-
'PurchaserPlanDmo',
|
|
13082
|
-
'PushUpgradeCustomization',
|
|
13083
|
-
'QueuedExecutionEventLog',
|
|
13084
|
-
'QuotUseRsrcChosenPolicy',
|
|
13085
|
-
'QuoteDmo',
|
|
13086
|
-
'QuoteDocumentCreationEvent',
|
|
13087
|
-
'QuoteProductDmo',
|
|
13088
|
-
'QuoteSaveEvent',
|
|
13089
|
-
'RealEstatePropertyDmo',
|
|
13090
|
-
'RealTimeClassificationModel',
|
|
13091
|
-
'RebateClaimDmo',
|
|
13092
|
-
'RebatePayoutSnapshot',
|
|
13093
|
-
'RecActorFeedGenEvent',
|
|
13094
|
-
'ReceivedDocumentDmo',
|
|
13095
|
-
'RecommenderStatusChgEvent',
|
|
13096
|
-
'RecordActionSelectableItemExtractDmo',
|
|
13097
|
-
'RecordAggregationLog',
|
|
13098
|
-
'RecordAggregationResultDmo',
|
|
13099
|
-
'RecordAlertDmo',
|
|
13100
|
-
'RecruitmentContentSectionDmo',
|
|
13101
|
-
'RecruitmentPostingContentSectionDmo',
|
|
13102
|
-
'RecruitmentPostingDmo',
|
|
13103
|
-
'RecruitmentRequisitionDmo',
|
|
13104
|
-
'RecruitmentRequisitionLocationDmo',
|
|
13105
|
-
'RecruitmentRequisitionParticipantDmo',
|
|
13106
|
-
'RecurrenceScheduleDmo',
|
|
13107
|
-
'ReferenceDataLoadLogDmo',
|
|
13108
|
-
'ReferralDmo',
|
|
13109
|
-
'RefrigerantEmissionFactorDmo',
|
|
13110
|
-
'RegulationClauseDmo',
|
|
13111
|
-
'RegulationClauseVersionDmo',
|
|
13112
|
-
'RegulationDmo',
|
|
13113
|
-
'RegulatoryAuthTypeProductDmo',
|
|
13114
|
-
'RegulatoryAuthorityDmo',
|
|
13115
|
-
'RegulatoryAuthorizationTypeDmo',
|
|
13116
|
-
'RegulatoryCodeAssessmentIndDmo',
|
|
13117
|
-
'RegulatoryCodeDmo',
|
|
13118
|
-
'RegulatoryCodeRelationDmo',
|
|
13119
|
-
'RegulatoryCodeViolationDmo',
|
|
13120
|
-
'RegulatoryTransactionFeeDmo',
|
|
13121
|
-
'RegulatoryTransactionFeeItemDmo',
|
|
13122
|
-
'RelationshipGraphView',
|
|
13123
|
-
'ReminderRecord',
|
|
13124
|
-
'RemoteMetadataReplayEvent',
|
|
13125
|
-
'RentalCarEmissionsFactorDmo',
|
|
13126
|
-
'RentalCarEnergyUseDmo',
|
|
13127
|
-
'ReportEventLog',
|
|
13128
|
-
'ReportExportEventLog',
|
|
13129
|
-
'ReportedConsumptionDmo',
|
|
13130
|
-
'RequiredProductDmo',
|
|
13131
|
-
'RequiredSkillDmo',
|
|
13132
|
-
'ResearchStudyCandidateDmo',
|
|
13133
|
-
'ResearchStudyCandidateIdentifierDmo',
|
|
13134
|
-
'ResearchStudyCandidateStatusPeriodDmo',
|
|
13135
|
-
'ResearchStudyDmo',
|
|
13136
|
-
'ResearchStudyIdentifierDmo',
|
|
13137
|
-
'ResearchStudyProtocolDefinitionDmo',
|
|
13138
|
-
'ResearchStudyRelationshipDmo',
|
|
13139
|
-
'ResourceWorkShiftDmo',
|
|
13140
|
-
'RestApiEventLog',
|
|
13141
|
-
'RetailStoreDmo',
|
|
13142
|
-
'RetailStoreGroupAssignmentDmo',
|
|
13143
|
-
'RetailStoreGroupDmo',
|
|
13144
|
-
'RetailStoreProductDmo',
|
|
13145
|
-
'RetailVisitKPIDmo',
|
|
13146
|
-
'ReturnOrderDmo',
|
|
13147
|
-
'ReturnOrderProdPriceAdjDmo',
|
|
13148
|
-
'ReturnOrderProductDmo',
|
|
13149
|
-
'ReturnOrderProductTaxDmo',
|
|
13150
|
-
'RevenueTransactionErrorLogDmo',
|
|
13151
|
-
'RgltyCodeRegClauseVerDmo',
|
|
13152
|
-
'RgltyCodeViolRegClVerDmo',
|
|
13153
|
-
'RpaFlowResultEvent',
|
|
13154
|
-
'Rule',
|
|
13155
|
-
'RuleAction',
|
|
13156
|
-
'RuleActionParameter',
|
|
13157
|
-
'RuleCondition',
|
|
13158
|
-
'RuleDeploymentRequestEvent',
|
|
13159
|
-
'RuleExpression',
|
|
13160
|
-
'RuleExpressionTerm',
|
|
13161
|
-
'RuleFilterCriteria',
|
|
13162
|
-
'RuleLibraryContextTag',
|
|
13163
|
-
'RuleLibraryVersionSnapshot',
|
|
13164
|
-
'RuleReferenceVariable',
|
|
13165
|
-
'RuleValue',
|
|
13166
|
-
'RuleVersion',
|
|
13167
|
-
'RuleVersionSnapshot',
|
|
13168
|
-
'Ruleset',
|
|
13169
|
-
'RulesetVersion',
|
|
13170
|
-
'RulesetVersionSnapshot',
|
|
13171
|
-
'RuntimeCatalogIndexSetting',
|
|
13172
|
-
'RuntimeCatalogSnapshot',
|
|
13173
|
-
'RuntimeCatalogSnapshotIndex',
|
|
13174
|
-
'SMSPublicationDmo',
|
|
13175
|
-
'SMSTemplateDmo',
|
|
13176
|
-
'SalesAgentAsyncHandoff',
|
|
13177
|
-
'SalesAgreementDmo',
|
|
13178
|
-
'SalesAgreementProdScheduleDmo',
|
|
13179
|
-
'SalesAgreementProductDmo',
|
|
13180
|
-
'SalesChannelDmo',
|
|
13181
|
-
'SalesModelDmo',
|
|
13182
|
-
'SalesOrderChangeLogDmo',
|
|
13183
|
-
'SalesOrderDeliveryGroupDmo',
|
|
13184
|
-
'SalesOrderDmo',
|
|
13185
|
-
'SalesOrderPaymentSummaryDmo',
|
|
13186
|
-
'SalesOrderPriceAdjustmentDmo',
|
|
13187
|
-
'SalesOrderProductDmo',
|
|
13188
|
-
'SalesOrderProductEngagementDmo',
|
|
13189
|
-
'SalesOrderProductPriceAdjustmentDmo',
|
|
13190
|
-
'SalesOrderProductPriceAdjustmentTaxDmo',
|
|
13191
|
-
'SalesOrderProductTaxDmo',
|
|
13192
|
-
'SalesStoreDmo',
|
|
13193
|
-
'SalesTerritoryDmo',
|
|
13194
|
-
'SalesTransactionFulfillmentRequestDmo',
|
|
13195
|
-
'SalesTrxnDecompositionEvent',
|
|
13196
|
-
'SalesTrxnDeleteEvent',
|
|
13197
|
-
'SalesTrxnItemPrcSht',
|
|
13198
|
-
'SalesTrxnItemPrcShtShape',
|
|
13199
|
-
'SalesforceLoginAsEventLog',
|
|
13200
|
-
'SalesforcePayment',
|
|
13201
|
-
'SandboxStatusEventLog',
|
|
13202
|
-
'SavedApplicationReferenceDmo',
|
|
13203
|
-
'SavedPaymentMethodEvent',
|
|
13204
|
-
'ScheduledReminder',
|
|
13205
|
-
'SchedulingPolicyDmo',
|
|
13206
|
-
'Scope3CarbonFootprintDmo',
|
|
13207
|
-
'Scope3EmissionsSourceDmo',
|
|
13208
|
-
'Scope3ProcurementItemDmo',
|
|
13209
|
-
'Scope3ProcurementSummaryDmo',
|
|
13210
|
-
'SdbOvenPlanOverrideRequest',
|
|
13211
|
-
'SearchBBRule',
|
|
13212
|
-
'SearchBBRuleCondition',
|
|
13213
|
-
'SearchClickEventLog',
|
|
13214
|
-
'SearchEventLog',
|
|
13215
|
-
'SearchIndexFieldConfig',
|
|
13216
|
-
'SearchIndexObjectConfig',
|
|
13217
|
-
'SearchRecencyIndexingJob',
|
|
13218
|
-
'SearchableReferenceDocumentDmo',
|
|
13219
|
-
'SelfLearningCoverageInsight',
|
|
13220
|
-
'SelfLearningCoverageRun',
|
|
13221
|
-
'SelfLearningCoverageTask',
|
|
13222
|
-
'SequenceAssignedEvent',
|
|
13223
|
-
'SequenceReconciliationState',
|
|
13224
|
-
'ServiceAppointmentAssignedResourceDmo',
|
|
13225
|
-
'ServiceAppointmentDmo',
|
|
13226
|
-
'ServiceAppointmentEvent',
|
|
13227
|
-
'ServiceAppointmentShift',
|
|
13228
|
-
'ServicePresenceStatusDmo',
|
|
13229
|
-
'ServiceProcProdtCatgProdtExtractDmo',
|
|
13230
|
-
'ServiceProcessDefinitionDmo',
|
|
13231
|
-
'ServiceRequestDmo',
|
|
13232
|
-
'ServiceScheduleRequestDmo',
|
|
13233
|
-
'ServiceTerritoryDmo',
|
|
13234
|
-
'ServiceTerritoryResourceDmo',
|
|
13235
|
-
'SetupRecordShare',
|
|
13236
|
-
'ShipmentDmo',
|
|
13237
|
-
'ShipmentProductDmo',
|
|
13238
|
-
'ShippingCarrierDmo',
|
|
13239
|
-
'ShippingCarrierMethodDmo',
|
|
13240
|
-
'ShoppingCartDmo',
|
|
13241
|
-
'ShoppingCartEngagementDmo',
|
|
13242
|
-
'ShoppingCartEventTypeDmo',
|
|
13243
|
-
'ShoppingCartProductEngagementDmo',
|
|
13244
|
-
'ShoppingWishlistEngagementDmo',
|
|
13245
|
-
'ShoppingWishlistItemEngagementDmo',
|
|
13246
|
-
'SimpleTable1',
|
|
13247
|
-
'SiqOrgMigrationStatus',
|
|
13248
|
-
'SiteEventLog',
|
|
13249
|
-
'SkillDmo',
|
|
13250
|
-
'SlackChannelRelatedRecord',
|
|
13251
|
-
'SoapApiEventLog',
|
|
13252
|
-
'SocialContributionSummaryDmo',
|
|
13253
|
-
'SocialMessageDmo',
|
|
13254
|
-
'SocialMessageEngagementDmo',
|
|
13255
|
-
'SocialPageDmo',
|
|
13256
|
-
'SoftwareApplicationDmo',
|
|
13257
|
-
'SolutionDeploymentStatus',
|
|
13258
|
-
'SolutionDplymtStepStatus',
|
|
13259
|
-
'SpecimenDmo',
|
|
13260
|
-
'SrvcMgmntRiskQstResponse',
|
|
13261
|
-
'StagedEmail',
|
|
13262
|
-
'StagedEmailMatchEvent',
|
|
13263
|
-
'StateProvinceDmo',
|
|
13264
|
-
'StationaryAssetCarbonFootprintDmo',
|
|
13265
|
-
'StationaryAssetEnergyUseDmo',
|
|
13266
|
-
'StationaryAssetEnvSourceDmo',
|
|
13267
|
-
'StationaryAssetWaterActivityDmo',
|
|
13268
|
-
'StatsInvalidationEvent',
|
|
13269
|
-
'StnryAssetWaterFootprintDmo',
|
|
13270
|
-
'SubjectAssignmentDmo',
|
|
13271
|
-
'SubjectCategoryDmo',
|
|
13272
|
-
'SubjectDmo',
|
|
13273
|
-
'Subscriber',
|
|
13274
|
-
'SuccessTeamDmo',
|
|
13275
|
-
'SuggestedAssessmentDefinitionDmo',
|
|
13276
|
-
'SuggestedAssessmentReasonDmo',
|
|
13277
|
-
'SurveyDmo',
|
|
13278
|
-
'SurveyInvitationDmo',
|
|
13279
|
-
'SurveyPageDmo',
|
|
13280
|
-
'SurveyQuestionDmo',
|
|
13281
|
-
'SurveyQuestionResponseDmo',
|
|
13282
|
-
'SurveyQuestionSectionDmo',
|
|
13283
|
-
'SurveyResponseDmo',
|
|
13284
|
-
'SurveyResponseStsChgEvent',
|
|
13285
|
-
'SurveySubjectDmo',
|
|
13286
|
-
'SurveyVersionDmo',
|
|
13287
|
-
'SustainabilityScorecardDmo',
|
|
13288
|
-
'SvcMgmtProacAgntUpdtEvnt',
|
|
13289
|
-
'SvcSchdRequestTerrSummaryDmo',
|
|
13290
|
-
'TaskDmo',
|
|
13291
|
-
'TaxDisclosureSummaryDmo',
|
|
13292
|
-
'TaxDmo',
|
|
13293
|
-
'TaxPolicyDmo',
|
|
13294
|
-
'TaxTreatmentDmo',
|
|
13295
|
-
'TeamDmo',
|
|
13296
|
-
'TeamMemberDmo',
|
|
13297
|
-
'TelematicsProviderDmo',
|
|
13298
|
-
'TelemetryTraceSpanDmo',
|
|
13299
|
-
'TenantBillingUsageEvent',
|
|
13300
|
-
'TenantConsumptionAlert',
|
|
13301
|
-
'TenantPvsnLicConsumption',
|
|
13302
|
-
'TenantPvsnProdtLicMap',
|
|
13303
|
-
'TenantPvsnProduct',
|
|
13304
|
-
'TimePeriodDmo',
|
|
13305
|
-
'TraceSpanEvent',
|
|
13306
|
-
'TradeInTenderDmo',
|
|
13307
|
-
'TransactionSecurityEventLog',
|
|
13308
|
-
'UiAgentInteractionEventLog',
|
|
13309
|
-
'UiTelemetryNavTmEventLog',
|
|
13310
|
-
'UiTelemetryRsrcTmEventLog',
|
|
13311
|
-
'UmaHighScaleData',
|
|
13312
|
-
'UnifiedAnalyticsMonEvent',
|
|
13313
|
-
'UniqueQueryEventLog',
|
|
13314
|
-
'UnitOfMeasureDmo',
|
|
13315
|
-
'UnitOfMeasureUnit',
|
|
13316
|
-
'UnitofMeasureConversionDmo',
|
|
13317
|
-
'UniversalAnomalyEvent',
|
|
13318
|
-
'UriEventLog',
|
|
13319
|
-
'UserDmo',
|
|
13320
|
-
'UserGroupDmo',
|
|
13321
|
-
'UserGroupRelationshipDmo',
|
|
13322
|
-
'UserRoleDmo',
|
|
13323
|
-
'UserSalesTerritoryDmo',
|
|
13324
|
-
'VehicleAssetCarbonFootprintDmo',
|
|
13325
|
-
'VehicleAssetEmissionsSourceDmo',
|
|
13326
|
-
'VehicleAssetEnergyUseDmo',
|
|
13327
|
-
'VehicleDefinitionDmo',
|
|
13328
|
-
'VehicleDmo',
|
|
13329
|
-
'VehiclePerformanceSummaryDmo',
|
|
13330
|
-
'VehicleTelematicsEventDmo',
|
|
13331
|
-
'VehicleTelematicsEventFaultCdMapDmo',
|
|
13332
|
-
'VehicleTripDmo',
|
|
13333
|
-
'VehicleTripDriverBehaviorDmo',
|
|
13334
|
-
'VettingEvaluationDmo',
|
|
13335
|
-
'VideoCallDmo',
|
|
13336
|
-
'ViolationEnforcementActionDmo',
|
|
13337
|
-
'ViolationTypeAssessmentIndDmo',
|
|
13338
|
-
'ViolationTypeDmo',
|
|
13339
|
-
'ViolationTypeRelationDmo',
|
|
13340
|
-
'VisitDmo',
|
|
13341
|
-
'VisitorDmo',
|
|
13342
|
-
'VisualforceRequestEventLog',
|
|
13343
|
-
'VoiceCallDmo',
|
|
13344
|
-
'VoiceCallEngagementDmo',
|
|
13345
|
-
'VoiceCallRecCmplEvent',
|
|
13346
|
-
'VoiceCallTranscript',
|
|
13347
|
-
'VoucherDefinitionDmo',
|
|
13348
|
-
'VoucherDmo',
|
|
13349
|
-
'VoucherStatusChangedEvent',
|
|
13350
|
-
'WarrantyTermDmo',
|
|
13351
|
-
'WasteFootprintDmo',
|
|
13352
|
-
'WebCartActivity',
|
|
13353
|
-
'WebEventEngagementSummaryDmo',
|
|
13354
|
-
'WebPageEngagementSummaryDmo',
|
|
13355
|
-
'WebPushMessageSubscription',
|
|
13356
|
-
'WebSearchEngagementDmo',
|
|
13357
|
-
'WebStoreCMS',
|
|
13358
|
-
'WebStoreDmo',
|
|
13359
|
-
'WebStoreLegalBody',
|
|
13360
|
-
'WebStoreMetaConfiguration',
|
|
13361
|
-
'WebStoreProductCatalogDmo',
|
|
13362
|
-
'WebStoreUserCreatedEvent',
|
|
13363
|
-
'WebpageDmo',
|
|
13364
|
-
'WebsiteDmo',
|
|
13365
|
-
'WebsiteEngagementDmo',
|
|
13366
|
-
'WebsiteEventDmo',
|
|
13367
|
-
'WebsiteItemEngagementDmo',
|
|
13368
|
-
'WebsitePublicationDmo',
|
|
13369
|
-
'WebsiteSourceDmo',
|
|
13370
|
-
'WebsiteWebStoreDmo',
|
|
13371
|
-
'WorkOrderDmo',
|
|
13372
|
-
'WorkOrderItemDmo',
|
|
13373
|
-
'WorkResourceAbsenceDmo',
|
|
13374
|
-
'WorkResourceDmo',
|
|
13375
|
-
'WorkResourceSkillDmo',
|
|
13376
|
-
'WorkTypeDmo',
|
|
13377
|
-
'WorkTypeGroupRoleDmo',
|
|
13378
|
-
'WorkerCompensationCoverageClassDmo',
|
|
13379
|
-
'WorkflowSLAAction',
|
|
13380
|
-
'YourAccountDataEvent',
|
|
13381
|
-
]);
|
|
13382
|
-
|
|
13383
10512
|
const MAX_RECORD_DEPTH = 5;
|
|
13384
10513
|
const FIELD_SEPARATOR = '.';
|
|
13385
10514
|
const SCALAR_VALUE_SELECTION = {
|
|
@@ -14101,16 +11230,6 @@ function writeMissingFieldToStore(field, fieldName) {
|
|
|
14101
11230
|
isMissing: true,
|
|
14102
11231
|
});
|
|
14103
11232
|
}
|
|
14104
|
-
/**
|
|
14105
|
-
* Tells you if an objectApiName is supported by UI API or not.
|
|
14106
|
-
* Note: Since 244, all newly created entities are UIAPI enabled by default. See rules in ui-services-private-object-allow-list.yaml. Entities before 244 must be explicitly denied in ui-services-private-object-deny-list.yaml.
|
|
14107
|
-
* @param objectApiName the object API name from a record.
|
|
14108
|
-
* @return True if the provided objectApiName is supported in UI API.
|
|
14109
|
-
*/
|
|
14110
|
-
function isSupportedEntity(objectApiName) {
|
|
14111
|
-
return (UIAPI_SUPPORTED_ENTITY_API_NAMES.has(objectApiName) ||
|
|
14112
|
-
!UIAPI_DENIED_ENTITY_API_NAMES.has(objectApiName));
|
|
14113
|
-
}
|
|
14114
11233
|
/** Return true if a >= b */
|
|
14115
11234
|
function isSuperset(a, b) {
|
|
14116
11235
|
if (b.length > a.length) {
|