@salesforce/lds-adapters-uiapi 1.425.0 → 1.427.0
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/es/es2018/types/src/__mocks__/force/uiApiEnabledCheck.d.ts +1 -0
- package/dist/es/es2018/types/src/util/records.d.ts +1 -8
- package/dist/es/es2018/uiapi-records-service.js +3 -2883
- package/package.json +7 -7
- package/sfdc/graphqlAdapters.js +1 -1
- package/sfdc/index.js +4 -2884
- package/sfdc/uiapi-static-functions.js +2 -0
package/sfdc/index.js
CHANGED
|
@@ -15,6 +15,8 @@
|
|
|
15
15
|
import { createInstrumentedAdapter, createLDSAdapter, createWireAdapterConstructor, createInfiniteScrollingWireAdapterConstructor, createImperativeAdapter, bindWireRefresh, refresh as refresh$2 } from 'force/ldsBindings';
|
|
16
16
|
import { register, withDefaultLuvio } from 'force/ldsEngine';
|
|
17
17
|
import { serializeStructuredKey, ingestShape, coerceConfig as coerceConfig$1, typeCheckConfig as typeCheckConfig$17, createResourceParams as createResourceParams$13, StoreKeyMap, StoreKeySet, deepFreeze, buildNetworkSnapshotCachePolicy as buildNetworkSnapshotCachePolicy$S, HttpStatusCode, coerceAdapterRequestContext, Wildcard } from 'force/luvioEngine';
|
|
18
|
+
import { isSupportedEntity } from 'force/uiApiEnabledCheck';
|
|
19
|
+
export { isSupportedEntity } from 'force/uiApiEnabledCheck';
|
|
18
20
|
export { createRecordInputFilteredByEditedFields, generateRecordInputForCreate, generateRecordInputForUpdate, getFieldDisplayValue, getFieldValue, getRecordInput } from './uiapi-static-functions';
|
|
19
21
|
|
|
20
22
|
/**
|
|
@@ -3222,2878 +3224,6 @@ const notifyUpdateAvailableFactory$5 = (luvio) => {
|
|
|
3222
3224
|
*/
|
|
3223
3225
|
const MAIN_RECORD_TYPE_ID = '012000000000000AAA';
|
|
3224
3226
|
|
|
3225
|
-
/**
|
|
3226
|
-
* A set of the string names of known entities.
|
|
3227
|
-
*
|
|
3228
|
-
* Generated
|
|
3229
|
-
* from: ui-services-private-object-allow-list.yaml
|
|
3230
|
-
* API version: 66
|
|
3231
|
-
* at: Tue, 18 Nov 2025 19:41:55 GMT
|
|
3232
|
-
*/
|
|
3233
|
-
const UIAPI_SUPPORTED_ENTITY_API_NAMES = new Set([
|
|
3234
|
-
'AIFeatureExtractor',
|
|
3235
|
-
'AIPredictionScore',
|
|
3236
|
-
'AISentimentResult',
|
|
3237
|
-
'AIUsecaseDefinition',
|
|
3238
|
-
'AIUsecaseFieldMapping',
|
|
3239
|
-
'AIUsecaseModel',
|
|
3240
|
-
'AcademicSession',
|
|
3241
|
-
'AcademicTerm',
|
|
3242
|
-
'AcademicTermEnrollment',
|
|
3243
|
-
'AcademicYear',
|
|
3244
|
-
'Account',
|
|
3245
|
-
'AccountAccountRelation',
|
|
3246
|
-
'AccountBrand',
|
|
3247
|
-
'AccountContactRelation',
|
|
3248
|
-
'AccountForecast',
|
|
3249
|
-
'AccountForecastAdjustment',
|
|
3250
|
-
'AccountForecastPeriodMetric',
|
|
3251
|
-
'AccountParticipant',
|
|
3252
|
-
'AccountPartner',
|
|
3253
|
-
'AccountProductForecast',
|
|
3254
|
-
'AccountProductPeriodForecast',
|
|
3255
|
-
'AccountRelationship',
|
|
3256
|
-
'AccountTeamMember',
|
|
3257
|
-
'Accreditation',
|
|
3258
|
-
'AcctMgrPeriodicTargetDstr',
|
|
3259
|
-
'AcctMgrTarget',
|
|
3260
|
-
'AcctMgrTargetDstr',
|
|
3261
|
-
'ActionCadence',
|
|
3262
|
-
'ActionCadenceStep',
|
|
3263
|
-
'ActionCadenceStepTracker',
|
|
3264
|
-
'ActionCadenceTracker',
|
|
3265
|
-
'ActionPlan',
|
|
3266
|
-
'ActionPlanBaseTemplateAsgn',
|
|
3267
|
-
'ActionPlanItem',
|
|
3268
|
-
'ActionPlanItemDependency',
|
|
3269
|
-
'ActionPlanTemplate',
|
|
3270
|
-
'ActionPlanTemplateAssignment',
|
|
3271
|
-
'ActionPlanTemplateItem',
|
|
3272
|
-
'ActionPlanTemplateItemValue',
|
|
3273
|
-
'ActionPlanTemplateVersion',
|
|
3274
|
-
'ActionPlanTmplItmAssessmentInd',
|
|
3275
|
-
'ActionPlnTmplItmDependency',
|
|
3276
|
-
'ActionVisibility',
|
|
3277
|
-
'ActionableList',
|
|
3278
|
-
'ActionableListColumn',
|
|
3279
|
-
'ActionableListMember',
|
|
3280
|
-
'ActionableListMemberStatus',
|
|
3281
|
-
'ActivationTarget',
|
|
3282
|
-
'ActiveScratchOrg',
|
|
3283
|
-
'ActivityMetric',
|
|
3284
|
-
'ActivityMetricRollup',
|
|
3285
|
-
'ActivityTiming',
|
|
3286
|
-
'AdBuyServerAccount',
|
|
3287
|
-
'AdCreativeSizeType',
|
|
3288
|
-
'AdOpportunity',
|
|
3289
|
-
'AdOrderItem',
|
|
3290
|
-
'AdOrderItemCreativeSizeType',
|
|
3291
|
-
'AdOrderItemPrintIssue',
|
|
3292
|
-
'AdOrderItemUnitsSplit',
|
|
3293
|
-
'AdOrderLineAdTarget',
|
|
3294
|
-
'AdPageLayoutType',
|
|
3295
|
-
'AdProductDefaultTargetCategory',
|
|
3296
|
-
'AdProductTargetCategory',
|
|
3297
|
-
'AdQuote',
|
|
3298
|
-
'AdQuoteLine',
|
|
3299
|
-
'AdQuoteLineAdTarget',
|
|
3300
|
-
'AdQuoteLineCreativeSizeType',
|
|
3301
|
-
'AdQuoteLinePrintIssue',
|
|
3302
|
-
'AdQuoteLineUnitsSplit',
|
|
3303
|
-
'AdServer',
|
|
3304
|
-
'AdServerAccount',
|
|
3305
|
-
'AdServerUser',
|
|
3306
|
-
'AdSpaceCreativeSizeType',
|
|
3307
|
-
'AdSpaceGroupMember',
|
|
3308
|
-
'AdSpaceSpecification',
|
|
3309
|
-
'AdSpecMediaPrintIssue',
|
|
3310
|
-
'AdTargetCategory',
|
|
3311
|
-
'AdTargetCategorySegment',
|
|
3312
|
-
'AdUsage',
|
|
3313
|
-
'AdUsageSummary',
|
|
3314
|
-
'AddOnDefinition',
|
|
3315
|
-
'Address',
|
|
3316
|
-
'AdvAccountForecastFact',
|
|
3317
|
-
'AdvAcctForecastSetPartner',
|
|
3318
|
-
'AdvAcctForecastSetUse',
|
|
3319
|
-
'AiDataset',
|
|
3320
|
-
'AiImageDetectedObject',
|
|
3321
|
-
'AiImageTrainingObject',
|
|
3322
|
-
'AiVisionModel',
|
|
3323
|
-
'AiVisionModelMetric',
|
|
3324
|
-
'AiVisionModelObjectMetric',
|
|
3325
|
-
'AiVisitRecommendRequest',
|
|
3326
|
-
'AiVisitRecommendation',
|
|
3327
|
-
'AiVisitSummary',
|
|
3328
|
-
'AiVisitTaskRcmd',
|
|
3329
|
-
'AiVisitTaskRcmdRequest',
|
|
3330
|
-
'AirTravelEmssnFctr',
|
|
3331
|
-
'AirTravelEnrgyUse',
|
|
3332
|
-
'AllergyIntolerance',
|
|
3333
|
-
'AlternativePaymentMethod',
|
|
3334
|
-
'AnnualEmssnInventory',
|
|
3335
|
-
'AnnualEmssnRdctnTarget',
|
|
3336
|
-
'AntiCorruptionInitSum',
|
|
3337
|
-
'ApiAnomalyEventStore',
|
|
3338
|
-
'AppAnalyticsDeliveryConfig',
|
|
3339
|
-
'AppAnalyticsQueryRequest',
|
|
3340
|
-
'AppExtension',
|
|
3341
|
-
'AppMenuItem',
|
|
3342
|
-
'AppUsageAssignment',
|
|
3343
|
-
'ApplicationCase',
|
|
3344
|
-
'ApplicationDecision',
|
|
3345
|
-
'ApplicationFormTemplate',
|
|
3346
|
-
'ApplicationRecommendation',
|
|
3347
|
-
'ApplicationRecommender',
|
|
3348
|
-
'ApplicationReview',
|
|
3349
|
-
'ApplicationTimeline',
|
|
3350
|
-
'AppointmentInvitation',
|
|
3351
|
-
'AppointmentInvitee',
|
|
3352
|
-
'AppointmentReason',
|
|
3353
|
-
'AppointmentTopicTimeSlot',
|
|
3354
|
-
'ApptBundleAggrDurDnscale',
|
|
3355
|
-
'ApptBundleAggrPolicy',
|
|
3356
|
-
'ApptBundleConfig',
|
|
3357
|
-
'ApptBundlePolicy',
|
|
3358
|
-
'ApptBundlePolicySvcTerr',
|
|
3359
|
-
'ApptBundlePropagatePolicy',
|
|
3360
|
-
'ApptBundleRestrictPolicy',
|
|
3361
|
-
'ApptBundleSortPolicy',
|
|
3362
|
-
'ApptReasonEngmtChannelType',
|
|
3363
|
-
'AsmtQstnRespRecommendation',
|
|
3364
|
-
'Assessment',
|
|
3365
|
-
'AssessmentEnvelope',
|
|
3366
|
-
'AssessmentEnvelopeItem',
|
|
3367
|
-
'AssessmentIndDefinedValue',
|
|
3368
|
-
'AssessmentIndValue',
|
|
3369
|
-
'AssessmentIndicatorDefinition',
|
|
3370
|
-
'AssessmentQuestion',
|
|
3371
|
-
'AssessmentQuestionAssignment',
|
|
3372
|
-
'AssessmentQuestionResponse',
|
|
3373
|
-
'AssessmentQuestionSet',
|
|
3374
|
-
'AssessmentQuestionVersion',
|
|
3375
|
-
'AssessmentSignature',
|
|
3376
|
-
'AssessmentTask',
|
|
3377
|
-
'AssessmentTaskContentDocument',
|
|
3378
|
-
'AssessmentTaskDefinition',
|
|
3379
|
-
'AssessmentTaskIndDefinition',
|
|
3380
|
-
'AssessmentTaskOrder',
|
|
3381
|
-
'Asset',
|
|
3382
|
-
'AssetAccountParticipant',
|
|
3383
|
-
'AssetAction',
|
|
3384
|
-
'AssetActionSource',
|
|
3385
|
-
'AssetAttribute',
|
|
3386
|
-
'AssetContactParticipant',
|
|
3387
|
-
'AssetDowntimePeriod',
|
|
3388
|
-
'AssetMilestone',
|
|
3389
|
-
'AssetRelationship',
|
|
3390
|
-
'AssetStatePeriod',
|
|
3391
|
-
'AssetWarranty',
|
|
3392
|
-
'AssignedResource',
|
|
3393
|
-
'AssistantText',
|
|
3394
|
-
'AssociatedLocation',
|
|
3395
|
-
'Assortment',
|
|
3396
|
-
'AssortmentProduct',
|
|
3397
|
-
'AsyncOperationLog',
|
|
3398
|
-
'AttachedContentNote',
|
|
3399
|
-
'AttributeCategory',
|
|
3400
|
-
'AttributeCategoryDataTranslation',
|
|
3401
|
-
'AttributeDefinition',
|
|
3402
|
-
'AttributeDefinitionDataTranslation',
|
|
3403
|
-
'AttributePicklist',
|
|
3404
|
-
'AttributePicklistValue',
|
|
3405
|
-
'AttributePicklistValueDataTranslation',
|
|
3406
|
-
'AuthApplicationAsset',
|
|
3407
|
-
'AuthApplicationPlace',
|
|
3408
|
-
'AuthFormRequestRecord',
|
|
3409
|
-
'AuthLocationAccessSchedule',
|
|
3410
|
-
'AuthorNote',
|
|
3411
|
-
'AuthorizationForm',
|
|
3412
|
-
'AuthorizationFormConsent',
|
|
3413
|
-
'AuthorizationFormDataUse',
|
|
3414
|
-
'AuthorizationFormText',
|
|
3415
|
-
'AuthorizedInsuranceLine',
|
|
3416
|
-
'AutomatedAction',
|
|
3417
|
-
'AutomatedActionCondition',
|
|
3418
|
-
'AutomatedActionParameter',
|
|
3419
|
-
'Award',
|
|
3420
|
-
'BCEntityPermission',
|
|
3421
|
-
'BCEntityPermissionSet',
|
|
3422
|
-
'BCFieldPermission',
|
|
3423
|
-
'BCParticipant',
|
|
3424
|
-
'BCParticipantAccess',
|
|
3425
|
-
'BCPermissionSet',
|
|
3426
|
-
'BCRecordAccess',
|
|
3427
|
-
'BCRecordAccessApproval',
|
|
3428
|
-
'BCRelatedParticipant',
|
|
3429
|
-
'BackgroundOperation',
|
|
3430
|
-
'Banker',
|
|
3431
|
-
'BatchJob',
|
|
3432
|
-
'BatchJobPartFailedRecord',
|
|
3433
|
-
'Benefit',
|
|
3434
|
-
'BenefitAssignment',
|
|
3435
|
-
'BenefitAssignmentAdjustment',
|
|
3436
|
-
'BenefitDisbursement',
|
|
3437
|
-
'BenefitDisbursementAdj',
|
|
3438
|
-
'BenefitParameterValue',
|
|
3439
|
-
'BenefitSchedule',
|
|
3440
|
-
'BenefitSession',
|
|
3441
|
-
'BenefitType',
|
|
3442
|
-
'BillingBatchFilterCriteria',
|
|
3443
|
-
'BillingBatchScheduler',
|
|
3444
|
-
'BillingPeriodItem',
|
|
3445
|
-
'BillingPolicy',
|
|
3446
|
-
'BillingSchedule',
|
|
3447
|
-
'BillingScheduleCreationStatus',
|
|
3448
|
-
'BillingScheduleGroup',
|
|
3449
|
-
'BillingTreatment',
|
|
3450
|
-
'BillingTreatmentItem',
|
|
3451
|
-
'BldgEnrgyIntensity',
|
|
3452
|
-
'BldgEnrgyIntensityVal',
|
|
3453
|
-
'BldgSizeCategory',
|
|
3454
|
-
'BlockchainAppMember',
|
|
3455
|
-
'BlockchainApplication',
|
|
3456
|
-
'BlockchainEntity',
|
|
3457
|
-
'BlockchainField',
|
|
3458
|
-
'BlockchainMember',
|
|
3459
|
-
'BoardCertification',
|
|
3460
|
-
'BotDefinition',
|
|
3461
|
-
'BranchUnit',
|
|
3462
|
-
'BranchUnitBusinessMember',
|
|
3463
|
-
'BranchUnitCustomer',
|
|
3464
|
-
'BranchUnitRelatedRecord',
|
|
3465
|
-
'BroadcastCommAudience',
|
|
3466
|
-
'BroadcastCommunication',
|
|
3467
|
-
'BroadcastTopic',
|
|
3468
|
-
'Budget',
|
|
3469
|
-
'BudgetAllocation',
|
|
3470
|
-
'BudgetCategory',
|
|
3471
|
-
'BudgetCategoryValue',
|
|
3472
|
-
'BudgetPeriod',
|
|
3473
|
-
'BundledCareFeeAgreement',
|
|
3474
|
-
'BusRegAuthTypeDependency',
|
|
3475
|
-
'BusRegAuthorizationType',
|
|
3476
|
-
'BusinessAlert',
|
|
3477
|
-
'BusinessAlertStatus',
|
|
3478
|
-
'BusinessBrand',
|
|
3479
|
-
'BusinessHours',
|
|
3480
|
-
'BusinessLicense',
|
|
3481
|
-
'BusinessLicenseApplication',
|
|
3482
|
-
'BusinessMilestone',
|
|
3483
|
-
'BusinessProfile',
|
|
3484
|
-
'BusinessType',
|
|
3485
|
-
'BuyerAccount',
|
|
3486
|
-
'BuyerGroup',
|
|
3487
|
-
'BuyerGroupPricebook',
|
|
3488
|
-
'CalcProcStepRelationship',
|
|
3489
|
-
'CalculationMatrix',
|
|
3490
|
-
'CalculationMatrixColumn',
|
|
3491
|
-
'CalculationMatrixRow',
|
|
3492
|
-
'CalculationMatrixVersion',
|
|
3493
|
-
'CalculationProcedure',
|
|
3494
|
-
'CalculationProcedureStep',
|
|
3495
|
-
'CalculationProcedureVariable',
|
|
3496
|
-
'CalculationProcedureVersion',
|
|
3497
|
-
'Campaign',
|
|
3498
|
-
'CampaignInfluence',
|
|
3499
|
-
'CampaignInsight',
|
|
3500
|
-
'CampaignMember',
|
|
3501
|
-
'CampaignMemberStatus',
|
|
3502
|
-
'CapitationCareFeeAgreement',
|
|
3503
|
-
'CardPaymentMethod',
|
|
3504
|
-
'CareBarrier',
|
|
3505
|
-
'CareBarrierDeterminant',
|
|
3506
|
-
'CareBarrierType',
|
|
3507
|
-
'CareBenefitVerifyRequest',
|
|
3508
|
-
'CareDeterminant',
|
|
3509
|
-
'CareDeterminantType',
|
|
3510
|
-
'CareDiagnosis',
|
|
3511
|
-
'CareEpisode',
|
|
3512
|
-
'CareEpisodeDetail',
|
|
3513
|
-
'CareFeeScheduleItem',
|
|
3514
|
-
'CareInterventionType',
|
|
3515
|
-
'CareLimitType',
|
|
3516
|
-
'CareMetricTarget',
|
|
3517
|
-
'CareObservation',
|
|
3518
|
-
'CareObservationComponent',
|
|
3519
|
-
'CarePerformer',
|
|
3520
|
-
'CarePgmEnrolleeWkOrdStep',
|
|
3521
|
-
'CarePgmEnrolleeWorkOrder',
|
|
3522
|
-
'CarePgmProvHealthcareProvider',
|
|
3523
|
-
'CarePlan',
|
|
3524
|
-
'CarePlanActivity',
|
|
3525
|
-
'CarePlanActivityDetail',
|
|
3526
|
-
'CarePlanDetail',
|
|
3527
|
-
'CarePlanTemplate',
|
|
3528
|
-
'CarePlanTemplateBenefit',
|
|
3529
|
-
'CarePlanTemplateGoal',
|
|
3530
|
-
'CarePlanTemplateProblem',
|
|
3531
|
-
'CarePractnFacilityAppt',
|
|
3532
|
-
'CarePreauth',
|
|
3533
|
-
'CarePreauthItem',
|
|
3534
|
-
'CareProgram',
|
|
3535
|
-
'CareProgramCampaign',
|
|
3536
|
-
'CareProgramEligibilityRule',
|
|
3537
|
-
'CareProgramEnrollee',
|
|
3538
|
-
'CareProgramEnrolleeProduct',
|
|
3539
|
-
'CareProgramEnrollmentCard',
|
|
3540
|
-
'CareProgramGoal',
|
|
3541
|
-
'CareProgramProduct',
|
|
3542
|
-
'CareProgramProvider',
|
|
3543
|
-
'CareProgramTeamMember',
|
|
3544
|
-
'CareProviderAdverseAction',
|
|
3545
|
-
'CareProviderFacilitySpecialty',
|
|
3546
|
-
'CareProviderSearchableField',
|
|
3547
|
-
'CareRegisteredDevice',
|
|
3548
|
-
'CareRequest',
|
|
3549
|
-
'CareRequestDrug',
|
|
3550
|
-
'CareRequestExtension',
|
|
3551
|
-
'CareRequestItem',
|
|
3552
|
-
'CareRequestReviewer',
|
|
3553
|
-
'CareSpecialty',
|
|
3554
|
-
'CareSpecialtyTaxonomy',
|
|
3555
|
-
'CareTaxonomy',
|
|
3556
|
-
'CartDeliveryGroup',
|
|
3557
|
-
'CartItem',
|
|
3558
|
-
'CartTax',
|
|
3559
|
-
'Case',
|
|
3560
|
-
'CaseArticle',
|
|
3561
|
-
'CaseComment',
|
|
3562
|
-
'CaseContactRole',
|
|
3563
|
-
'CaseMilestone',
|
|
3564
|
-
'CaseParticipant',
|
|
3565
|
-
'CaseProgram',
|
|
3566
|
-
'CaseRelatedIssue',
|
|
3567
|
-
'CategorizedCareFeeAgreement',
|
|
3568
|
-
'ChangeRequest',
|
|
3569
|
-
'ChangeRequestRelatedIssue',
|
|
3570
|
-
'ChangeRequestRelatedItem',
|
|
3571
|
-
'ChannelObjectLinkingRule',
|
|
3572
|
-
'ChannelProgram',
|
|
3573
|
-
'ChannelProgramLevel',
|
|
3574
|
-
'ChannelProgramMember',
|
|
3575
|
-
'Claim',
|
|
3576
|
-
'ClaimCase',
|
|
3577
|
-
'ClaimCovPaymentAdjustment',
|
|
3578
|
-
'ClaimCovReserveAdjustment',
|
|
3579
|
-
'ClaimCoverage',
|
|
3580
|
-
'ClaimCoveragePaymentDetail',
|
|
3581
|
-
'ClaimCoverageReserveDetail',
|
|
3582
|
-
'ClaimItem',
|
|
3583
|
-
'ClaimParticipant',
|
|
3584
|
-
'ClaimPaymentSummary',
|
|
3585
|
-
'ClaimPayoutPlan',
|
|
3586
|
-
'ClaimRecovery',
|
|
3587
|
-
'ClaimTeamMember',
|
|
3588
|
-
'ClauseCatgConfiguration',
|
|
3589
|
-
'ClinicalAlert',
|
|
3590
|
-
'ClinicalDetectedIssue',
|
|
3591
|
-
'ClinicalDetectedIssueDetail',
|
|
3592
|
-
'ClinicalEncounter',
|
|
3593
|
-
'ClinicalEncounterDiagnosis',
|
|
3594
|
-
'ClinicalEncounterFacility',
|
|
3595
|
-
'ClinicalEncounterIdentifier',
|
|
3596
|
-
'ClinicalEncounterProvider',
|
|
3597
|
-
'ClinicalEncounterReason',
|
|
3598
|
-
'ClinicalEncounterSvcRequest',
|
|
3599
|
-
'ClinicalServiceRequest',
|
|
3600
|
-
'ClinicalServiceRequestDetail',
|
|
3601
|
-
'CloudServiceProvider',
|
|
3602
|
-
'CodeSet',
|
|
3603
|
-
'CodeSetBundle',
|
|
3604
|
-
'CodeSetRelationship',
|
|
3605
|
-
'CollaborationRoom',
|
|
3606
|
-
'CommSubscription',
|
|
3607
|
-
'CommSubscriptionChannelType',
|
|
3608
|
-
'CommSubscriptionConsent',
|
|
3609
|
-
'CommSubscriptionTiming',
|
|
3610
|
-
'CommerceEntitlementPolicy',
|
|
3611
|
-
'CommissionSchedule',
|
|
3612
|
-
'CommissionScheduleAssignment',
|
|
3613
|
-
'CommsRegionDiscount',
|
|
3614
|
-
'CommsVolumeDiscount',
|
|
3615
|
-
'ComplaintCase',
|
|
3616
|
-
'ComplaintParticipant',
|
|
3617
|
-
'ConsentMetric',
|
|
3618
|
-
'ConsentUsageMetric',
|
|
3619
|
-
'ConstituentRole',
|
|
3620
|
-
'ConsumptionRate',
|
|
3621
|
-
'ConsumptionSchedule',
|
|
3622
|
-
'Contact',
|
|
3623
|
-
'ContactContactRelation',
|
|
3624
|
-
'ContactEncounter',
|
|
3625
|
-
'ContactEncounterParticipant',
|
|
3626
|
-
'ContactPointAddress',
|
|
3627
|
-
'ContactPointConsent',
|
|
3628
|
-
'ContactPointEmail',
|
|
3629
|
-
'ContactPointPhone',
|
|
3630
|
-
'ContactPointTypeConsent',
|
|
3631
|
-
'ContactProfile',
|
|
3632
|
-
'ContactRequest',
|
|
3633
|
-
'ContentDocument',
|
|
3634
|
-
'ContentDocumentLink',
|
|
3635
|
-
'ContentDocumentListViewMapping',
|
|
3636
|
-
'ContentFolderItem',
|
|
3637
|
-
'ContentFolderLink',
|
|
3638
|
-
'ContentNote',
|
|
3639
|
-
'ContentVersion',
|
|
3640
|
-
'ContentWorkspace',
|
|
3641
|
-
'Contract',
|
|
3642
|
-
'ContractContactRole',
|
|
3643
|
-
'ContractDocVerContentDoc',
|
|
3644
|
-
'ContractDocVersionSection',
|
|
3645
|
-
'ContractDocumentVersion',
|
|
3646
|
-
'ContractGroupPlan',
|
|
3647
|
-
'ContractGroupPlanGroupClass',
|
|
3648
|
-
'ContractLineItem',
|
|
3649
|
-
'ContractLineOutcome',
|
|
3650
|
-
'ContractLineOutcomeData',
|
|
3651
|
-
'ContractPaymentAgreement',
|
|
3652
|
-
'ContractType',
|
|
3653
|
-
'ContractTypeConfig',
|
|
3654
|
-
'ConversationBroadcast',
|
|
3655
|
-
'ConversationBroadcastEntry',
|
|
3656
|
-
'Coupon',
|
|
3657
|
-
'CourseOffering',
|
|
3658
|
-
'CourseOfferingParticipant',
|
|
3659
|
-
'CourseOfferingPtcpResult',
|
|
3660
|
-
'CourseOfferingSchedule',
|
|
3661
|
-
'CourseOfferingScheduleTmpl',
|
|
3662
|
-
'CoverageBenefit',
|
|
3663
|
-
'CoverageBenefitItem',
|
|
3664
|
-
'CoverageBenefitItemLimit',
|
|
3665
|
-
'CoverageLimit',
|
|
3666
|
-
'CoverageType',
|
|
3667
|
-
'CrbnCreditAlloc',
|
|
3668
|
-
'CrbnCreditAllocItem',
|
|
3669
|
-
'CrbnCreditDistribution',
|
|
3670
|
-
'CrbnCreditProject',
|
|
3671
|
-
'CrbnEmssnScopeAlloc',
|
|
3672
|
-
'CrbnEmssnScopeAllocVal',
|
|
3673
|
-
'CredentialStuffingEventStore',
|
|
3674
|
-
'CreditMemo',
|
|
3675
|
-
'CreditMemoAddressGroup',
|
|
3676
|
-
'CreditMemoInvApplication',
|
|
3677
|
-
'CreditMemoLine',
|
|
3678
|
-
'Crisis',
|
|
3679
|
-
'CryptoProdCatgWalletGroup',
|
|
3680
|
-
'CryptoProdtCatgWalletRole',
|
|
3681
|
-
'CryptoProduct',
|
|
3682
|
-
'CryptoTransEnvelopeChgLog',
|
|
3683
|
-
'CryptoTransaction',
|
|
3684
|
-
'CryptoTransactionEnvelope',
|
|
3685
|
-
'CryptoWallet',
|
|
3686
|
-
'CryptoWalletGroup',
|
|
3687
|
-
'CryptoWalletGroupItem',
|
|
3688
|
-
'CspTrustedSite',
|
|
3689
|
-
'CustomObjectParticipant',
|
|
3690
|
-
'Customer',
|
|
3691
|
-
'CustomerProperty',
|
|
3692
|
-
'DandBCompany',
|
|
3693
|
-
'DataAction',
|
|
3694
|
-
'DataActionTarget',
|
|
3695
|
-
'DataConnectorS3',
|
|
3696
|
-
'DataLakeObjectInstance',
|
|
3697
|
-
'DataSpace',
|
|
3698
|
-
'DataStream',
|
|
3699
|
-
'DataUseLegalBasis',
|
|
3700
|
-
'DataUsePurpose',
|
|
3701
|
-
'DelegatedAccount',
|
|
3702
|
-
'DeleteEvent',
|
|
3703
|
-
'DeliveryTask',
|
|
3704
|
-
'DiagnosticSummary',
|
|
3705
|
-
'DiagnosticSummaryDetail',
|
|
3706
|
-
'DigitalSignature',
|
|
3707
|
-
'DigitalWallet',
|
|
3708
|
-
'Disclosure',
|
|
3709
|
-
'DisclosureDefinition',
|
|
3710
|
-
'DisclosureDefinitionVersion',
|
|
3711
|
-
'DisclosureType',
|
|
3712
|
-
'DisclsReportingPeriod',
|
|
3713
|
-
'DistributorAuthorization',
|
|
3714
|
-
'DivrsEquityInclSum',
|
|
3715
|
-
'DocTemplateSectionCondition',
|
|
3716
|
-
'DocumentChecklistItem',
|
|
3717
|
-
'DocumentClause',
|
|
3718
|
-
'DocumentClauseSet',
|
|
3719
|
-
'DocumentEnvelope',
|
|
3720
|
-
'DocumentGenerationProcess',
|
|
3721
|
-
'DocumentGenerationSetting',
|
|
3722
|
-
'DocumentRecipient',
|
|
3723
|
-
'DocumentTemplate',
|
|
3724
|
-
'DocumentTemplateContentDoc',
|
|
3725
|
-
'DocumentTemplateSection',
|
|
3726
|
-
'DocumentTemplateToken',
|
|
3727
|
-
'DrugDisplayTerm',
|
|
3728
|
-
'DsarPolicyLog',
|
|
3729
|
-
'DuplicateRecordItem',
|
|
3730
|
-
'DuplicateRecordSet',
|
|
3731
|
-
'ECart',
|
|
3732
|
-
'EconomicPerformanceSum',
|
|
3733
|
-
'Edgemart',
|
|
3734
|
-
'EditionDefinition',
|
|
3735
|
-
'EducationalInfoRequest',
|
|
3736
|
-
'ElectricityEmssnFctrSet',
|
|
3737
|
-
'ElectronicMediaGroup',
|
|
3738
|
-
'EmailContent',
|
|
3739
|
-
'EmailMessage',
|
|
3740
|
-
'EmailMessageRelation',
|
|
3741
|
-
'EmailTemplate',
|
|
3742
|
-
'EmissionsActivity',
|
|
3743
|
-
'EmissionsForecastFact',
|
|
3744
|
-
'EmpBenefitSummary',
|
|
3745
|
-
'EmpUserProvisionProcessErr',
|
|
3746
|
-
'EmpUserProvisioningProcess',
|
|
3747
|
-
'Employee',
|
|
3748
|
-
'EmployeeAsset',
|
|
3749
|
-
'EmployeeContact',
|
|
3750
|
-
'EmployeeCrisisAssessment',
|
|
3751
|
-
'EmployeeDemographicSum',
|
|
3752
|
-
'EmployeeDevelopmentSum',
|
|
3753
|
-
'EmployeeJob',
|
|
3754
|
-
'EmployeeJobPosition',
|
|
3755
|
-
'EmployeeOrganization',
|
|
3756
|
-
'EmssnRdctnCommitment',
|
|
3757
|
-
'EmssnReductionTarget',
|
|
3758
|
-
'EnablementProgram',
|
|
3759
|
-
'EnblPgmTaskMeasureProgress',
|
|
3760
|
-
'EnblProgramSection',
|
|
3761
|
-
'EnblProgramTaskDefinition',
|
|
3762
|
-
'EnblProgramTaskMeasure',
|
|
3763
|
-
'EnblProgramTaskProgress',
|
|
3764
|
-
'EngagementAttendee',
|
|
3765
|
-
'EngagementChannelType',
|
|
3766
|
-
'EngagementChannelWorkType',
|
|
3767
|
-
'EngagementInteraction',
|
|
3768
|
-
'EngagementProgram',
|
|
3769
|
-
'EngagementProgramVersion',
|
|
3770
|
-
'EngagementTopic',
|
|
3771
|
-
'EnhancedEmailTemplate',
|
|
3772
|
-
'EnhancedLetterhead',
|
|
3773
|
-
'EnrollmentEligibilityCriteria',
|
|
3774
|
-
'Entitlement',
|
|
3775
|
-
'EntitlementContact',
|
|
3776
|
-
'EntityArchivingException',
|
|
3777
|
-
'EntityArchivingJob',
|
|
3778
|
-
'EntityArchivingSetup',
|
|
3779
|
-
'EntityDefinition',
|
|
3780
|
-
'EntityMilestone',
|
|
3781
|
-
'EnvironmentHubMember',
|
|
3782
|
-
'EnvironmentalRisk',
|
|
3783
|
-
'Examination',
|
|
3784
|
-
'Expense',
|
|
3785
|
-
'ExpenseReport',
|
|
3786
|
-
'ExpenseReportEntry',
|
|
3787
|
-
'ExplainabilityMsgTemplate',
|
|
3788
|
-
'ExpressionSet',
|
|
3789
|
-
'ExpressionSetVersion',
|
|
3790
|
-
'ExpressionSetView',
|
|
3791
|
-
'ExtDataShare',
|
|
3792
|
-
'ExtDataShareTarget',
|
|
3793
|
-
'ExternalAccountHierarchy',
|
|
3794
|
-
'FTestVirtualBpoLookup',
|
|
3795
|
-
'FeeScheduleDefinition',
|
|
3796
|
-
'FeedItem',
|
|
3797
|
-
'FieldPermissions',
|
|
3798
|
-
'FieldServiceMobileExtension',
|
|
3799
|
-
'FieldServiceMobileSettings',
|
|
3800
|
-
'FieldServiceOrgSettings',
|
|
3801
|
-
'FinanceBalanceSnapshot',
|
|
3802
|
-
'FinanceBook',
|
|
3803
|
-
'FinancePeriod',
|
|
3804
|
-
'FinanceTransaction',
|
|
3805
|
-
'FinanceTransactionErrorLog',
|
|
3806
|
-
'FinancialDeal',
|
|
3807
|
-
'FinancialDealAsset',
|
|
3808
|
-
'FinancialDealBid',
|
|
3809
|
-
'FinancialDealInteraction',
|
|
3810
|
-
'FinancialDealParticipant',
|
|
3811
|
-
'FinancialDealParty',
|
|
3812
|
-
'FinancialDealProduct',
|
|
3813
|
-
'FinclDealInteractionSummary',
|
|
3814
|
-
'FlowInterview',
|
|
3815
|
-
'FlowOrchestrationInstance',
|
|
3816
|
-
'FlowOrchestrationLog',
|
|
3817
|
-
'FlowOrchestrationStageInstance',
|
|
3818
|
-
'FlowOrchestrationStepInstance',
|
|
3819
|
-
'FlowOrchestrationWorkItem',
|
|
3820
|
-
'ForecastingFact',
|
|
3821
|
-
'ForecastingOwnerAdjustment',
|
|
3822
|
-
'ForecastingQuota',
|
|
3823
|
-
'ForecastingType',
|
|
3824
|
-
'FrgtHaulingEmssnFctr',
|
|
3825
|
-
'FrgtHaulingEnrgyUse',
|
|
3826
|
-
'FtestBigObjectLookup',
|
|
3827
|
-
'FtestConcrete',
|
|
3828
|
-
'FtestConcrete6',
|
|
3829
|
-
'FtestConcrete7',
|
|
3830
|
-
'FtestConcrete8',
|
|
3831
|
-
'FtestVirtualMain',
|
|
3832
|
-
'FtestZosUiPrototypeChild1',
|
|
3833
|
-
'FtestZosUiPrototypeChild2',
|
|
3834
|
-
'FtestZosUiPrototypeParent',
|
|
3835
|
-
'FulfillmentOrder',
|
|
3836
|
-
'FulfillmentOrderLineItem',
|
|
3837
|
-
'FundingAward',
|
|
3838
|
-
'FundingAwardAmendment',
|
|
3839
|
-
'FundingAwardRequirement',
|
|
3840
|
-
'FundingDisbursement',
|
|
3841
|
-
'FundingOpportunity',
|
|
3842
|
-
'GeneratedDocument',
|
|
3843
|
-
'GeneratedDocumentSection',
|
|
3844
|
-
'GeneratedWaste',
|
|
3845
|
-
'GenericVisitTask',
|
|
3846
|
-
'GenericVisitTaskContext',
|
|
3847
|
-
'GeoCountry',
|
|
3848
|
-
'GeoState',
|
|
3849
|
-
'GnrcVstKeyPerformanceInd',
|
|
3850
|
-
'GnrcVstTaskContextRelation',
|
|
3851
|
-
'GoalAssignment',
|
|
3852
|
-
'GoalAssignmentDetail',
|
|
3853
|
-
'GoalDefinition',
|
|
3854
|
-
'GoalLink',
|
|
3855
|
-
'GovtFinancialAsstSum',
|
|
3856
|
-
'GroundTravelEmssnFctr',
|
|
3857
|
-
'GroundTravelEnrgyUse',
|
|
3858
|
-
'Group',
|
|
3859
|
-
'GroupCensus',
|
|
3860
|
-
'GroupCensusMember',
|
|
3861
|
-
'GroupCensusMemberPlan',
|
|
3862
|
-
'GroupClass',
|
|
3863
|
-
'GroupClassContribution',
|
|
3864
|
-
'GroupMember',
|
|
3865
|
-
'GuestBuyerProfile',
|
|
3866
|
-
'HealthCareDiagnosis',
|
|
3867
|
-
'HealthCareProcedure',
|
|
3868
|
-
'HealthCondition',
|
|
3869
|
-
'HealthConditionDetail',
|
|
3870
|
-
'HealthScore',
|
|
3871
|
-
'HealthScoreActionLog',
|
|
3872
|
-
'HealthcareFacility',
|
|
3873
|
-
'HealthcareFacilityNetwork',
|
|
3874
|
-
'HealthcarePayerNetwork',
|
|
3875
|
-
'HealthcarePractitionerFacility',
|
|
3876
|
-
'HealthcareProvider',
|
|
3877
|
-
'HealthcareProviderNpi',
|
|
3878
|
-
'HealthcareProviderSpecialty',
|
|
3879
|
-
'HealthcareProviderTaxonomy',
|
|
3880
|
-
'Holiday',
|
|
3881
|
-
'HotelStayEmssnFctr',
|
|
3882
|
-
'HotelStayEnrgyUse',
|
|
3883
|
-
'IPAddressRange',
|
|
3884
|
-
'Identifier',
|
|
3885
|
-
'IdentityDocument',
|
|
3886
|
-
'IdentityResolution',
|
|
3887
|
-
'Image',
|
|
3888
|
-
'InStoreLocation',
|
|
3889
|
-
'Incident',
|
|
3890
|
-
'IncidentRelatedItem',
|
|
3891
|
-
'IncludedLicenseDefinition',
|
|
3892
|
-
'Individual',
|
|
3893
|
-
'IndividualApplication',
|
|
3894
|
-
'IndividualApplicationItem',
|
|
3895
|
-
'IndividualCrisisAssessment',
|
|
3896
|
-
'InflationRate',
|
|
3897
|
-
'InfoAuthRequestForm',
|
|
3898
|
-
'InfoAuthorizationRequest',
|
|
3899
|
-
'InsPolicyTransactionDetail',
|
|
3900
|
-
'InsightsExternalData',
|
|
3901
|
-
'InsightsExternalDataPart',
|
|
3902
|
-
'InspectionAssessmentInd',
|
|
3903
|
-
'InspectionType',
|
|
3904
|
-
'InsuranceClaimAsset',
|
|
3905
|
-
'InsuranceContract',
|
|
3906
|
-
'InsurancePolicy',
|
|
3907
|
-
'InsurancePolicyAsset',
|
|
3908
|
-
'InsurancePolicyCoverage',
|
|
3909
|
-
'InsurancePolicyMemberAsset',
|
|
3910
|
-
'InsurancePolicyOwner',
|
|
3911
|
-
'InsurancePolicyParticipant',
|
|
3912
|
-
'InsurancePolicySurcharge',
|
|
3913
|
-
'InsurancePolicyTransaction',
|
|
3914
|
-
'InsuranceProfile',
|
|
3915
|
-
'IntegrationProviderDef',
|
|
3916
|
-
'Interaction',
|
|
3917
|
-
'InteractionAttendee',
|
|
3918
|
-
'InteractionParticipant',
|
|
3919
|
-
'InteractionRelatedAccount',
|
|
3920
|
-
'InteractionSumDiscussedAccount',
|
|
3921
|
-
'InteractionSummary',
|
|
3922
|
-
'InteractionSummaryParticipant',
|
|
3923
|
-
'InterestTag',
|
|
3924
|
-
'InternalOrganizationUnit',
|
|
3925
|
-
'InventoryItemReservation',
|
|
3926
|
-
'InventoryReservation',
|
|
3927
|
-
'Invoice',
|
|
3928
|
-
'InvoiceAddressGroup',
|
|
3929
|
-
'InvoiceBatchRun',
|
|
3930
|
-
'InvoiceBatchRunCriteria',
|
|
3931
|
-
'InvoiceBatchRunRecovery',
|
|
3932
|
-
'InvoiceLine',
|
|
3933
|
-
'JobFamily',
|
|
3934
|
-
'JobProfile',
|
|
3935
|
-
'JournalReason',
|
|
3936
|
-
'JournalSubType',
|
|
3937
|
-
'JournalType',
|
|
3938
|
-
'KnowledgeArticleVersion',
|
|
3939
|
-
'Lead',
|
|
3940
|
-
'LeadLineItem',
|
|
3941
|
-
'LeadPreferredSeller',
|
|
3942
|
-
'LearnerProgram',
|
|
3943
|
-
'LearnerProgramRequirement',
|
|
3944
|
-
'LearnerProgramRqmtProgress',
|
|
3945
|
-
'Learning',
|
|
3946
|
-
'LearningAchievement',
|
|
3947
|
-
'LearningCourse',
|
|
3948
|
-
'LearningFoundationItem',
|
|
3949
|
-
'LearningItem',
|
|
3950
|
-
'LearningItemAssignment',
|
|
3951
|
-
'LearningItemProgress',
|
|
3952
|
-
'LearningOutcomeItem',
|
|
3953
|
-
'LearningProgram',
|
|
3954
|
-
'LearningProgramPlan',
|
|
3955
|
-
'LearningProgramPlanRqmt',
|
|
3956
|
-
'LegalEntity',
|
|
3957
|
-
'LicensingError',
|
|
3958
|
-
'LicensingRequest',
|
|
3959
|
-
'LicensingRequestOrderItem',
|
|
3960
|
-
'LicensingSnapshotRequest',
|
|
3961
|
-
'LinkedArticle',
|
|
3962
|
-
'ListEmail',
|
|
3963
|
-
'LiveAgentSession',
|
|
3964
|
-
'LiveChatButton',
|
|
3965
|
-
'LiveChatDeployment',
|
|
3966
|
-
'LiveChatSensitiveDataRule',
|
|
3967
|
-
'LiveChatTranscript',
|
|
3968
|
-
'LiveChatVisitor',
|
|
3969
|
-
'LoanApplicant',
|
|
3970
|
-
'LoanApplicantAddress',
|
|
3971
|
-
'LoanApplicantAsset',
|
|
3972
|
-
'LoanApplicantDeclaration',
|
|
3973
|
-
'LoanApplicantEmployment',
|
|
3974
|
-
'LoanApplicantIncome',
|
|
3975
|
-
'LoanApplicantLiability',
|
|
3976
|
-
'LoanApplicationAsset',
|
|
3977
|
-
'LoanApplicationFinancial',
|
|
3978
|
-
'LoanApplicationLiability',
|
|
3979
|
-
'LoanApplicationProperty',
|
|
3980
|
-
'LoanApplicationTitleHolder',
|
|
3981
|
-
'LocWaitlistMsgTemplate',
|
|
3982
|
-
'Location',
|
|
3983
|
-
'LocationGroup',
|
|
3984
|
-
'LocationGroupAssignment',
|
|
3985
|
-
'LocationTrustMeasure',
|
|
3986
|
-
'LocationWaitlist',
|
|
3987
|
-
'LocationWaitlistedParty',
|
|
3988
|
-
'LoyaltyLedger',
|
|
3989
|
-
'LoyaltyMemberCurrency',
|
|
3990
|
-
'LoyaltyMemberTier',
|
|
3991
|
-
'LoyaltyMembershipLifecycle',
|
|
3992
|
-
'LoyaltyPartnerProduct',
|
|
3993
|
-
'LoyaltyPgmEngmtAttrProm',
|
|
3994
|
-
'LoyaltyPgmEngmtAttribute',
|
|
3995
|
-
'LoyaltyPgmGroupMbrRlnsp',
|
|
3996
|
-
'LoyaltyPgmMbrAttributeVal',
|
|
3997
|
-
'LoyaltyPgmPartnerCurrency',
|
|
3998
|
-
'LoyaltyPgmPartnerPromotion',
|
|
3999
|
-
'LoyaltyPgmPtnrLdgrSummary',
|
|
4000
|
-
'LoyaltyPgmPtnrPrepaidPack',
|
|
4001
|
-
'LoyaltyProgram',
|
|
4002
|
-
'LoyaltyProgramBadge',
|
|
4003
|
-
'LoyaltyProgramCurrency',
|
|
4004
|
-
'LoyaltyProgramMbrPromotion',
|
|
4005
|
-
'LoyaltyProgramMember',
|
|
4006
|
-
'LoyaltyProgramMemberBadge',
|
|
4007
|
-
'LoyaltyProgramMemberCase',
|
|
4008
|
-
'LoyaltyProgramMemberMerge',
|
|
4009
|
-
'LoyaltyProgramPartner',
|
|
4010
|
-
'LoyaltyProgramPartnerLedger',
|
|
4011
|
-
'LoyaltyProgramProcess',
|
|
4012
|
-
'LoyaltyProgramWidget',
|
|
4013
|
-
'LoyaltyTier',
|
|
4014
|
-
'LoyaltyTierBenefit',
|
|
4015
|
-
'LoyaltyTierGroup',
|
|
4016
|
-
'Macro',
|
|
4017
|
-
'MaintenanceAsset',
|
|
4018
|
-
'MaintenancePlan',
|
|
4019
|
-
'MaintenanceWorkRule',
|
|
4020
|
-
'ManagedContent',
|
|
4021
|
-
'ManagedContentVariant',
|
|
4022
|
-
'ManufacturingProgram',
|
|
4023
|
-
'MarketSegment',
|
|
4024
|
-
'MarketSegmentActivation',
|
|
4025
|
-
'MarketSegmentDefinition',
|
|
4026
|
-
'MarketingAction',
|
|
4027
|
-
'MarketingAppExtAction',
|
|
4028
|
-
'MarketingForm',
|
|
4029
|
-
'MarketingLink',
|
|
4030
|
-
'MarketingLinkContent',
|
|
4031
|
-
'MarketingResource',
|
|
4032
|
-
'MedReconRecommendation',
|
|
4033
|
-
'MedReconStmtRecommendation',
|
|
4034
|
-
'MedTherapyStmtReviewIssue',
|
|
4035
|
-
'MediaChannel',
|
|
4036
|
-
'MediaContentTitle',
|
|
4037
|
-
'MediaPrintIssue',
|
|
4038
|
-
'MediaTitleAvailability',
|
|
4039
|
-
'MediaTitleReleaseDate',
|
|
4040
|
-
'MediaTitleRevenue',
|
|
4041
|
-
'Medication',
|
|
4042
|
-
'MedicationDispense',
|
|
4043
|
-
'MedicationReconciliation',
|
|
4044
|
-
'MedicationRequest',
|
|
4045
|
-
'MedicationStatement',
|
|
4046
|
-
'MedicationStatementDetail',
|
|
4047
|
-
'MedicationTherapyReview',
|
|
4048
|
-
'MedicationTherapyStmtReview',
|
|
4049
|
-
'MedicinalIngredient',
|
|
4050
|
-
'MemberBenefit',
|
|
4051
|
-
'MemberPlan',
|
|
4052
|
-
'MerchantAccount',
|
|
4053
|
-
'MessagingChannel',
|
|
4054
|
-
'MessagingDeliveryError',
|
|
4055
|
-
'MessagingEndUser',
|
|
4056
|
-
'MessagingSession',
|
|
4057
|
-
'Metric',
|
|
4058
|
-
'MfgProgramCpntFrcstFact',
|
|
4059
|
-
'MfgProgramForecastFact',
|
|
4060
|
-
'MfgProgramVariantFrcstFact',
|
|
4061
|
-
'MilestoneType',
|
|
4062
|
-
'MktAiPredictiveInsight',
|
|
4063
|
-
'MktCalculatedInsight',
|
|
4064
|
-
'MktDataTransform',
|
|
4065
|
-
'MktMLModel',
|
|
4066
|
-
'MobileSettingsAssignment',
|
|
4067
|
-
'MsgChannelLanguageKeyword',
|
|
4068
|
-
'MultipartyInfoAuthRequest',
|
|
4069
|
-
'NamespaceRegistry',
|
|
4070
|
-
'Network',
|
|
4071
|
-
'NetworkReferencedObject',
|
|
4072
|
-
'Note',
|
|
4073
|
-
'ObjectPermissions',
|
|
4074
|
-
'ObjectRelatedUrl',
|
|
4075
|
-
'ObjectStateActionDefinition',
|
|
4076
|
-
'ObjectStateDefinition',
|
|
4077
|
-
'ObjectStateTransition',
|
|
4078
|
-
'ObjectStateTransitionAction',
|
|
4079
|
-
'ObjectStateValue',
|
|
4080
|
-
'ObjectTerritory2Association',
|
|
4081
|
-
'OcrDocumentScanResult',
|
|
4082
|
-
'OmniAssessmentTask',
|
|
4083
|
-
'OmniDataPack',
|
|
4084
|
-
'OmniDataTransform',
|
|
4085
|
-
'OmniDataTransformItem',
|
|
4086
|
-
'OmniESignatureTemplate',
|
|
4087
|
-
'OmniInteractionConfig',
|
|
4088
|
-
'OmniProcess',
|
|
4089
|
-
'OmniProcessAsmtQuestionVer',
|
|
4090
|
-
'OmniProcessCompilation',
|
|
4091
|
-
'OmniProcessElement',
|
|
4092
|
-
'OmniProcessTransientData',
|
|
4093
|
-
'OmniScriptSavedSession',
|
|
4094
|
-
'OmniUiCard',
|
|
4095
|
-
'OperatingHours',
|
|
4096
|
-
'OperatingHoursHoliday',
|
|
4097
|
-
'Opportunity',
|
|
4098
|
-
'OpportunityContactRole',
|
|
4099
|
-
'OpportunityHistory',
|
|
4100
|
-
'OpportunityLineItem',
|
|
4101
|
-
'OpportunityLineItemSchedule',
|
|
4102
|
-
'OpportunityLineItemSplit',
|
|
4103
|
-
'OpportunityParticipant',
|
|
4104
|
-
'OpportunityPartner',
|
|
4105
|
-
'OpportunityPreferredSeller',
|
|
4106
|
-
'OpportunitySplit',
|
|
4107
|
-
'OpportunityTeamMember',
|
|
4108
|
-
'Order',
|
|
4109
|
-
'OrderAction',
|
|
4110
|
-
'OrderAdjustmentGroup',
|
|
4111
|
-
'OrderAdjustmentGroupSummary',
|
|
4112
|
-
'OrderChangeLog',
|
|
4113
|
-
'OrderDeliveryGroup',
|
|
4114
|
-
'OrderDeliveryGroupSummary',
|
|
4115
|
-
'OrderDeliveryMethod',
|
|
4116
|
-
'OrderItem',
|
|
4117
|
-
'OrderItemAdjustmentLineItem',
|
|
4118
|
-
'OrderItemAdjustmentLineSummary',
|
|
4119
|
-
'OrderItemConsumptionRate',
|
|
4120
|
-
'OrderItemConsumptionSchedule',
|
|
4121
|
-
'OrderItemRelationship',
|
|
4122
|
-
'OrderItemSummary',
|
|
4123
|
-
'OrderItemSummaryChange',
|
|
4124
|
-
'OrderItemTaxLineItem',
|
|
4125
|
-
'OrderItemTaxLineItemSummary',
|
|
4126
|
-
'OrderPaymentSummary',
|
|
4127
|
-
'OrderSummary',
|
|
4128
|
-
'OrderSummaryRoutingSchedule',
|
|
4129
|
-
'OrgIncidentSummary',
|
|
4130
|
-
'OrgMetric',
|
|
4131
|
-
'OrgMetricScanResult',
|
|
4132
|
-
'OrgMetricScanSummary',
|
|
4133
|
-
'Organization',
|
|
4134
|
-
'OtherComponentTask',
|
|
4135
|
-
'OtherEmssnFctrSet',
|
|
4136
|
-
'OtherEmssnFctrSetItem',
|
|
4137
|
-
'ParticipantRole',
|
|
4138
|
-
'Partner',
|
|
4139
|
-
'PartnerFundAllocation',
|
|
4140
|
-
'PartnerFundClaim',
|
|
4141
|
-
'PartnerFundRequest',
|
|
4142
|
-
'PartnerMarketingBudget',
|
|
4143
|
-
'PartyCertifiedCapacity',
|
|
4144
|
-
'PartyConsent',
|
|
4145
|
-
'PartyIdentityVerification',
|
|
4146
|
-
'PartyIdentityVerificationStep',
|
|
4147
|
-
'PartyIncome',
|
|
4148
|
-
'PartyProfile',
|
|
4149
|
-
'PartyProfileAddress',
|
|
4150
|
-
'PartyProfileRisk',
|
|
4151
|
-
'PartyRelationshipGroup',
|
|
4152
|
-
'PartyRoleRelation',
|
|
4153
|
-
'PartyScreeningStep',
|
|
4154
|
-
'PartyScreeningSummary',
|
|
4155
|
-
'PatientHealthReaction',
|
|
4156
|
-
'PatientImmunization',
|
|
4157
|
-
'PatientImmunizationProtocol',
|
|
4158
|
-
'PatientMedicalProcedure',
|
|
4159
|
-
'PatientMedicalProcedureDetail',
|
|
4160
|
-
'PatientMedicationDosage',
|
|
4161
|
-
'Payment',
|
|
4162
|
-
'PaymentAuthAdjustment',
|
|
4163
|
-
'PaymentAuthorization',
|
|
4164
|
-
'PaymentBatchRun',
|
|
4165
|
-
'PaymentBatchRunCriteria',
|
|
4166
|
-
'PaymentGateway',
|
|
4167
|
-
'PaymentGatewayLog',
|
|
4168
|
-
'PaymentGatewayProvider',
|
|
4169
|
-
'PaymentIntent',
|
|
4170
|
-
'PaymentLineInvoice',
|
|
4171
|
-
'PaymentRequest',
|
|
4172
|
-
'PaymentRequestLine',
|
|
4173
|
-
'PaymentSchedule',
|
|
4174
|
-
'PaymentScheduleItem',
|
|
4175
|
-
'PaymentSchedulePolicy',
|
|
4176
|
-
'PaymentScheduleTreatment',
|
|
4177
|
-
'PaymentScheduleTreatmentDtl',
|
|
4178
|
-
'PaymentTerm',
|
|
4179
|
-
'PaymentTermItem',
|
|
4180
|
-
'PcmtEmssnFctrSet',
|
|
4181
|
-
'PcmtEmssnFctrSetItem',
|
|
4182
|
-
'PercentileBsdCareFeeAgreement',
|
|
4183
|
-
'Period',
|
|
4184
|
-
'PermissionSet',
|
|
4185
|
-
'PermissionSetGroup',
|
|
4186
|
-
'PermissionSetLicense',
|
|
4187
|
-
'PersonAccount',
|
|
4188
|
-
'PersonDisability',
|
|
4189
|
-
'PersonEducation',
|
|
4190
|
-
'PersonEmployment',
|
|
4191
|
-
'PersonExamination',
|
|
4192
|
-
'PersonLanguage',
|
|
4193
|
-
'PersonLifeEvent',
|
|
4194
|
-
'PersonList',
|
|
4195
|
-
'PersonName',
|
|
4196
|
-
'PgmRebateTypBnftMapping',
|
|
4197
|
-
'PickTicket',
|
|
4198
|
-
'PickTicketAssignment',
|
|
4199
|
-
'PickTicketProduct',
|
|
4200
|
-
'PlanBenefit',
|
|
4201
|
-
'PlanBenefitItem',
|
|
4202
|
-
'PlatformLicenseDefinition',
|
|
4203
|
-
'Polygon',
|
|
4204
|
-
'PreliminaryApplicationRef',
|
|
4205
|
-
'PreventiveCareAgreement',
|
|
4206
|
-
'PriceAdjustmentGroupShape',
|
|
4207
|
-
'PriceAdjustmentItemShape',
|
|
4208
|
-
'PriceAdjustmentSchedule',
|
|
4209
|
-
'PriceAdjustmentTier',
|
|
4210
|
-
'PriceList',
|
|
4211
|
-
'PriceRule',
|
|
4212
|
-
'PriceRuleAction',
|
|
4213
|
-
'PriceRuleActionItem',
|
|
4214
|
-
'PriceRuleCondition',
|
|
4215
|
-
'PriceRuleConditionFilter',
|
|
4216
|
-
'PriceRuleExecutionStage',
|
|
4217
|
-
'Pricebook2',
|
|
4218
|
-
'PricebookEntry',
|
|
4219
|
-
'PricingHeader',
|
|
4220
|
-
'PricingLineItem',
|
|
4221
|
-
'PricingProduct',
|
|
4222
|
-
'PrivacyHold',
|
|
4223
|
-
'PrivacyHoldReason',
|
|
4224
|
-
'PrivacyJobSession',
|
|
4225
|
-
'PrivacyPolicy',
|
|
4226
|
-
'PrivacyRequest',
|
|
4227
|
-
'Problem',
|
|
4228
|
-
'ProblemDefinition',
|
|
4229
|
-
'ProblemGoalDefinition',
|
|
4230
|
-
'ProblemIncident',
|
|
4231
|
-
'ProblemRelatedItem',
|
|
4232
|
-
'ProcessDefinition',
|
|
4233
|
-
'ProcessException',
|
|
4234
|
-
'ProcessInstance',
|
|
4235
|
-
'Producer',
|
|
4236
|
-
'ProducerCommission',
|
|
4237
|
-
'ProducerPolicyAssignment',
|
|
4238
|
-
'Product2',
|
|
4239
|
-
'Product2DataTranslation',
|
|
4240
|
-
'ProductAttribute',
|
|
4241
|
-
'ProductAttributeDefinition',
|
|
4242
|
-
'ProductAttributeSet',
|
|
4243
|
-
'ProductAttributeSetItem',
|
|
4244
|
-
'ProductAttributeSetProduct',
|
|
4245
|
-
'ProductAvailabilityProjection',
|
|
4246
|
-
'ProductCatalog',
|
|
4247
|
-
'ProductCatalogDataTranslation',
|
|
4248
|
-
'ProductCategory',
|
|
4249
|
-
'ProductCategoryAttribute',
|
|
4250
|
-
'ProductCategoryDataTranslation',
|
|
4251
|
-
'ProductCategoryMedia',
|
|
4252
|
-
'ProductCategoryProduct',
|
|
4253
|
-
'ProductCategoryServiceProcess',
|
|
4254
|
-
'ProductClassificationAttrDataTranslation',
|
|
4255
|
-
'ProductClassificationDataTranslation',
|
|
4256
|
-
'ProductComponentGroup',
|
|
4257
|
-
'ProductComponentGroupDataTranslation',
|
|
4258
|
-
'ProductConsumed',
|
|
4259
|
-
'ProductConsumedState',
|
|
4260
|
-
'ProductConsumptionSchedule',
|
|
4261
|
-
'ProductCoverage',
|
|
4262
|
-
'ProductCoverageLimit',
|
|
4263
|
-
'ProductEmissionsFactor',
|
|
4264
|
-
'ProductFaultCode',
|
|
4265
|
-
'ProductFulfillmentLocation',
|
|
4266
|
-
'ProductItem',
|
|
4267
|
-
'ProductItemTransaction',
|
|
4268
|
-
'ProductLaborCode',
|
|
4269
|
-
'ProductLicenseMap',
|
|
4270
|
-
'ProductMedia',
|
|
4271
|
-
'ProductOverridePathItem',
|
|
4272
|
-
'ProductQuantityRule',
|
|
4273
|
-
'ProductRelComponentOverride',
|
|
4274
|
-
'ProductRelatedComponent',
|
|
4275
|
-
'ProductRelatedMaterial',
|
|
4276
|
-
'ProductRelationshipType',
|
|
4277
|
-
'ProductRequest',
|
|
4278
|
-
'ProductRequestLineItem',
|
|
4279
|
-
'ProductRequired',
|
|
4280
|
-
'ProductSellingModel',
|
|
4281
|
-
'ProductSellingModelOption',
|
|
4282
|
-
'ProductServiceCampaign',
|
|
4283
|
-
'ProductServiceCampaignItem',
|
|
4284
|
-
'ProductSpecificationType',
|
|
4285
|
-
'ProductTransfer',
|
|
4286
|
-
'ProductTransferState',
|
|
4287
|
-
'ProductWarrantyTerm',
|
|
4288
|
-
'Profile',
|
|
4289
|
-
'ProfileSkill',
|
|
4290
|
-
'ProfileSkillEndorsement',
|
|
4291
|
-
'ProfileSkillUser',
|
|
4292
|
-
'Program',
|
|
4293
|
-
'ProgramEnrollment',
|
|
4294
|
-
'ProgramProduct',
|
|
4295
|
-
'ProgramRebateTypPayoutSrc',
|
|
4296
|
-
'ProgramRebateType',
|
|
4297
|
-
'ProgramRebateTypeBenefit',
|
|
4298
|
-
'ProgramRebateTypeFilter',
|
|
4299
|
-
'ProgramRebateTypePayout',
|
|
4300
|
-
'ProgramRebateTypeProduct',
|
|
4301
|
-
'ProgramRebateTypeReference',
|
|
4302
|
-
'ProgramTermApplnTimeline',
|
|
4303
|
-
'Promotion',
|
|
4304
|
-
'PromotionChannel',
|
|
4305
|
-
'PromotionDataTranslation',
|
|
4306
|
-
'PromotionLoyaltyPtnrProdt',
|
|
4307
|
-
'PromotionMarketSegment',
|
|
4308
|
-
'PromotionProduct',
|
|
4309
|
-
'PromotionProductCategory',
|
|
4310
|
-
'PromotionQualifier',
|
|
4311
|
-
'PromotionSegment',
|
|
4312
|
-
'PromotionSegmentBuyerGroup',
|
|
4313
|
-
'PromotionSegmentSalesStore',
|
|
4314
|
-
'PromotionTarget',
|
|
4315
|
-
'PromotionTier',
|
|
4316
|
-
'ProrationPolicy',
|
|
4317
|
-
'ProviderNetworkContract',
|
|
4318
|
-
'ProviderNetworkTier',
|
|
4319
|
-
'ProviderSearchSyncLog',
|
|
4320
|
-
'ProvisioningRun',
|
|
4321
|
-
'ProvisioningRunEvent',
|
|
4322
|
-
'ProvisioningTargetGroup',
|
|
4323
|
-
'ProvisioningTargetItem',
|
|
4324
|
-
'ProvisioningTargetRole',
|
|
4325
|
-
'PublicApplicationParticipant',
|
|
4326
|
-
'PublicComplaint',
|
|
4327
|
-
'PublicProgram',
|
|
4328
|
-
'PurchaseQuantityRule',
|
|
4329
|
-
'PurchaserPlan',
|
|
4330
|
-
'PurchaserPlanAssn',
|
|
4331
|
-
'PymtSchdDistributionMethod',
|
|
4332
|
-
'QuickText',
|
|
4333
|
-
'Quote',
|
|
4334
|
-
'QuoteDocument',
|
|
4335
|
-
'QuoteItemTaxItem',
|
|
4336
|
-
'QuoteLineItem',
|
|
4337
|
-
'QuoteLineItemAttribute',
|
|
4338
|
-
'QuoteLinePriceAdjustment',
|
|
4339
|
-
'QuoteLineRelationship',
|
|
4340
|
-
'RebateClaim',
|
|
4341
|
-
'RebateMemberAggregateItem',
|
|
4342
|
-
'RebateMemberProductAggregate',
|
|
4343
|
-
'RebatePayment',
|
|
4344
|
-
'RebatePayoutAdjustment',
|
|
4345
|
-
'RebateProgram',
|
|
4346
|
-
'RebateProgramMember',
|
|
4347
|
-
'RebateProgramMemberPayout',
|
|
4348
|
-
'RebateProgramPayoutPeriod',
|
|
4349
|
-
'ReceivedDocument',
|
|
4350
|
-
'ReceivedDocumentType',
|
|
4351
|
-
'Recommendation',
|
|
4352
|
-
'RecordAction',
|
|
4353
|
-
'RecordAlert',
|
|
4354
|
-
'RecordType',
|
|
4355
|
-
'RecordsetFilterCriteria',
|
|
4356
|
-
'RecordsetFilterCriteriaRule',
|
|
4357
|
-
'RecordsetFltrCritMonitor',
|
|
4358
|
-
'RecurrenceSchedule',
|
|
4359
|
-
'ReferencedDashboard',
|
|
4360
|
-
'Referral',
|
|
4361
|
-
'RefrigerantEmssnFctr',
|
|
4362
|
-
'RefundLinePayment',
|
|
4363
|
-
'RegAuthorizationTypeProduct',
|
|
4364
|
-
'RegionStatusDiscount',
|
|
4365
|
-
'RegulatoryAuthority',
|
|
4366
|
-
'RegulatoryAuthorizationType',
|
|
4367
|
-
'RegulatoryCode',
|
|
4368
|
-
'RegulatoryCodeAssessmentInd',
|
|
4369
|
-
'RegulatoryCodeUse',
|
|
4370
|
-
'RegulatoryCodeViolation',
|
|
4371
|
-
'RegulatoryTrxnFee',
|
|
4372
|
-
'RegulatoryTrxnFeeItem',
|
|
4373
|
-
'ReinsAgreementLineItem',
|
|
4374
|
-
'ReinsPolicyBordereauFact',
|
|
4375
|
-
'ReinsProtocolProdtComponent',
|
|
4376
|
-
'ReinsuranceAgreement',
|
|
4377
|
-
'ReinsuranceProtocol',
|
|
4378
|
-
'ReinsuranceProtocolAgreement',
|
|
4379
|
-
'RentalCarEmssnFctr',
|
|
4380
|
-
'RentalCarEnrgyUse',
|
|
4381
|
-
'ReplyText',
|
|
4382
|
-
'Report',
|
|
4383
|
-
'ReportAnomalyEventStore',
|
|
4384
|
-
'ReportedConsumption',
|
|
4385
|
-
'ResidentialLoanApplication',
|
|
4386
|
-
'ResourceAbsence',
|
|
4387
|
-
'ResourcePreference',
|
|
4388
|
-
'RetailLocationGroup',
|
|
4389
|
-
'RetailStore',
|
|
4390
|
-
'RetailStoreGroupAssignment',
|
|
4391
|
-
'RetailStoreKpi',
|
|
4392
|
-
'RetailVisitKpi',
|
|
4393
|
-
'ReturnOrder',
|
|
4394
|
-
'ReturnOrderItemAdjustment',
|
|
4395
|
-
'ReturnOrderItemTax',
|
|
4396
|
-
'ReturnOrderLineItem',
|
|
4397
|
-
'RevRecogTreatmentItemGroup',
|
|
4398
|
-
'RevenueAsyncOperation',
|
|
4399
|
-
'RevenueDistributionMethod',
|
|
4400
|
-
'RevenueElement',
|
|
4401
|
-
'RevenueElementDistribution',
|
|
4402
|
-
'RevenueRecogTreatmentItem',
|
|
4403
|
-
'RevenueRecognitionPolicy',
|
|
4404
|
-
'RevenueRecognitionTreatment',
|
|
4405
|
-
'RevenueTransactionErrorLog',
|
|
4406
|
-
'RightsQuote',
|
|
4407
|
-
'RightsQuoteLineItem',
|
|
4408
|
-
'RightsQuoteLineMediaTitle',
|
|
4409
|
-
'SalesAgreement',
|
|
4410
|
-
'SalesAgreementProduct',
|
|
4411
|
-
'SalesAgreementProductSchedule',
|
|
4412
|
-
'SalesChannel',
|
|
4413
|
-
'SalesContractLine',
|
|
4414
|
-
'SalesTransactionItemShape',
|
|
4415
|
-
'SalesTransactionShape',
|
|
4416
|
-
'SalesTrxnItemRelationShape',
|
|
4417
|
-
'SalesforceContract',
|
|
4418
|
-
'SalesforceInvoice',
|
|
4419
|
-
'SalesforceQuote',
|
|
4420
|
-
'SchedulingConstraint',
|
|
4421
|
-
'Scope3CrbnFtprnt',
|
|
4422
|
-
'Scope3EmssnSrc',
|
|
4423
|
-
'Scope3PcmtItem',
|
|
4424
|
-
'Scope3PcmtSummary',
|
|
4425
|
-
'Scorecard',
|
|
4426
|
-
'ScorecardAssociation',
|
|
4427
|
-
'ScorecardMetric',
|
|
4428
|
-
'ScratchOrgInfo',
|
|
4429
|
-
'SearchPromotionRule',
|
|
4430
|
-
'SecuritiesHolding',
|
|
4431
|
-
'Seller',
|
|
4432
|
-
'SerializedProduct',
|
|
4433
|
-
'SerializedProductTransaction',
|
|
4434
|
-
'ServiceAppointment',
|
|
4435
|
-
'ServiceAppointmentCapacityUsage',
|
|
4436
|
-
'ServiceAppointmentGroup',
|
|
4437
|
-
'ServiceAppointmentStatus',
|
|
4438
|
-
'ServiceContract',
|
|
4439
|
-
'ServiceCrew',
|
|
4440
|
-
'ServiceCrewMember',
|
|
4441
|
-
'ServiceReport',
|
|
4442
|
-
'ServiceReportLayout',
|
|
4443
|
-
'ServiceResource',
|
|
4444
|
-
'ServiceResourceCapacity',
|
|
4445
|
-
'ServiceResourceDataTranslation',
|
|
4446
|
-
'ServiceResourcePreference',
|
|
4447
|
-
'ServiceResourceSkill',
|
|
4448
|
-
'ServiceTerritory',
|
|
4449
|
-
'ServiceTerritoryDataTranslation',
|
|
4450
|
-
'ServiceTerritoryLocation',
|
|
4451
|
-
'ServiceTerritoryMember',
|
|
4452
|
-
'ServiceTerritoryRelationship',
|
|
4453
|
-
'ServiceTerritoryWorkType',
|
|
4454
|
-
'SessionHijackingEventStore',
|
|
4455
|
-
'SettingUsageDefinition',
|
|
4456
|
-
'SettingUsageMap',
|
|
4457
|
-
'SetupAssistantStep',
|
|
4458
|
-
'SharedSavingPaymentAgreement',
|
|
4459
|
-
'SharingRecordCollection',
|
|
4460
|
-
'SharingRecordCollectionItem',
|
|
4461
|
-
'Shift',
|
|
4462
|
-
'ShiftEngagementChannel',
|
|
4463
|
-
'ShiftPattern',
|
|
4464
|
-
'ShiftPatternEntry',
|
|
4465
|
-
'ShiftSegment',
|
|
4466
|
-
'ShiftSegmentType',
|
|
4467
|
-
'ShiftTemplate',
|
|
4468
|
-
'ShiftWorkTopic',
|
|
4469
|
-
'Shipment',
|
|
4470
|
-
'ShipmentItem',
|
|
4471
|
-
'SignatureTask',
|
|
4472
|
-
'SignatureTaskLineItem',
|
|
4473
|
-
'Skill',
|
|
4474
|
-
'SkillLevelDefinition',
|
|
4475
|
-
'SkillRequirement',
|
|
4476
|
-
'Snippet',
|
|
4477
|
-
'SnippetAssignment',
|
|
4478
|
-
'SocialContributionSum',
|
|
4479
|
-
'SocialPersona',
|
|
4480
|
-
'SocialPost',
|
|
4481
|
-
'StandardApexClass',
|
|
4482
|
-
'StandardCareFeeAgreement',
|
|
4483
|
-
'StandardPermissionSet',
|
|
4484
|
-
'StaticResource',
|
|
4485
|
-
'StnryAssetAnnualFact',
|
|
4486
|
-
'StnryAssetCrbnFtprnt',
|
|
4487
|
-
'StnryAssetCrbnFtprntItm',
|
|
4488
|
-
'StnryAssetEnrgyUse',
|
|
4489
|
-
'StnryAssetEnvrSrc',
|
|
4490
|
-
'StnryAssetWaterActvty',
|
|
4491
|
-
'StnryAssetWaterFtprnt',
|
|
4492
|
-
'StnryAssetWtrFtprntItm',
|
|
4493
|
-
'StoreActionPlanTemplate',
|
|
4494
|
-
'StoreAssortment',
|
|
4495
|
-
'StoreIntegratedService',
|
|
4496
|
-
'StoreProduct',
|
|
4497
|
-
'StreamingChannel',
|
|
4498
|
-
'SuccessTeam',
|
|
4499
|
-
'Supplier',
|
|
4500
|
-
'SupplierProduct',
|
|
4501
|
-
'Survey',
|
|
4502
|
-
'SurveyEmailBranding',
|
|
4503
|
-
'SurveyInvitation',
|
|
4504
|
-
'SurveyQuestion',
|
|
4505
|
-
'SurveyQuestionChoice',
|
|
4506
|
-
'SurveyQuestionResponse',
|
|
4507
|
-
'SurveyResponse',
|
|
4508
|
-
'SurveySubject',
|
|
4509
|
-
'SurveyVersion',
|
|
4510
|
-
'SustainabilityCntrLine',
|
|
4511
|
-
'SustainabilityCredit',
|
|
4512
|
-
'SustainabilityPurchase',
|
|
4513
|
-
'SustainabilityScorecard',
|
|
4514
|
-
'SvcCatalogCategory',
|
|
4515
|
-
'SvcCatalogCategoryItem',
|
|
4516
|
-
'SvcCatalogItemDef',
|
|
4517
|
-
'SvcCatalogReqExtdAttrVal',
|
|
4518
|
-
'SvcCatalogReqRelatedItem',
|
|
4519
|
-
'SvcCatalogRequest',
|
|
4520
|
-
'Swarm',
|
|
4521
|
-
'SwarmMember',
|
|
4522
|
-
'TagCategory',
|
|
4523
|
-
'TagCategoryAssignment',
|
|
4524
|
-
'TaxDisclosureSummary',
|
|
4525
|
-
'TaxEngine',
|
|
4526
|
-
'TaxEngineInteractionLog',
|
|
4527
|
-
'TaxEngineProvider',
|
|
4528
|
-
'TaxGeoConfig',
|
|
4529
|
-
'TaxPolicy',
|
|
4530
|
-
'TaxRate',
|
|
4531
|
-
'TaxTreatment',
|
|
4532
|
-
'Tenant',
|
|
4533
|
-
'TenantParameterMap',
|
|
4534
|
-
'TenantSecurityNotificationRule',
|
|
4535
|
-
'Territory2',
|
|
4536
|
-
'ThreatDetectionFeedback',
|
|
4537
|
-
'TimeSheet',
|
|
4538
|
-
'TimeSheetEntry',
|
|
4539
|
-
'TimeSlot',
|
|
4540
|
-
'Topic',
|
|
4541
|
-
'TopicAssignment',
|
|
4542
|
-
'TrackedCommunication',
|
|
4543
|
-
'TrackedCommunicationDetail',
|
|
4544
|
-
'TrainingCourseParticipant',
|
|
4545
|
-
'TransactionJournal',
|
|
4546
|
-
'Translation',
|
|
4547
|
-
'TravelMode',
|
|
4548
|
-
'TrialEnvironmentSignup',
|
|
4549
|
-
'TrnCourse',
|
|
4550
|
-
'UnitOfMeasure',
|
|
4551
|
-
'UnitOfMeasureConversion',
|
|
4552
|
-
'UsageEntitlement',
|
|
4553
|
-
'UsageEntitlementPeriod',
|
|
4554
|
-
'UsageEntitlementUsage',
|
|
4555
|
-
'UsageFactor',
|
|
4556
|
-
'UsageImpactFactor',
|
|
4557
|
-
'UsageImpactGroup',
|
|
4558
|
-
'UsageImpactGroupFactor',
|
|
4559
|
-
'UsageImpactGroupPgmMeasure',
|
|
4560
|
-
'UsageImpactGroupVersion',
|
|
4561
|
-
'User',
|
|
4562
|
-
'UserAccessPolicy',
|
|
4563
|
-
'UserAppMenuItem',
|
|
4564
|
-
'UserDefinedLabel',
|
|
4565
|
-
'UserDefinedLabelAssignment',
|
|
4566
|
-
'UserEsignVendorIdentifier',
|
|
4567
|
-
'UserFinancialAuthority',
|
|
4568
|
-
'UserLicenseDefinition',
|
|
4569
|
-
'UserLocationAssignment',
|
|
4570
|
-
'UserRole',
|
|
4571
|
-
'UserTerritory2AssocLog',
|
|
4572
|
-
'Vehicle',
|
|
4573
|
-
'VehicleAssetCrbnFtprnt',
|
|
4574
|
-
'VehicleAssetEmssnSrc',
|
|
4575
|
-
'VehicleAssetEnrgyUse',
|
|
4576
|
-
'VehicleDefinition',
|
|
4577
|
-
'VehicleUserAssignment',
|
|
4578
|
-
'VideoCall',
|
|
4579
|
-
'ViolationEnforcementAction',
|
|
4580
|
-
'ViolationType',
|
|
4581
|
-
'ViolationTypeAssessmentInd',
|
|
4582
|
-
'ViolationTypeUse',
|
|
4583
|
-
'Visit',
|
|
4584
|
-
'VisitedParty',
|
|
4585
|
-
'Visitor',
|
|
4586
|
-
'VoiceCall',
|
|
4587
|
-
'VolumeDiscount',
|
|
4588
|
-
'VolunteerProject',
|
|
4589
|
-
'Voucher',
|
|
4590
|
-
'VoucherDefinition',
|
|
4591
|
-
'WarrantyTerm',
|
|
4592
|
-
'WarrantyTermCoverage',
|
|
4593
|
-
'WasteFootprint',
|
|
4594
|
-
'WasteFootprintItem',
|
|
4595
|
-
'WaveAutoInstallRequest',
|
|
4596
|
-
'WebCart',
|
|
4597
|
-
'WebStore',
|
|
4598
|
-
'WebStoreBuyerGroup',
|
|
4599
|
-
'WebStoreCatalog',
|
|
4600
|
-
'WebStoreInventorySource',
|
|
4601
|
-
'WebStorePricebook',
|
|
4602
|
-
'WebStoreSearchProdSettings',
|
|
4603
|
-
'WorkCapacityLimit',
|
|
4604
|
-
'WorkCapacityUsage',
|
|
4605
|
-
'WorkCoaching',
|
|
4606
|
-
'WorkContract',
|
|
4607
|
-
'WorkOrder',
|
|
4608
|
-
'WorkOrderLineItem',
|
|
4609
|
-
'WorkPlan',
|
|
4610
|
-
'WorkPlanSelectionRule',
|
|
4611
|
-
'WorkPlanTemplate',
|
|
4612
|
-
'WorkPlanTemplateEntry',
|
|
4613
|
-
'WorkProcedure',
|
|
4614
|
-
'WorkProcedureStep',
|
|
4615
|
-
'WorkRewardFund',
|
|
4616
|
-
'WorkRewardFundType',
|
|
4617
|
-
'WorkStep',
|
|
4618
|
-
'WorkStepTemplate',
|
|
4619
|
-
'WorkType',
|
|
4620
|
-
'WorkTypeCareSpecialty',
|
|
4621
|
-
'WorkTypeCodeSetBundle',
|
|
4622
|
-
'WorkTypeExtension',
|
|
4623
|
-
'WorkTypeGroup',
|
|
4624
|
-
'WorkTypeGroupDataTranslation',
|
|
4625
|
-
'WorkTypeGroupMember',
|
|
4626
|
-
'WorkTypeGroupRole',
|
|
4627
|
-
'WorkerCompCoverageClass',
|
|
4628
|
-
'WstDispoEmssnFctrSet',
|
|
4629
|
-
'WstDispoEmssnFctrSetItm',
|
|
4630
|
-
]);
|
|
4631
|
-
/**
|
|
4632
|
-
* A set of the string names of known entities.
|
|
4633
|
-
*
|
|
4634
|
-
* Generated
|
|
4635
|
-
* from: ui-services-private-object-deny-list.yaml
|
|
4636
|
-
* API version: 66
|
|
4637
|
-
* at: Tue, 18 Nov 2025 19:41:55 GMT
|
|
4638
|
-
*/
|
|
4639
|
-
const UIAPI_DENIED_ENTITY_API_NAMES = new Set([
|
|
4640
|
-
'AIConsentMgmtStatusEvent',
|
|
4641
|
-
'AIKnowledgeCreationEvent',
|
|
4642
|
-
'AIProductOptimizedField',
|
|
4643
|
-
'AITenantProvisionedFeature',
|
|
4644
|
-
'ASEOrgSyncHealthStats',
|
|
4645
|
-
'ASEOrgSyncHealthTxns',
|
|
4646
|
-
'AbnExperimentCohortAttrVal',
|
|
4647
|
-
'AbnExperimentCohortDmo',
|
|
4648
|
-
'AbnExperimentDmo',
|
|
4649
|
-
'AbnExperimentLogDmo',
|
|
4650
|
-
'AbnExperimentationDailySummaryDmo',
|
|
4651
|
-
'AbnExperimentationSummaryDmo',
|
|
4652
|
-
'AcadRgstrApplnEvent',
|
|
4653
|
-
'AcadRgstrEligCritRunEvent',
|
|
4654
|
-
'AcademicCredentialDmo',
|
|
4655
|
-
'AcademicSessionAttendanceDmo',
|
|
4656
|
-
'AcademicSessionDmo',
|
|
4657
|
-
'AcademicTermDmo',
|
|
4658
|
-
'AcademicTermEnrollmentDmo',
|
|
4659
|
-
'AcademicTermGpaCalcEvent',
|
|
4660
|
-
'AcademicTermRegstrnTimelineDmo',
|
|
4661
|
-
'AcademicYearDmo',
|
|
4662
|
-
'AccountContactDmo',
|
|
4663
|
-
'AccountDmo',
|
|
4664
|
-
'AccountLocationDmo',
|
|
4665
|
-
'AccountProspectSignal',
|
|
4666
|
-
'AccountRelationshipDmo',
|
|
4667
|
-
'AccountRoleDmo',
|
|
4668
|
-
'AccountingPeriodDmo',
|
|
4669
|
-
'ActionPlanDmo',
|
|
4670
|
-
'ActionPlanItemDmo',
|
|
4671
|
-
'ActionPlanTemplateAssignmentDmo',
|
|
4672
|
-
'ActionPlanTemplateDmo',
|
|
4673
|
-
'ActionPlanTemplateItemDmo',
|
|
4674
|
-
'ActionPlanTemplateVersionDmo',
|
|
4675
|
-
'ActionableListDmo',
|
|
4676
|
-
'ActionableListMemberDmo',
|
|
4677
|
-
'ActionableOrchResponseEvent',
|
|
4678
|
-
'ActionableOrchSourceEvent',
|
|
4679
|
-
'ActivationFlowVersionMap',
|
|
4680
|
-
'ActivityDmo',
|
|
4681
|
-
'ActivityParticipantDmo',
|
|
4682
|
-
'ActivityTimingDmo',
|
|
4683
|
-
'ActivityTopicDmo',
|
|
4684
|
-
'ActnblListKeyPrfmIndAsgnt',
|
|
4685
|
-
'Actor',
|
|
4686
|
-
'ActorLock',
|
|
4687
|
-
'ActorMessage',
|
|
4688
|
-
'ActorReactiveAskRespEvent',
|
|
4689
|
-
'ActorSubscription',
|
|
4690
|
-
'AdConversionTagDmo',
|
|
4691
|
-
'AdDmo',
|
|
4692
|
-
'AdExchangeDmo',
|
|
4693
|
-
'AdKeywordDmo',
|
|
4694
|
-
'AdSalesMgmtEventView',
|
|
4695
|
-
'AdSiteDmo',
|
|
4696
|
-
'AdStrategyDmo',
|
|
4697
|
-
'AddressDmo',
|
|
4698
|
-
'AdverseEventActionDmo',
|
|
4699
|
-
'AdverseEventCauseDmo',
|
|
4700
|
-
'AdverseEventContributingFactorDmo',
|
|
4701
|
-
'AdverseEventDmo',
|
|
4702
|
-
'AdverseEventIdentifierDmo',
|
|
4703
|
-
'AdverseEventOutcomeDmo',
|
|
4704
|
-
'AdverseEventPartyDmo',
|
|
4705
|
-
'AdverseEventResultingEffectDmo',
|
|
4706
|
-
'AdverseEventSupportInfoDmo',
|
|
4707
|
-
'AffiliationDmo',
|
|
4708
|
-
'AgentServicePresenceDmo',
|
|
4709
|
-
'AgentWorkDmo',
|
|
4710
|
-
'AgentWorkSkillDmo',
|
|
4711
|
-
'AgentforceSdrConfig',
|
|
4712
|
-
'AiAgentActionDmo',
|
|
4713
|
-
'AiAgentInteractionDmo',
|
|
4714
|
-
'AiAgentInteractionMessageDmo',
|
|
4715
|
-
'AiAgentInteractionStepDmo',
|
|
4716
|
-
'AiAgentMomentDmo',
|
|
4717
|
-
'AiAgentMomentInteractionDmo',
|
|
4718
|
-
'AiAgentSessionDmo',
|
|
4719
|
-
'AiAgentSessionParticipantDmo',
|
|
4720
|
-
'AiAgentTagAssociationDmo',
|
|
4721
|
-
'AiAgentTagDefinitionAssociationDmo',
|
|
4722
|
-
'AiAgentTagDefinitionDmo',
|
|
4723
|
-
'AiAgentTagDmo',
|
|
4724
|
-
'AiAgentTopicDmo',
|
|
4725
|
-
'AiEvalCopilotTestCaseRslt',
|
|
4726
|
-
'AiEvalPrmptRagTestCsRslt',
|
|
4727
|
-
'AiEvalPromptTestCaseRslt',
|
|
4728
|
-
'AiEvalTestCaseCritRslt',
|
|
4729
|
-
'AiEvalTestCaseResult',
|
|
4730
|
-
'AiEvaluation',
|
|
4731
|
-
'AiGatewayReqModelDiagDmo',
|
|
4732
|
-
'AiGatewayReqObjRecCtnDmo',
|
|
4733
|
-
'AiGatewayReqObjRecDmo',
|
|
4734
|
-
'AiJobRun',
|
|
4735
|
-
'AiJobRunItem',
|
|
4736
|
-
'AiMetadataSyncStatus',
|
|
4737
|
-
'AiPromptTemplateGenEvent',
|
|
4738
|
-
'AirTravelEmissionsFactorDmo',
|
|
4739
|
-
'AirTravelEnergyUseDmo',
|
|
4740
|
-
'AllergyIntoleranceDmo',
|
|
4741
|
-
'AlternatePaymentDmo',
|
|
4742
|
-
'AnalyticsChangeEventLog',
|
|
4743
|
-
'AnalyticsDownloadEventLog',
|
|
4744
|
-
'AnalyticsGenerativeMetadata',
|
|
4745
|
-
'AnalyticsGenerativeMetadataDmo',
|
|
4746
|
-
'AnalyticsInteractEventLog',
|
|
4747
|
-
'AnalyticsPerfEventLog',
|
|
4748
|
-
'AnalyticsTaskStatusEvent',
|
|
4749
|
-
'AnnualEmissionsInventoryDmo',
|
|
4750
|
-
'AnnualEmssnInventoryDmo',
|
|
4751
|
-
'AntiCorruptionInitiativeSummaryDmo',
|
|
4752
|
-
'ApexCalloutEventLog',
|
|
4753
|
-
'ApexExecutionEventLog',
|
|
4754
|
-
'ApexExtlCalloutEventLog',
|
|
4755
|
-
'ApexRestApiEventLog',
|
|
4756
|
-
'ApexSoapApiEventLog',
|
|
4757
|
-
'ApexTriggerEventLog',
|
|
4758
|
-
'ApexUnexpectedExcpEventLog',
|
|
4759
|
-
'ApiTotalUsageEventLog',
|
|
4760
|
-
'AppExchangeAnomalyEvent',
|
|
4761
|
-
'ApplicantDmo',
|
|
4762
|
-
'ApplicationDecisionDmo',
|
|
4763
|
-
'ApplicationDmo',
|
|
4764
|
-
'ApplicationItemDmo',
|
|
4765
|
-
'ApplicationParticipantDmo',
|
|
4766
|
-
'ApplicationRecommendationDmo',
|
|
4767
|
-
'ApplicationRecommenderDmo',
|
|
4768
|
-
'ApplicationRelatedCodeDmo',
|
|
4769
|
-
'ApplicationReviewDmo',
|
|
4770
|
-
'ApplicationReviewParticipantDmo',
|
|
4771
|
-
'ApplicationTaskDmo',
|
|
4772
|
-
'ApplicationTimelineDmo',
|
|
4773
|
-
'ApplnFormAppealStsChgEvnt',
|
|
4774
|
-
'ApplnFormUsageTracking',
|
|
4775
|
-
'AppvlWorkItemNtfcnEvent',
|
|
4776
|
-
'ArticleGenAIFeedback',
|
|
4777
|
-
'AssessmentActionItemDmo',
|
|
4778
|
-
'AssessmentDefinitionDmo',
|
|
4779
|
-
'AssessmentDmo',
|
|
4780
|
-
'AssessmentEnvelopeDmo',
|
|
4781
|
-
'AssessmentEnvelopeItemDmo',
|
|
4782
|
-
'AssessmentIndicatorDefinedValueDmo',
|
|
4783
|
-
'AssessmentIndicatorDefinitionDmo',
|
|
4784
|
-
'AssessmentIndicatorValueDmo',
|
|
4785
|
-
'AssessmentQuestionAssignmentDmo',
|
|
4786
|
-
'AssessmentQuestionDmo',
|
|
4787
|
-
'AssessmentQuestionResponseDmo',
|
|
4788
|
-
'AssessmentQuestionSetDmo',
|
|
4789
|
-
'AssessmentQuestionVersionDmo',
|
|
4790
|
-
'AssessmentSignatureDmo',
|
|
4791
|
-
'AssessmentTaskContentDocumentDmo',
|
|
4792
|
-
'AssessmentTaskDefinitionDmo',
|
|
4793
|
-
'AssessmentTaskDmo',
|
|
4794
|
-
'AssessmentTaskIndicatorDefinitionDmo',
|
|
4795
|
-
'AssessmentTaskOrderDmo',
|
|
4796
|
-
'AssetActionSourceDmo',
|
|
4797
|
-
'AssetDmo',
|
|
4798
|
-
'AssetMilestoneDmo',
|
|
4799
|
-
'AssetOperationDmo',
|
|
4800
|
-
'AssetOperationOperatorBehaviorDmo',
|
|
4801
|
-
'AssetParticipantDmo',
|
|
4802
|
-
'AssetPerformanceSummaryDmo',
|
|
4803
|
-
'AssetSalesActionDmo',
|
|
4804
|
-
'AssetServiceActionDmo',
|
|
4805
|
-
'AssetServiceLevelObjectiveConsequenceDmo',
|
|
4806
|
-
'AssetServiceLevelObjectiveDmo',
|
|
4807
|
-
'AssetStatePeriodDmo',
|
|
4808
|
-
'AssetTelematicsEventDmo',
|
|
4809
|
-
'AssetTelematicsEventFaultCdMappingDmo',
|
|
4810
|
-
'AssetThresholdUpdateEvent',
|
|
4811
|
-
'AssetWarrantyTermDmo',
|
|
4812
|
-
'AssortmentAssignmentDmo',
|
|
4813
|
-
'AssortmentDmo',
|
|
4814
|
-
'AssortmentProductDmo',
|
|
4815
|
-
'AsyncReportRunEventLog',
|
|
4816
|
-
'AttachmentEventLog',
|
|
4817
|
-
'AttribModelJobStatusEvent',
|
|
4818
|
-
'AttribModelOutput',
|
|
4819
|
-
'AttribModelOutputKeyField',
|
|
4820
|
-
'AttribModelRelatedType',
|
|
4821
|
-
'AttribModelRelatedTypeParm',
|
|
4822
|
-
'AuraRequestEventLog',
|
|
4823
|
-
'AuthDomainStatusEvent',
|
|
4824
|
-
'AuthLocationPermitScheduleDmo',
|
|
4825
|
-
'AuthorizationApplicationAssetDmo',
|
|
4826
|
-
'AuthorizationApplicationDmo',
|
|
4827
|
-
'AuthorizationApplicationPlaceDmo',
|
|
4828
|
-
'AuthorizationFormConsentDmo',
|
|
4829
|
-
'AuthorizationFormDataUseDmo',
|
|
4830
|
-
'AuthorizationFormDmo',
|
|
4831
|
-
'AuthorizationFormTextDmo',
|
|
4832
|
-
'AutomationStepProgress',
|
|
4833
|
-
'BankTransferTenderDmo',
|
|
4834
|
-
'BankerDmo',
|
|
4835
|
-
'BatchJobCalcExecEvent',
|
|
4836
|
-
'BatchJobProcessExecEvent',
|
|
4837
|
-
'BenefitActionDmo',
|
|
4838
|
-
'BenefitApplicationDmo',
|
|
4839
|
-
'BenefitAssignmentAdjustmentDmo',
|
|
4840
|
-
'BenefitAssignmentDmo',
|
|
4841
|
-
'BenefitDisbursementAdjustmentDmo',
|
|
4842
|
-
'BenefitDisbursementDmo',
|
|
4843
|
-
'BenefitDmo',
|
|
4844
|
-
'BenefitItemCodeDmo',
|
|
4845
|
-
'BenefitPrvdSearchableFldDmo',
|
|
4846
|
-
'BenefitScheduleAssignmentDmo',
|
|
4847
|
-
'BenefitScheduleDmo',
|
|
4848
|
-
'BenefitSessionDmo',
|
|
4849
|
-
'BenefitSpecialtyDmo',
|
|
4850
|
-
'BenefitTypeDmo',
|
|
4851
|
-
'BillingPolicyDmo',
|
|
4852
|
-
'BillingScheduleDmo',
|
|
4853
|
-
'BillingScheduleGroupDmo',
|
|
4854
|
-
'BillingScheduleGroupRelationshipDmo',
|
|
4855
|
-
'BillingTreatmentDmo',
|
|
4856
|
-
'BillingTreatmentItemDmo',
|
|
4857
|
-
'BillingTrxnJournalEvent',
|
|
4858
|
-
'BlockedRedirectEventLog',
|
|
4859
|
-
'BnftAsgntBnftItemCodeDmo',
|
|
4860
|
-
'BotDmo',
|
|
4861
|
-
'BranchUnitDmo',
|
|
4862
|
-
'BranchUnitRelatedRecordDmo',
|
|
4863
|
-
'BrandDmo',
|
|
4864
|
-
'BrandingKit',
|
|
4865
|
-
'BrandingKitContentDocument',
|
|
4866
|
-
'BrandingKitDataspaceLink',
|
|
4867
|
-
'BrandingKitGuideline',
|
|
4868
|
-
'BudgetAllocationDmo',
|
|
4869
|
-
'BudgetCategoryDmo',
|
|
4870
|
-
'BudgetCategoryValueDmo',
|
|
4871
|
-
'BudgetDmo',
|
|
4872
|
-
'BudgetPeriodDmo',
|
|
4873
|
-
'BuildingEnergyIntensityDmo',
|
|
4874
|
-
'BulkApi2EventLog',
|
|
4875
|
-
'BulkApi2JobResultsEvent',
|
|
4876
|
-
'BulkApi2JobStatusEvent',
|
|
4877
|
-
'BulkApiEventLog',
|
|
4878
|
-
'BulkApiRequestEventLog',
|
|
4879
|
-
'BulkEmailMessageDmo',
|
|
4880
|
-
'BulkMessage',
|
|
4881
|
-
'BulkMessageDmo',
|
|
4882
|
-
'BundleProductDmo',
|
|
4883
|
-
'BusRegAuthTypeDependencyDmo',
|
|
4884
|
-
'BusinessLicenseCodeSetDmo',
|
|
4885
|
-
'BusinessMilestoneDmo',
|
|
4886
|
-
'BusinessPeriodDmo',
|
|
4887
|
-
'BusinessProfileDmo',
|
|
4888
|
-
'BusinessRegulatoryAuthTypeDmo',
|
|
4889
|
-
'BusinessTypeDmo',
|
|
4890
|
-
'BuyerIntentDmo',
|
|
4891
|
-
'CalendarEventDmo',
|
|
4892
|
-
'CampaignDmo',
|
|
4893
|
-
'CampaignMemberDmo',
|
|
4894
|
-
'CapabilityUserPreference',
|
|
4895
|
-
'CapturePaymentDmo',
|
|
4896
|
-
'CarbonEmissionScopeAllocationDmo',
|
|
4897
|
-
'CardAccountDmo',
|
|
4898
|
-
'CareBarrier2Dmo',
|
|
4899
|
-
'CareBarrierDeterminantDmo',
|
|
4900
|
-
'CareBarrierTypeDmo',
|
|
4901
|
-
'CareBnftVrfyRqstStsChgEvent',
|
|
4902
|
-
'CareDeterminantDmo',
|
|
4903
|
-
'CareMetricTargetDmo',
|
|
4904
|
-
'CareObservationDmo',
|
|
4905
|
-
'CareObservationIdentifierDmo',
|
|
4906
|
-
'CareObservationItemDmo',
|
|
4907
|
-
'CarePgmProvHealthcareProviderDmo',
|
|
4908
|
-
'CarePlanActivityDetailDmo',
|
|
4909
|
-
'CarePlanActivityDmo',
|
|
4910
|
-
'CarePlanDetailDmo',
|
|
4911
|
-
'CarePlanDmo',
|
|
4912
|
-
'CarePlanIdentifierDmo',
|
|
4913
|
-
'CarePlanTemplateBenefitDmo',
|
|
4914
|
-
'CarePlanTemplateDmo',
|
|
4915
|
-
'CarePlanTemplateGoalDmo',
|
|
4916
|
-
'CarePreauthorizationDmo',
|
|
4917
|
-
'CarePreauthorizationItemDmo',
|
|
4918
|
-
'CareProgramAssistanceDmo',
|
|
4919
|
-
'CareProgramCampaignDmo',
|
|
4920
|
-
'CareProgramDetailDmo',
|
|
4921
|
-
'CareProgramDmo',
|
|
4922
|
-
'CareProgramEligibilityRuleDmo',
|
|
4923
|
-
'CareProgramEnrolleeDmo',
|
|
4924
|
-
'CareProgramEnrolleeProductDmo',
|
|
4925
|
-
'CareProgramEnrolleeStatusPeriodDmo',
|
|
4926
|
-
'CareProgramEnrollmentCardDmo',
|
|
4927
|
-
'CareProgramGoalDmo',
|
|
4928
|
-
'CareProgramIdentifierDmo',
|
|
4929
|
-
'CareProgramProductDmo',
|
|
4930
|
-
'CareProgramProviderProductDmo',
|
|
4931
|
-
'CareProgramSiteContractDmo',
|
|
4932
|
-
'CareProgramSiteDmo',
|
|
4933
|
-
'CareProgramStatusPeriodDmo',
|
|
4934
|
-
'CareProgramTeamMemberDmo',
|
|
4935
|
-
'CareProgramTeamMemberRolePeriodDmo',
|
|
4936
|
-
'CareRequestDiagnosisDmo',
|
|
4937
|
-
'CareRequestDiagnosisIdentifierDmo',
|
|
4938
|
-
'CareRequestDmo',
|
|
4939
|
-
'CareRequestDrugDmo',
|
|
4940
|
-
'CareRequestIdentifierDmo',
|
|
4941
|
-
'CareRequestItemDmo',
|
|
4942
|
-
'CareRequestReviewerDmo',
|
|
4943
|
-
'CareSpecialtyDmo',
|
|
4944
|
-
'CaseDmo',
|
|
4945
|
-
'CaseEpisodeDmo',
|
|
4946
|
-
'CaseFileProcessDependency',
|
|
4947
|
-
'CaseFileProcessExecution',
|
|
4948
|
-
'CaseMilestoneDmo',
|
|
4949
|
-
'CaseMilestoneTypeDmo',
|
|
4950
|
-
'CaseParticipantDmo',
|
|
4951
|
-
'CaseProceedingComplaintDmo',
|
|
4952
|
-
'CaseProceedingDmo',
|
|
4953
|
-
'CaseProceedingInfractionDmo',
|
|
4954
|
-
'CaseProceedingParticipantDmo',
|
|
4955
|
-
'CaseProceedingResultDmo',
|
|
4956
|
-
'CaseProgramDmo',
|
|
4957
|
-
'CaseRelatedIssueDmo',
|
|
4958
|
-
'CaseTeamMemberProgramDmo',
|
|
4959
|
-
'CaseUpdateDmo',
|
|
4960
|
-
'CashTenderDmo',
|
|
4961
|
-
'CategoryDmo',
|
|
4962
|
-
'CdnTaskConfiguration',
|
|
4963
|
-
'ChangeRequestDmo',
|
|
4964
|
-
'ChangeRequestRelatedIssueDmo',
|
|
4965
|
-
'ChangeRequestRelatedItemDmo',
|
|
4966
|
-
'ChangeSetOperationEventLog',
|
|
4967
|
-
'ChannelEngagementDmo',
|
|
4968
|
-
'CheckTenderDmo',
|
|
4969
|
-
'CheckoutResetConfig',
|
|
4970
|
-
'ClaimCaseDmo',
|
|
4971
|
-
'ClaimCoverageDmo',
|
|
4972
|
-
'ClaimDiagnosisDmo',
|
|
4973
|
-
'ClaimDmo',
|
|
4974
|
-
'ClaimItemDmo',
|
|
4975
|
-
'ClaimItemParticipantDmo',
|
|
4976
|
-
'ClaimParticipantDmo',
|
|
4977
|
-
'ClaimPaymentDetailDmo',
|
|
4978
|
-
'ClaimPaymentDmo',
|
|
4979
|
-
'ClaimSupportingInformationDmo',
|
|
4980
|
-
'ClinicalAlertDmo',
|
|
4981
|
-
'ClinicalEncounterDiagnosisDmo',
|
|
4982
|
-
'ClinicalEncounterDmo',
|
|
4983
|
-
'ClinicalEncounterFacilityDmo',
|
|
4984
|
-
'ClinicalEncounterIdentifierDmo',
|
|
4985
|
-
'ClinicalEncounterProviderDmo',
|
|
4986
|
-
'ClinicalEncounterReasonDmo',
|
|
4987
|
-
'ClinicalEncounterServiceRequestDmo',
|
|
4988
|
-
'ClinicalServiceRequestDetailDmo',
|
|
4989
|
-
'ClinicalServiceRequestDmo',
|
|
4990
|
-
'ClinicalServiceRequestIdentifierDmo',
|
|
4991
|
-
'CmplAsyncJobStatusChangedEvent',
|
|
4992
|
-
'CmsnProcUsageTracking',
|
|
4993
|
-
'CnfgItemAttributeDmo',
|
|
4994
|
-
'CnfgItemAttributeValueDmo',
|
|
4995
|
-
'CnfgItemChangeEvent',
|
|
4996
|
-
'CnfgItemRelationshipDmo',
|
|
4997
|
-
'CnfgItemTypeDefinitionDmo',
|
|
4998
|
-
'CnfgMgmtDiscoveryOrgDetail',
|
|
4999
|
-
'CnfgMgmtDiscoveryTrgtScan',
|
|
5000
|
-
'CnfgMgmtDscvryTrgtScanDoc',
|
|
5001
|
-
'CodeSetBundleDmo',
|
|
5002
|
-
'CodeSetDmo',
|
|
5003
|
-
'CollabMsgLinkedRecord',
|
|
5004
|
-
'CollabRoomSvcRoutgSpec',
|
|
5005
|
-
'CollectionPlanDmo',
|
|
5006
|
-
'CollectionPlanItemDmo',
|
|
5007
|
-
'CollectionPlanReasonDmo',
|
|
5008
|
-
'CommerceJobStatus',
|
|
5009
|
-
'CommerceSearchIndexError',
|
|
5010
|
-
'CommerceSearchPricebookInfo',
|
|
5011
|
-
'CommerceSearchResultsRule',
|
|
5012
|
-
'CommitStatusChangeEvent',
|
|
5013
|
-
'CommodityUsageDmo',
|
|
5014
|
-
'CommunicationSubscriptionChannelTypeDmo',
|
|
5015
|
-
'CommunicationSubscriptionConsentDmo',
|
|
5016
|
-
'CommunicationSubscriptionDmo',
|
|
5017
|
-
'CommunicationSubscriptionTimingDmo',
|
|
5018
|
-
'CompiledProduct',
|
|
5019
|
-
'ComplaintCaseDmo',
|
|
5020
|
-
'ComplaintDmo',
|
|
5021
|
-
'ComplaintParticipantDmo',
|
|
5022
|
-
'CompleteProgressCalcEvent',
|
|
5023
|
-
'ComplexTable4',
|
|
5024
|
-
'ComplexTable5',
|
|
5025
|
-
'ComplianceAsyncJob',
|
|
5026
|
-
'ComplianceAsyncJobPart',
|
|
5027
|
-
'ConcurApexLimitEventLog',
|
|
5028
|
-
'ConfigurationItemDmo',
|
|
5029
|
-
'ConsentActionDmo',
|
|
5030
|
-
'ConsentStatusDmo',
|
|
5031
|
-
'ConsentUnsubscribeAllEvent',
|
|
5032
|
-
'ConsentUnsubscribeEvent',
|
|
5033
|
-
'ConstituentRoleDmo',
|
|
5034
|
-
'ConsumedLocationProductDmo',
|
|
5035
|
-
'ContCalloutSummaryEventLog',
|
|
5036
|
-
'ContactAlternateKey',
|
|
5037
|
-
'ContactPointAddressDmo',
|
|
5038
|
-
'ContactPointAppDmo',
|
|
5039
|
-
'ContactPointConsentDmo',
|
|
5040
|
-
'ContactPointDigitalIdDmo',
|
|
5041
|
-
'ContactPointDmo',
|
|
5042
|
-
'ContactPointEmailDmo',
|
|
5043
|
-
'ContactPointOTTServiceDmo',
|
|
5044
|
-
'ContactPointPhoneDmo',
|
|
5045
|
-
'ContactPointSocialDmo',
|
|
5046
|
-
'ContactProfileDmo',
|
|
5047
|
-
'ContentDistributionEventLog',
|
|
5048
|
-
'ContentDocLinkEventLog',
|
|
5049
|
-
'ContentDocumentDmo',
|
|
5050
|
-
'ContentDocumentLinkEvent',
|
|
5051
|
-
'ContentDocumentRelationshipDmo',
|
|
5052
|
-
'ContentDocumentVersionDmo',
|
|
5053
|
-
'ContentTaxonomyDmo',
|
|
5054
|
-
'ContentTaxonomyModel',
|
|
5055
|
-
'ContentTaxonomyModelDmo',
|
|
5056
|
-
'ContentTaxonomyRelatedTermDmo',
|
|
5057
|
-
'ContentTaxonomyTermDmo',
|
|
5058
|
-
'ContentTaxonomyTermRelObjectDmo',
|
|
5059
|
-
'ContentTaxonomyTermRelationshipDmo',
|
|
5060
|
-
'ContentTransferEventLog',
|
|
5061
|
-
'ContextPersistenceEvent',
|
|
5062
|
-
'ContractCreationEvent',
|
|
5063
|
-
'ContractDmo',
|
|
5064
|
-
'ContractDocVerContentDocDmo',
|
|
5065
|
-
'ContractDocumentVersionDmo',
|
|
5066
|
-
'ContractLineDmo',
|
|
5067
|
-
'ConvChannelEngagementSummaryDmo',
|
|
5068
|
-
'ConvChannelEngmtSummarySubjectDmo',
|
|
5069
|
-
'ConvChnlEngmtSummaryPtcpDmo',
|
|
5070
|
-
'ConvEngmtProcState',
|
|
5071
|
-
'ConvIntelligenceVoiceCall',
|
|
5072
|
-
'ConvReasonReportDefinitionDmo',
|
|
5073
|
-
'ConvReasonReportSegmentDefDmo',
|
|
5074
|
-
'ConversationDmo',
|
|
5075
|
-
'ConversationEntryDmo',
|
|
5076
|
-
'ConversationEntryTranscriptExcerptDmo',
|
|
5077
|
-
'ConversationInsightEvent',
|
|
5078
|
-
'ConversationReasonCategoryDmo',
|
|
5079
|
-
'ConversationReasonDmo',
|
|
5080
|
-
'ConversationTranscriptSendRequest',
|
|
5081
|
-
'ConversionEngagementSummaryDmo',
|
|
5082
|
-
'CostBookDmo',
|
|
5083
|
-
'CostBookEntryDmo',
|
|
5084
|
-
'CouponDefinitionDmo',
|
|
5085
|
-
'CouponDmo',
|
|
5086
|
-
'CourseOfferingAttendanceDmo',
|
|
5087
|
-
'CourseOfferingDmo',
|
|
5088
|
-
'CourseOfferingParticipantDmo',
|
|
5089
|
-
'CourseOfferingParticipationDmo',
|
|
5090
|
-
'CourseOfferingPtcpResultDmo',
|
|
5091
|
-
'CourseOfferingRubricDmo',
|
|
5092
|
-
'CourseOfferingScheduleDmo',
|
|
5093
|
-
'CourseOfferingScheduleTmplDmo',
|
|
5094
|
-
'CourseOfrPtcpActivityGradeDmo',
|
|
5095
|
-
'CoverageBenefitDmo',
|
|
5096
|
-
'CoverageBenefitItemDmo',
|
|
5097
|
-
'CoverageBenefitItemLimitDmo',
|
|
5098
|
-
'CoverageBenefitVerificationRequestDmo',
|
|
5099
|
-
'CreditMemoDmo',
|
|
5100
|
-
'CreditMemoLineDmo',
|
|
5101
|
-
'CreditMemoLineTaxDmo',
|
|
5102
|
-
'CreditTenderDmo',
|
|
5103
|
-
'CrossOrgDocProcUsageMetrics',
|
|
5104
|
-
'CspViolationEventLog',
|
|
5105
|
-
'CuratedExpJobEvent',
|
|
5106
|
-
'CuratedExpPlanEvent',
|
|
5107
|
-
'CurrencyDatedConversionRateDmo',
|
|
5108
|
-
'CurrencyStaticConversionRateDmo',
|
|
5109
|
-
'CustodyChainEntryDmo',
|
|
5110
|
-
'CustodyItemDmo',
|
|
5111
|
-
'CustodyItemRegulatoryCodeViolationDmo',
|
|
5112
|
-
'CustodyItemRelationDmo',
|
|
5113
|
-
'DCResourceProvStatusEvent',
|
|
5114
|
-
'DTRecordsetReplica',
|
|
5115
|
-
'DataActionJobStatusEvent',
|
|
5116
|
-
'DataAnlytConfigDeleteEvent',
|
|
5117
|
-
'DataAnlytConfigExportEvent',
|
|
5118
|
-
'DataAnlytConfigSync',
|
|
5119
|
-
'DataCloudCurrencyConfig',
|
|
5120
|
-
'DataCloudFiscalCalendar',
|
|
5121
|
-
'DataCustomCodeStatEvent',
|
|
5122
|
-
'DataEncryptionKey',
|
|
5123
|
-
'DataKitDeployEvent',
|
|
5124
|
-
'DataMceUmaMigStrmStatus',
|
|
5125
|
-
'DataMceUmaMigrationStatus',
|
|
5126
|
-
'DataMltOrgMdatChgsetEvent',
|
|
5127
|
-
'DataMultiOrgServiceEvent',
|
|
5128
|
-
'DataShellTntUpgradeEvent',
|
|
5129
|
-
'DataTntDeprovisionStsEvent',
|
|
5130
|
-
'DataUseLegalBasisDmo',
|
|
5131
|
-
'DataUsePurposeConsentActionDmo',
|
|
5132
|
-
'DataUsePurposeDmo',
|
|
5133
|
-
'DatabaseSaveEventLog',
|
|
5134
|
-
'DcsnTblSourceObjectRecord',
|
|
5135
|
-
'DcvrDataModelJobEvent',
|
|
5136
|
-
'DcvrFeatureProgress',
|
|
5137
|
-
'DcvrPreEnblStepProgress',
|
|
5138
|
-
'DcvrRecipeProgress',
|
|
5139
|
-
'DcvrRecipeStepProgress',
|
|
5140
|
-
'DecisionTableDataset',
|
|
5141
|
-
'DecisionTableRecordset',
|
|
5142
|
-
'DecisionTblSrcChangedEvent',
|
|
5143
|
-
'DedupEngmtAnlssTextInsightAssocDmo',
|
|
5144
|
-
'DedupEngmtAnlssTextInsightDmo',
|
|
5145
|
-
'DeliveryEngagementSummaryDmo',
|
|
5146
|
-
'DeliveryVerificationEngmtSummaryDmo',
|
|
5147
|
-
'DepositAccountDmo',
|
|
5148
|
-
'DeviceApplicationEngagementDmo',
|
|
5149
|
-
'DeviceApplicationTemplateDmo',
|
|
5150
|
-
'DeviceDmo',
|
|
5151
|
-
'DeviceTypeConfigurationDmo',
|
|
5152
|
-
'DevopsRequestInfoEvent',
|
|
5153
|
-
'DgtAssetMgmtPrvdLghtCpntInstance',
|
|
5154
|
-
'DiagnosticSummaryDmo',
|
|
5155
|
-
'DiagnosticSummaryIdentifierDmo',
|
|
5156
|
-
'DigitalContentChannelDmo',
|
|
5157
|
-
'DigitalContentDmo',
|
|
5158
|
-
'DigitalContentPublishChannelDmo',
|
|
5159
|
-
'DigitalContentRelationshipDmo',
|
|
5160
|
-
'DigitalContentSpaceChannelDmo',
|
|
5161
|
-
'DigitalContentSpaceDmo',
|
|
5162
|
-
'DigitalSignatureDmo',
|
|
5163
|
-
'DigitalWalletDmo',
|
|
5164
|
-
'DisclosureDmo',
|
|
5165
|
-
'DisclosureReportingPeriodDmo',
|
|
5166
|
-
'DiscoveryFrwrkSampleTemplate',
|
|
5167
|
-
'DiscoveryFrwrkTemplateMember',
|
|
5168
|
-
'DistMktgMessageEvent',
|
|
5169
|
-
'DiversityEquityInclusionSummaryDmo',
|
|
5170
|
-
'DocAtchDownloadEventLog',
|
|
5171
|
-
'DocGenBtchStsChgEvent',
|
|
5172
|
-
'DocGenProcStsChgEvent',
|
|
5173
|
-
'DocProcessingUsageMetrics',
|
|
5174
|
-
'DocumentChecklistItemDmo',
|
|
5175
|
-
'DocumentClauseDmo',
|
|
5176
|
-
'DocumentClauseSetDmo',
|
|
5177
|
-
'DocumentExtReviewerConsent',
|
|
5178
|
-
'DocumentExtractionCpltEvent',
|
|
5179
|
-
'DonorGiftSummaryDmo',
|
|
5180
|
-
'DriverPerformanceSummaryDmo',
|
|
5181
|
-
'EconomicPerformanceSummaryDmo',
|
|
5182
|
-
'EducationApplicationDmo',
|
|
5183
|
-
'EducationalInfoRequestDmo',
|
|
5184
|
-
'ElectricityEmissionsFactorSetDmo',
|
|
5185
|
-
'ElectronicMediaDmo',
|
|
5186
|
-
'EmailBounceEvent',
|
|
5187
|
-
'EmailContentDmo',
|
|
5188
|
-
'EmailEngagementDmo',
|
|
5189
|
-
'EmailEngagementFrequencyDmo',
|
|
5190
|
-
'EmailEngagementQualityScoreDmo',
|
|
5191
|
-
'EmailEngagementScoreDmo',
|
|
5192
|
-
'EmailMessageDmo',
|
|
5193
|
-
'EmailMessageMigration',
|
|
5194
|
-
'EmailPublicationDmo',
|
|
5195
|
-
'EmailSendTimeOptimizationDmo',
|
|
5196
|
-
'EmailServerEventLog',
|
|
5197
|
-
'EmailTemplateDmo',
|
|
5198
|
-
'EmployeeDemographicSummaryDmo',
|
|
5199
|
-
'EmployeeDevelopmentSummaryDmo',
|
|
5200
|
-
'EmployeeDmo',
|
|
5201
|
-
'EmploymentBenefitSummaryDmo',
|
|
5202
|
-
'EmploymentDmo',
|
|
5203
|
-
'EmploymentOfferDmo',
|
|
5204
|
-
'EmploymentOfferVettingEvaluationDmo',
|
|
5205
|
-
'EnblMlstnProgQryTmotEvent',
|
|
5206
|
-
'EncryptionKeyErrorEvent',
|
|
5207
|
-
'EngagementActionDmo',
|
|
5208
|
-
'EngagementAnalysisTargetedInsightDmo',
|
|
5209
|
-
'EngagementAnalysisTextAssociationDmo',
|
|
5210
|
-
'EngagementAnalysisTextDirectFeedbackDmo',
|
|
5211
|
-
'EngagementAnalysisTextDmo',
|
|
5212
|
-
'EngagementAnalysisTextInsightDmo',
|
|
5213
|
-
'EngagementAnalysisTextParticipantDmo',
|
|
5214
|
-
'EngagementAnalysisTextSessionDmo',
|
|
5215
|
-
'EngagementAnalysisTgtInsightActionDmo',
|
|
5216
|
-
'EngagementChannelActionDmo',
|
|
5217
|
-
'EngagementChannelDmo',
|
|
5218
|
-
'EngagementChannelParticipantDmo',
|
|
5219
|
-
'EngagementChannelTypeConsentDmo',
|
|
5220
|
-
'EngagementChannelTypeDmo',
|
|
5221
|
-
'EngagementChannelUsageDmo',
|
|
5222
|
-
'EngagementParticipantAppRoleDmo',
|
|
5223
|
-
'EngagementSignalDistinct',
|
|
5224
|
-
'EngagementSignalFilter',
|
|
5225
|
-
'EngagementSignalFltrGrp',
|
|
5226
|
-
'EngagementSignalFltrVal',
|
|
5227
|
-
'EngagementSignalJoinDim',
|
|
5228
|
-
'EngagementTopicDmo',
|
|
5229
|
-
'EngmtInsightKnwlgArticleVersionDmo',
|
|
5230
|
-
'EnqueueProgressCalcEvent',
|
|
5231
|
-
'EnrollmentEligibilityCriteriaDmo',
|
|
5232
|
-
'EntpUserDmo',
|
|
5233
|
-
'EntpUserEmailDmo',
|
|
5234
|
-
'EntpUserIdentificationDmo',
|
|
5235
|
-
'EnvironmentalRiskDmo',
|
|
5236
|
-
'ErrorEngagementDmo',
|
|
5237
|
-
'EvaluationJobResultEvent',
|
|
5238
|
-
'ExpSetBusinessVertical',
|
|
5239
|
-
'ExperimentJobStatusEvent',
|
|
5240
|
-
'ExtKAImportError',
|
|
5241
|
-
'ExtKAImportResult',
|
|
5242
|
-
'ExtKnowledgeIngestionRun',
|
|
5243
|
-
'ExtKnowledgeIngestionStatus',
|
|
5244
|
-
'ExtKnowledgeIngestionTask',
|
|
5245
|
-
'ExtKnowledgeOrgStatus',
|
|
5246
|
-
'ExtKnowledgePartnerOrg',
|
|
5247
|
-
'ExtKnowledgeXDSConnector',
|
|
5248
|
-
'ExtMsgResourceStatusEvent',
|
|
5249
|
-
'ExternalAssessmentDefinitionDmo',
|
|
5250
|
-
'ExternalDataChgEvent',
|
|
5251
|
-
'ExternalDocRefMapping',
|
|
5252
|
-
'ExternalEncryptionRootKey',
|
|
5253
|
-
'ExternalTrigger',
|
|
5254
|
-
'ExternalTriggerData',
|
|
5255
|
-
'ExternalTriggerSubscriber',
|
|
5256
|
-
'ExtlRecShrCnctAccnt',
|
|
5257
|
-
'ExtlRecShrEvent',
|
|
5258
|
-
'ExtlRecShrProcessEvent',
|
|
5259
|
-
'ExtlRecShrRecordMap',
|
|
5260
|
-
'ExtlRecShrResultEvent',
|
|
5261
|
-
'FavoriteConfiguration',
|
|
5262
|
-
'FeatureConfigProgress',
|
|
5263
|
-
'FeatureGroupSetupProgress',
|
|
5264
|
-
'FeatureSetupProgress',
|
|
5265
|
-
'FeatureUsageDmo',
|
|
5266
|
-
'FinancialAccountAddressDmo',
|
|
5267
|
-
'FinancialAccountBalanceDmo',
|
|
5268
|
-
'FinancialAccountDmo',
|
|
5269
|
-
'FinancialAccountFeeDmo',
|
|
5270
|
-
'FinancialAccountInterestRateDmo',
|
|
5271
|
-
'FinancialAccountLimitDmo',
|
|
5272
|
-
'FinancialAccountPartyDmo',
|
|
5273
|
-
'FinancialAccountTransactionDmo',
|
|
5274
|
-
'FinancialApplicationDmo',
|
|
5275
|
-
'FinancialApplicationItemDmo',
|
|
5276
|
-
'FinancialApplicationItemProposalDmo',
|
|
5277
|
-
'FinancialCustomerDmo',
|
|
5278
|
-
'FinancialGoalDmo',
|
|
5279
|
-
'FinancialGoalFundingDmo',
|
|
5280
|
-
'FinancialGoalPartyDmo',
|
|
5281
|
-
'FinancialHoldingDmo',
|
|
5282
|
-
'FinancialPlanDmo',
|
|
5283
|
-
'FinancialSecurityDmo',
|
|
5284
|
-
'FinclAssetPortfolioTargetAllocationDmo',
|
|
5285
|
-
'FirstBillPaymentSetupEvent',
|
|
5286
|
-
'FiscalCalendarDmo',
|
|
5287
|
-
'FldSvcObjChgDmo',
|
|
5288
|
-
'FldSvcObjChgDtlDmo',
|
|
5289
|
-
'FlowAppvlProcCmplEvent',
|
|
5290
|
-
'FlowAutoSaveStsChngEvent',
|
|
5291
|
-
'FlowAutosaveInterviewStatus',
|
|
5292
|
-
'FlowDebugRefreshEvent',
|
|
5293
|
-
'FlowDefDataActionMapping',
|
|
5294
|
-
'FlowDmo',
|
|
5295
|
-
'FlowElementDmo',
|
|
5296
|
-
'FlowElementRunDmo',
|
|
5297
|
-
'FlowNavMetricEventLog',
|
|
5298
|
-
'FlowOccurrenceEvent',
|
|
5299
|
-
'FlowRecElementWinningPath',
|
|
5300
|
-
'FlowRunDmo',
|
|
5301
|
-
'FlowRunEvent',
|
|
5302
|
-
'FlowVersionDmo',
|
|
5303
|
-
'FlowVersionOccurrenceDmo',
|
|
5304
|
-
'ForecastItemManagerVersionAmountDmo',
|
|
5305
|
-
'ForecastItemOwnerVersionAmountDmo',
|
|
5306
|
-
'FreightHaulingEmissionFactorDmo',
|
|
5307
|
-
'FreightHaulingEnergyUseDmo',
|
|
5308
|
-
'FtestHighScaleData',
|
|
5309
|
-
'FtestNonTransactionalDataDlo_std__dll',
|
|
5310
|
-
'FtestSchemaInterface',
|
|
5311
|
-
'FulfillmentOrderDmo',
|
|
5312
|
-
'FulfillmentOrderPriceAdjDmo',
|
|
5313
|
-
'FulfillmentOrderPriceAdjTaxDmo',
|
|
5314
|
-
'FulfillmentOrderProductDmo',
|
|
5315
|
-
'FulfillmentOrderProductPriceAdjDmo',
|
|
5316
|
-
'FulfillmentOrderProductTaxDmo',
|
|
5317
|
-
'FulfillmentOrderTaxDmo',
|
|
5318
|
-
'FulfillmentPlanDmo',
|
|
5319
|
-
'FulfillmentStepDependencyDmo',
|
|
5320
|
-
'FulfillmentStepDmo',
|
|
5321
|
-
'FulfillmentStepSourceDmo',
|
|
5322
|
-
'FulfmtRoutgSpec',
|
|
5323
|
-
'FulfmtStepDepResolveEvent',
|
|
5324
|
-
'FundingAwardAmendmentDmo',
|
|
5325
|
-
'FundingAwardDisbursementDmo',
|
|
5326
|
-
'FundingAwardDmo',
|
|
5327
|
-
'FundingAwardRequirementDmo',
|
|
5328
|
-
'FundingOpportunityDmo',
|
|
5329
|
-
'GameDefinitionDmo',
|
|
5330
|
-
'GameParticipantDmo',
|
|
5331
|
-
'GameParticipantRewardDmo',
|
|
5332
|
-
'GameRewardDmo',
|
|
5333
|
-
'GenOpPlanCacheEntry',
|
|
5334
|
-
'GenOpPlanContextAttr',
|
|
5335
|
-
'GenOpPlanError',
|
|
5336
|
-
'GenOpPlanSourceContent',
|
|
5337
|
-
'GenOpPlanSourceRef',
|
|
5338
|
-
'GeneratedOperationPlanDmo',
|
|
5339
|
-
'GeneratedOperationPlanExecutionDmo',
|
|
5340
|
-
'GeneratedOperationPlanStepDmo',
|
|
5341
|
-
'GeneratedOperationPlanStepExecutionDmo',
|
|
5342
|
-
'GeneratedWasteDmo',
|
|
5343
|
-
'GenericHammerResult',
|
|
5344
|
-
'GeoDemographicDistributionDmo',
|
|
5345
|
-
'GiftBatchDmo',
|
|
5346
|
-
'GiftCmtChangeAttrLogDmo',
|
|
5347
|
-
'GiftCommitmentDmo',
|
|
5348
|
-
'GiftCommitmentScheduleDmo',
|
|
5349
|
-
'GiftDefaultDesignationDmo',
|
|
5350
|
-
'GiftDesignationDmo',
|
|
5351
|
-
'GiftEntryDmo',
|
|
5352
|
-
'GiftRefundDmo',
|
|
5353
|
-
'GiftSoftCreditDmo',
|
|
5354
|
-
'GiftTransactionDesignationDmo',
|
|
5355
|
-
'GiftTransactionDmo',
|
|
5356
|
-
'GoalAssignmentDetailDmo',
|
|
5357
|
-
'GoalAssignmentDmo',
|
|
5358
|
-
'GoalDefinitionDmo',
|
|
5359
|
-
'GoodsProductDmo',
|
|
5360
|
-
'GovFinancialAssistanceSummaryDmo',
|
|
5361
|
-
'GroundTravelEmissionFactorDmo',
|
|
5362
|
-
'GroundTravelEnergyUseDmo',
|
|
5363
|
-
'GroundingInsightScore',
|
|
5364
|
-
'GroupMembershipEventLog',
|
|
5365
|
-
'GuestUserAnomalyEvent',
|
|
5366
|
-
'HealthConditionDefinitionDmo',
|
|
5367
|
-
'HealthScoreCategoryDmo',
|
|
5368
|
-
'HealthScoreDmo',
|
|
5369
|
-
'HealthScoreRangeClassificationDmo',
|
|
5370
|
-
'HealthcareDiagnosisDmo',
|
|
5371
|
-
'HealthcareFacilityDmo',
|
|
5372
|
-
'HealthcareFacilityIdentifierDmo',
|
|
5373
|
-
'HealthcareFacilityServiceDmo',
|
|
5374
|
-
'HealthcarePerformerDmo',
|
|
5375
|
-
'HealthcarePractitionerFacilityDmo',
|
|
5376
|
-
'HealthcareProcedureDmo',
|
|
5377
|
-
'HealthcareProviderDmo',
|
|
5378
|
-
'HealthcareProviderFacilitySpecialtyDmo',
|
|
5379
|
-
'HealthcareProviderNPIDmo',
|
|
5380
|
-
'HealthcareProviderServiceDmo',
|
|
5381
|
-
'HealthcareProviderSpecialtyDmo',
|
|
5382
|
-
'HealthcareProviderTaxonomyDmo',
|
|
5383
|
-
'HealthcareServiceDmo',
|
|
5384
|
-
'HealthcareTaxonomyDmo',
|
|
5385
|
-
'HlthcrPractitionerFacilityIdentifierDmo',
|
|
5386
|
-
'HotelStayEmissionFactorDmo',
|
|
5387
|
-
'HotelStayEnergyUseDmo',
|
|
5388
|
-
'HouseholdDmo',
|
|
5389
|
-
'IdentityMatchDmo',
|
|
5390
|
-
'ImpactStrategyAssignmentDmo',
|
|
5391
|
-
'ImpactStrategyDmo',
|
|
5392
|
-
'InPersonEngagementDmo',
|
|
5393
|
-
'InPersonMeetingDmo',
|
|
5394
|
-
'InStoreLocationDmo',
|
|
5395
|
-
'IncidentDmo',
|
|
5396
|
-
'IncidentRelatedItemDmo',
|
|
5397
|
-
'IndicatorAssignmentDmo',
|
|
5398
|
-
'IndicatorDefinitionDmo',
|
|
5399
|
-
'IndicatorPerformancePeriodDmo',
|
|
5400
|
-
'IndicatorResultDmo',
|
|
5401
|
-
'IndividualDmo',
|
|
5402
|
-
'InsPlcyEndrStatusEvent',
|
|
5403
|
-
'InsPlcyIssuanceStatusEvent',
|
|
5404
|
-
'InsPolicyRnwlQuoteStatusEvent',
|
|
5405
|
-
'InsPolicyRnwlStatusEvent',
|
|
5406
|
-
'InspectionAssessmentIndicatorDmo',
|
|
5407
|
-
'InspectionTypeDmo',
|
|
5408
|
-
'InsufficientAccessEventLog',
|
|
5409
|
-
'InsuranceAsyncBulkRecordDetail',
|
|
5410
|
-
'InsuranceCoverageTypeDmo',
|
|
5411
|
-
'InsurancePolicyAssetDmo',
|
|
5412
|
-
'InsurancePolicyCoverageDmo',
|
|
5413
|
-
'InsurancePolicyCoverageParticipantDmo',
|
|
5414
|
-
'InsurancePolicyDmo',
|
|
5415
|
-
'InsurancePolicyMemberAssetDmo',
|
|
5416
|
-
'InsurancePolicyParticipantDmo',
|
|
5417
|
-
'InsurancePolicyTransactionDmo',
|
|
5418
|
-
'InsuranceRatingInput',
|
|
5419
|
-
'InsuranceRatingOutput',
|
|
5420
|
-
'InsuranceRatingRequestEvent',
|
|
5421
|
-
'InsuranceRatingRequestItem',
|
|
5422
|
-
'IntegProvDefStsChgEvent',
|
|
5423
|
-
'InteractionAnalysis',
|
|
5424
|
-
'InterestTagDefinitionDmo',
|
|
5425
|
-
'InteropTopicSubcrEvent',
|
|
5426
|
-
'InterviewItemWaitCondition',
|
|
5427
|
-
'InventoryRequestDmo',
|
|
5428
|
-
'InventoryRequestItemDmo',
|
|
5429
|
-
'InventorySerializedProductDmo',
|
|
5430
|
-
'InventoryTransferDmo',
|
|
5431
|
-
'InvestmentAccountDmo',
|
|
5432
|
-
'InvocableActionEventLog',
|
|
5433
|
-
'InvoiceAddressGroupDmo',
|
|
5434
|
-
'InvoiceBatchRunDmo',
|
|
5435
|
-
'InvoiceDmo',
|
|
5436
|
-
'InvoiceLineDmo',
|
|
5437
|
-
'InvoiceLineTaxDmo',
|
|
5438
|
-
'InvoiceProcPymtExclEvent',
|
|
5439
|
-
'IssueRelationshipDmo',
|
|
5440
|
-
'JobApplnSearchableFieldDmo',
|
|
5441
|
-
'JobPositionDmo',
|
|
5442
|
-
'JobPositionPayGradeDmo',
|
|
5443
|
-
'JobPositionRecruitmentRequisitionDmo',
|
|
5444
|
-
'JobPostingSearchableFieldDmo',
|
|
5445
|
-
'KnowledgeArticleCategoryDmo',
|
|
5446
|
-
'KnowledgeArticleDmo',
|
|
5447
|
-
'KnowledgeArticleEngagementDmo',
|
|
5448
|
-
'KnowledgeArticleEventLog',
|
|
5449
|
-
'KnowledgeArticleQuestion',
|
|
5450
|
-
'KnowledgeArticleQuestionSet',
|
|
5451
|
-
'KnowledgeArticleSummary',
|
|
5452
|
-
'KnowledgeArticleVersionDmo',
|
|
5453
|
-
'KnowledgeBlockReference',
|
|
5454
|
-
'LeadDmo',
|
|
5455
|
-
'LeadEngagementDmo',
|
|
5456
|
-
'LeadLineItemDmo',
|
|
5457
|
-
'LeadPreferredSellerDmo',
|
|
5458
|
-
'LearnerCampusSpacesActivityDmo',
|
|
5459
|
-
'LearnerLearningSystemActivityDmo',
|
|
5460
|
-
'LearnerPathwayDmo',
|
|
5461
|
-
'LearnerPathwayItemDmo',
|
|
5462
|
-
'LearnerProfileDmo',
|
|
5463
|
-
'LearnerProgramDmo',
|
|
5464
|
-
'LearnerProgramRequirementDmo',
|
|
5465
|
-
'LearnerProgramRqmtProgressDmo',
|
|
5466
|
-
'LearningAchievementDmo',
|
|
5467
|
-
'LearningCourseDmo',
|
|
5468
|
-
'LearningDmo',
|
|
5469
|
-
'LearningFoundationItemDmo',
|
|
5470
|
-
'LearningOutcomeItemDmo',
|
|
5471
|
-
'LearningPathwayTemplateDmo',
|
|
5472
|
-
'LearningPathwayTemplateItemDmo',
|
|
5473
|
-
'LearningPathwayTmplPgmPlanDmo',
|
|
5474
|
-
'LearningProgramDmo',
|
|
5475
|
-
'LearningProgramPlanDmo',
|
|
5476
|
-
'LearningProgramPlanRqmtDmo',
|
|
5477
|
-
'LegalEntyAccountingPeriodDmo',
|
|
5478
|
-
'LegalEntyDmo',
|
|
5479
|
-
'LifeScienceErrorLog',
|
|
5480
|
-
'LightningErrorEventLog',
|
|
5481
|
-
'LightningLoggerEventLog',
|
|
5482
|
-
'LightningPageViewEventLog',
|
|
5483
|
-
'LightningPrfmEventLog',
|
|
5484
|
-
'LinkedKnowledgeArticleDmo',
|
|
5485
|
-
'LoanAccountDmo',
|
|
5486
|
-
'LocaleDmo',
|
|
5487
|
-
'LocationDmo',
|
|
5488
|
-
'LocationGroupAssignmentDmo',
|
|
5489
|
-
'LocationGroupDmo',
|
|
5490
|
-
'LocationGroupProdExclChgDmo',
|
|
5491
|
-
'LocationGroupProdInvChgDmo',
|
|
5492
|
-
'LocationProductInventoryChangeDmo',
|
|
5493
|
-
'LocationProductInventoryDmo',
|
|
5494
|
-
'LocationShippingCarrierMethodDmo',
|
|
5495
|
-
'LoginAnomalyEvent',
|
|
5496
|
-
'LoginAsEventLog',
|
|
5497
|
-
'LoginEventLog',
|
|
5498
|
-
'LogoutEventLog',
|
|
5499
|
-
'LoyaltyAggregatedPtExpirationLedgerDmo',
|
|
5500
|
-
'LoyaltyBenefitDmo',
|
|
5501
|
-
'LoyaltyBenefitTypeDmo',
|
|
5502
|
-
'LoyaltyJournalSubtypeDmo',
|
|
5503
|
-
'LoyaltyJournalTypeDmo',
|
|
5504
|
-
'LoyaltyLedgerDmo',
|
|
5505
|
-
'LoyaltyLedgerTraceabilityDmo',
|
|
5506
|
-
'LoyaltyMemberCurrencyDmo',
|
|
5507
|
-
'LoyaltyMemberTierDmo',
|
|
5508
|
-
'LoyaltyMembershipLifecycleDmo',
|
|
5509
|
-
'LoyaltyPartnerProductDmo',
|
|
5510
|
-
'LoyaltyProgramBadgeDmo',
|
|
5511
|
-
'LoyaltyProgramCurrencyDmo',
|
|
5512
|
-
'LoyaltyProgramCurrencySubtypeDmo',
|
|
5513
|
-
'LoyaltyProgramCurrencyTierDmo',
|
|
5514
|
-
'LoyaltyProgramDmo',
|
|
5515
|
-
'LoyaltyProgramEngagementAttributeDmo',
|
|
5516
|
-
'LoyaltyProgramEngmtAttributePromotionDmo',
|
|
5517
|
-
'LoyaltyProgramGroupMemberRelationshipDmo',
|
|
5518
|
-
'LoyaltyProgramMemberAttributeValueDmo',
|
|
5519
|
-
'LoyaltyProgramMemberBadgeDmo',
|
|
5520
|
-
'LoyaltyProgramMemberCaseDmo',
|
|
5521
|
-
'LoyaltyProgramMemberDmo',
|
|
5522
|
-
'LoyaltyProgramMemberLinkedPartnerDmo',
|
|
5523
|
-
'LoyaltyProgramMemberMergeDmo',
|
|
5524
|
-
'LoyaltyProgramMemberPromotionDmo',
|
|
5525
|
-
'LoyaltyProgramPartnerCurrencyDmo',
|
|
5526
|
-
'LoyaltyProgramPartnerDmo',
|
|
5527
|
-
'LoyaltyProgramPartnerLedgerDmo',
|
|
5528
|
-
'LoyaltyProgramPartnerLedgerSummaryDmo',
|
|
5529
|
-
'LoyaltyProgramPartnerPrepaidPackDmo',
|
|
5530
|
-
'LoyaltyProgramPartnerPromotionDmo',
|
|
5531
|
-
'LoyaltyTierBenefitDmo',
|
|
5532
|
-
'LoyaltyTierDmo',
|
|
5533
|
-
'LoyaltyTierEligibilitySrcDmo',
|
|
5534
|
-
'LoyaltyTierGroupDmo',
|
|
5535
|
-
'LoyaltyTierModelDmo',
|
|
5536
|
-
'LoyaltyTierMshpFeeOptionDmo',
|
|
5537
|
-
'LoyaltyTierPromotionDmo',
|
|
5538
|
-
'LoyaltyTransactionJournalDmo',
|
|
5539
|
-
'MLJobOrchStatusChgEvent',
|
|
5540
|
-
'MLModelDataAlert',
|
|
5541
|
-
'MailLetterDmo',
|
|
5542
|
-
'MailLetterEngagementDmo',
|
|
5543
|
-
'ManagedContentDeploymentPipeline',
|
|
5544
|
-
'ManagedContentDeploymentPipelineStep',
|
|
5545
|
-
'ManagedContentJobBody',
|
|
5546
|
-
'ManagedContentOffCoreLocation',
|
|
5547
|
-
'ManagedContentSpaceFolderShare',
|
|
5548
|
-
'ManagedContentSpacePrvdInstance',
|
|
5549
|
-
'ManagedEventDmo',
|
|
5550
|
-
'ManagedEventSessionDmo',
|
|
5551
|
-
'ManagedEventTypeDmo',
|
|
5552
|
-
'MarketAudienceDmo',
|
|
5553
|
-
'MarketJourneyActivityDmo',
|
|
5554
|
-
'MarketSegmentDmo',
|
|
5555
|
-
'MarketingChannelDmo',
|
|
5556
|
-
'MarketingChannelEngagedAudienceDmo',
|
|
5557
|
-
'MarketingChannelTargetedSegmentDmo',
|
|
5558
|
-
'MarketingEmailListDmo',
|
|
5559
|
-
'MarketingJourneyActivityDmo',
|
|
5560
|
-
'MarketingJourneyActivityRunDmo',
|
|
5561
|
-
'MarketingJourneyDmo',
|
|
5562
|
-
'MarketingStreamingAppConfig',
|
|
5563
|
-
'MasterProductDmo',
|
|
5564
|
-
'MaterialityTopicDmo',
|
|
5565
|
-
'MaterialityTopicDocClauseSetDmo',
|
|
5566
|
-
'MaterialityTopicReferenceDmo',
|
|
5567
|
-
'MealCardActivityDmo',
|
|
5568
|
-
'MediaBuyDmo',
|
|
5569
|
-
'MediaBuyPackageDmo',
|
|
5570
|
-
'MediaEngagementDmo',
|
|
5571
|
-
'MedicalInsightEvent',
|
|
5572
|
-
'MedicationDmo',
|
|
5573
|
-
'MedicationIdentifierDmo',
|
|
5574
|
-
'MediumTable2',
|
|
5575
|
-
'MediumTable3',
|
|
5576
|
-
'MemberBenefitDmo',
|
|
5577
|
-
'MemberPlanDmo',
|
|
5578
|
-
'MentoringProfileDmo',
|
|
5579
|
-
'MerchantAccountEvent',
|
|
5580
|
-
'MessageEngagementDmo',
|
|
5581
|
-
'MessageTemplateDmo',
|
|
5582
|
-
'MessagingChannelUpdateEvent',
|
|
5583
|
-
'MessagingSessionDmo',
|
|
5584
|
-
'MetadataApiOpEventLog',
|
|
5585
|
-
'MetricsDeletionJobStatus',
|
|
5586
|
-
'MgdEventSessSubjectAssignmentDmo',
|
|
5587
|
-
'MigratedEmail',
|
|
5588
|
-
'MktJourneyDcsnChildFlow',
|
|
5589
|
-
'MktJourneyDcsnDataExtMap',
|
|
5590
|
-
'MktJourneyDcsnOption',
|
|
5591
|
-
'MktMLModelPartitionRun',
|
|
5592
|
-
'MktMLModelSetupRun',
|
|
5593
|
-
'MktMLSetupRunChgEvent',
|
|
5594
|
-
'MngContentFormActionEvent',
|
|
5595
|
-
'MobileDeviceAppRegistration',
|
|
5596
|
-
'MultiOrgConnectionEvent',
|
|
5597
|
-
'NamedCredentialEventLog',
|
|
5598
|
-
'NetworkDmo',
|
|
5599
|
-
'NetworkReferencedObjectDmo',
|
|
5600
|
-
'NetworkUsageDmo',
|
|
5601
|
-
'OSAsyncChgCompletedEvent',
|
|
5602
|
-
'ObjectDataImportResult',
|
|
5603
|
-
'ObjectUserTerritory2View',
|
|
5604
|
-
'OccupationDmo',
|
|
5605
|
-
'OccupationGroupDmo',
|
|
5606
|
-
'OfferDmo',
|
|
5607
|
-
'OfferMarketSegmentDmo',
|
|
5608
|
-
'OfferMarketingEmailListDmo',
|
|
5609
|
-
'OfferProductCategoryDmo',
|
|
5610
|
-
'OfferProductDmo',
|
|
5611
|
-
'OfferProductOrderEngagementDmo',
|
|
5612
|
-
'OfferSalesOrderProductEngagementDmo',
|
|
5613
|
-
'OfferTreatmentDmo',
|
|
5614
|
-
'OmniTrackingEvent',
|
|
5615
|
-
'OperatingHoursDmo',
|
|
5616
|
-
'OperatingHoursTimeSlotDmo',
|
|
5617
|
-
'OperatorPerformanceSummaryDmo',
|
|
5618
|
-
'OpportunityContactDmo',
|
|
5619
|
-
'OpportunityDmo',
|
|
5620
|
-
'OpportunityHistoricalTrendDmo',
|
|
5621
|
-
'OpportunityHistoryDmo',
|
|
5622
|
-
'OpportunityInfluenceDmo',
|
|
5623
|
-
'OpportunityPreferredSellerDmo',
|
|
5624
|
-
'OpportunityProductDmo',
|
|
5625
|
-
'OpportunityStageDmo',
|
|
5626
|
-
'OrderDeliveryMethodDmo',
|
|
5627
|
-
'OrderItemAssetizationState',
|
|
5628
|
-
'OrderUseRsrcChosenPolicy',
|
|
5629
|
-
'OrgDayZeroStatus',
|
|
5630
|
-
'OrgSharingEvent',
|
|
5631
|
-
'OrganizationIncidentSummaryDmo',
|
|
5632
|
-
'OtherEmissionFactorSetItemDmo',
|
|
5633
|
-
'OtherEmissionsFactorSetDmo',
|
|
5634
|
-
'OutboundProspect',
|
|
5635
|
-
'OutboundProspectSignal',
|
|
5636
|
-
'OutcomeActivityDmo',
|
|
5637
|
-
'OutcomeIntentDmo',
|
|
5638
|
-
'OutreachSourceCodeDmo',
|
|
5639
|
-
'OutreachSummaryDmo',
|
|
5640
|
-
'OvenSdbExperimentRequest',
|
|
5641
|
-
'PackageInstallEventLog',
|
|
5642
|
-
'PackagePropUpdateJob',
|
|
5643
|
-
'PackagePropUpdateRequest',
|
|
5644
|
-
'PackageSubscriberOrgInfo',
|
|
5645
|
-
'PartyAccreditationDmo',
|
|
5646
|
-
'PartyAwardDmo',
|
|
5647
|
-
'PartyBoardCertificationDmo',
|
|
5648
|
-
'PartyBoardCertificationIdentifierDmo',
|
|
5649
|
-
'PartyBusinessLicenseDmo',
|
|
5650
|
-
'PartyConsentDmo',
|
|
5651
|
-
'PartyDmo',
|
|
5652
|
-
'PartyExpenseDmo',
|
|
5653
|
-
'PartyFinancialAssetDmo',
|
|
5654
|
-
'PartyFinancialLiabilityDmo',
|
|
5655
|
-
'PartyIdentificationDmo',
|
|
5656
|
-
'PartyIncomeDmo',
|
|
5657
|
-
'PartyInterestTagDmo',
|
|
5658
|
-
'PartyPhilanthropicAssessmentDmo',
|
|
5659
|
-
'PartyPhilanthropicIndicatorDmo',
|
|
5660
|
-
'PartyPhilanthropicMilestoneDmo',
|
|
5661
|
-
'PartyPhilanthropicOccurrenceDmo',
|
|
5662
|
-
'PartyProfileAddressDmo',
|
|
5663
|
-
'PartyProfileDmo',
|
|
5664
|
-
'PartyPromotionUsageDmo',
|
|
5665
|
-
'PartyPublicationDmo',
|
|
5666
|
-
'PartyRelatedPartyDmo',
|
|
5667
|
-
'PartyRelationshipTypeDmo',
|
|
5668
|
-
'PartyRoleDmo',
|
|
5669
|
-
'PartyRoleTypeDmo',
|
|
5670
|
-
'PatientDmo',
|
|
5671
|
-
'PatientHealthConditionDetailDmo',
|
|
5672
|
-
'PatientHealthConditionDmo',
|
|
5673
|
-
'PatientHealthReactionDmo',
|
|
5674
|
-
'PatientImmunizationDmo',
|
|
5675
|
-
'PatientImmunizationIdentifierDmo',
|
|
5676
|
-
'PatientMedRecileStmtRecommendationDmo',
|
|
5677
|
-
'PatientMedReconRecommendationDmo',
|
|
5678
|
-
'PatientMedicalProcedureDetailDmo',
|
|
5679
|
-
'PatientMedicalProcedureDmo',
|
|
5680
|
-
'PatientMedicalProcedureIdentifierDmo',
|
|
5681
|
-
'PatientMedicationDispenseDmo',
|
|
5682
|
-
'PatientMedicationDosageDmo',
|
|
5683
|
-
'PatientMedicationReconciliationDmo',
|
|
5684
|
-
'PatientMedicationRequestDmo',
|
|
5685
|
-
'PatientMedicationStatementDetailDmo',
|
|
5686
|
-
'PatientMedicationStatementDmo',
|
|
5687
|
-
'PatientMedicationStatementIdentifierDmo',
|
|
5688
|
-
'PatientRegisteredDeviceDmo',
|
|
5689
|
-
'PatientRegisteredDeviceIdentifierDmo',
|
|
5690
|
-
'PayGradeDmo',
|
|
5691
|
-
'PayGradeStepDmo',
|
|
5692
|
-
'PayGradeStepLocationDmo',
|
|
5693
|
-
'PaymentCardDmo',
|
|
5694
|
-
'PaymentInstrumentDmo',
|
|
5695
|
-
'PaymentIntentEvent',
|
|
5696
|
-
'PaymentLinkEvent',
|
|
5697
|
-
'PaymentMetadata',
|
|
5698
|
-
'PaymentMethodDmo',
|
|
5699
|
-
'PaymentPageChangeEvent',
|
|
5700
|
-
'PaymentRequestDmo',
|
|
5701
|
-
'PaymentRequestLineDmo',
|
|
5702
|
-
'PaymentTermDmo',
|
|
5703
|
-
'PaymentTermItemDmo',
|
|
5704
|
-
'PermissionUpdateEventLog',
|
|
5705
|
-
'PersnlBatchDcsnJobStatusEvent',
|
|
5706
|
-
'PersnlBatchDcsnKeyField',
|
|
5707
|
-
'PersnlBatchDcsnPersnlPoint',
|
|
5708
|
-
'PersnlDecisionAttrValue',
|
|
5709
|
-
'PersonAcademicCredentialDmo',
|
|
5710
|
-
'PersonDisabilityDmo',
|
|
5711
|
-
'PersonEducationDmo',
|
|
5712
|
-
'PersonEmploymentDmo',
|
|
5713
|
-
'PersonExaminationDmo',
|
|
5714
|
-
'PersonInteractionAnalysis',
|
|
5715
|
-
'PersonLanguageDmo',
|
|
5716
|
-
'PersonLifeEventDmo',
|
|
5717
|
-
'PersonNameDmo',
|
|
5718
|
-
'PersonPublicProfileDmo',
|
|
5719
|
-
'PersonPublicProfilePrefSetDmo',
|
|
5720
|
-
'PersonSkillDmo',
|
|
5721
|
-
'PersonalizationAttribute',
|
|
5722
|
-
'PersonalizationDecisionDmo',
|
|
5723
|
-
'PersonalizationLogDmo',
|
|
5724
|
-
'PersonalizationPointDmo',
|
|
5725
|
-
'PersonalizationSchemaDmo',
|
|
5726
|
-
'PersonalizerDmo',
|
|
5727
|
-
'PlanBenefitDmo',
|
|
5728
|
-
'PlanBenefitItemDmo',
|
|
5729
|
-
'PlatformEventUsage',
|
|
5730
|
-
'PlatformMetabolismSyncStatus',
|
|
5731
|
-
'PositionDmo',
|
|
5732
|
-
'PositionPayGradeDmo',
|
|
5733
|
-
'PrepaidCardDmo',
|
|
5734
|
-
'PriceAdjustmentGroupDmo',
|
|
5735
|
-
'PriceBookDmo',
|
|
5736
|
-
'PriceBookEntryDmo',
|
|
5737
|
-
'PriceBookPriceGuidance',
|
|
5738
|
-
'PriceSheetData',
|
|
5739
|
-
'PricingDecisionHashMap',
|
|
5740
|
-
'PricingDependencyGraph',
|
|
5741
|
-
'PricingLookupSyncStatus',
|
|
5742
|
-
'PricingWaterfallLog',
|
|
5743
|
-
'PrivacyConsentLogDmo',
|
|
5744
|
-
'ProblemDmo',
|
|
5745
|
-
'ProblemRelatedItemDmo',
|
|
5746
|
-
'ProcessExceptionDmo',
|
|
5747
|
-
'ProcurementEmissionFactorSetDmo',
|
|
5748
|
-
'ProcurementEmissionFactorSetItemDmo',
|
|
5749
|
-
'ProducerDmo',
|
|
5750
|
-
'ProducerPolicyAssignmentDmo',
|
|
5751
|
-
'ProductAttributeDmo',
|
|
5752
|
-
'ProductBrowseEngagementDmo',
|
|
5753
|
-
'ProductCatalogCategoryDmo',
|
|
5754
|
-
'ProductCatalogDmo',
|
|
5755
|
-
'ProductCategoryDmo',
|
|
5756
|
-
'ProductCategoryProductDmo',
|
|
5757
|
-
'ProductDmo',
|
|
5758
|
-
'ProductEmissionsFactorDmo',
|
|
5759
|
-
'ProductOrderEngagementDmo',
|
|
5760
|
-
'ProductPackagingUnitDmo',
|
|
5761
|
-
'ProductRelatedComponentDmo',
|
|
5762
|
-
'ProductRelatedProductDmo',
|
|
5763
|
-
'ProductServiceCampaignDmo',
|
|
5764
|
-
'ProductServiceCampaignItemDmo',
|
|
5765
|
-
'ProgramBenefitDmo',
|
|
5766
|
-
'ProgramCohortDmo',
|
|
5767
|
-
'ProgramCohortMemberDmo',
|
|
5768
|
-
'ProgramDmo',
|
|
5769
|
-
'ProgramEnrollmentDmo',
|
|
5770
|
-
'ProgramEnrollmentEligibilityCriteriaDmo',
|
|
5771
|
-
'ProgramTermApplicationTimelineDmo',
|
|
5772
|
-
'PromotionAccountDmo',
|
|
5773
|
-
'PromotionActionableListDmo',
|
|
5774
|
-
'PromotionChannelDmo',
|
|
5775
|
-
'PromotionDmo',
|
|
5776
|
-
'PromotionEngagementDmo',
|
|
5777
|
-
'PromotionItemEngagementDmo',
|
|
5778
|
-
'PromotionLimitDmo',
|
|
5779
|
-
'PromotionLoyaltyPartnerProductDmo',
|
|
5780
|
-
'PromotionMarketSegmentDmo',
|
|
5781
|
-
'PromotionOfferDmo',
|
|
5782
|
-
'PromotionOfferProductDmo',
|
|
5783
|
-
'PromotionPartyTransactionDmo',
|
|
5784
|
-
'PromotionProductCategoryDmo',
|
|
5785
|
-
'PromotionProductDmo',
|
|
5786
|
-
'PromotionStageDmo',
|
|
5787
|
-
'PromotionStageEvent',
|
|
5788
|
-
'PromotionStageTemplateDmo',
|
|
5789
|
-
'PromotionTemplateDmo',
|
|
5790
|
-
'ProspectDmo',
|
|
5791
|
-
'ProviderOfferingDmo',
|
|
5792
|
-
'ProviderVisitChangedEvent',
|
|
5793
|
-
'PrvdManagedEventVldEvent',
|
|
5794
|
-
'PurchaserPlanAssociationDmo',
|
|
5795
|
-
'PurchaserPlanDmo',
|
|
5796
|
-
'PushUpgradeCustomization',
|
|
5797
|
-
'QueuedExecutionEventLog',
|
|
5798
|
-
'QuotUseRsrcChosenPolicy',
|
|
5799
|
-
'QuoteDmo',
|
|
5800
|
-
'QuoteDocumentCreationEvent',
|
|
5801
|
-
'QuoteProductDmo',
|
|
5802
|
-
'QuoteSaveEvent',
|
|
5803
|
-
'RealEstatePropertyDmo',
|
|
5804
|
-
'RealTimeClassificationModel',
|
|
5805
|
-
'RebateClaimDmo',
|
|
5806
|
-
'RebatePayoutSnapshot',
|
|
5807
|
-
'RecActorFeedGenEvent',
|
|
5808
|
-
'ReceivedDocumentDmo',
|
|
5809
|
-
'RecommenderStatusChgEvent',
|
|
5810
|
-
'RecordActionSelectableItemExtractDmo',
|
|
5811
|
-
'RecordAggregationLog',
|
|
5812
|
-
'RecordAggregationResultDmo',
|
|
5813
|
-
'RecordAlertDmo',
|
|
5814
|
-
'RecruitmentContentSectionDmo',
|
|
5815
|
-
'RecruitmentPostingContentSectionDmo',
|
|
5816
|
-
'RecruitmentPostingDmo',
|
|
5817
|
-
'RecruitmentRequisitionDmo',
|
|
5818
|
-
'RecruitmentRequisitionLocationDmo',
|
|
5819
|
-
'RecruitmentRequisitionParticipantDmo',
|
|
5820
|
-
'RecurrenceScheduleDmo',
|
|
5821
|
-
'ReferenceDataLoadLogDmo',
|
|
5822
|
-
'ReferralDmo',
|
|
5823
|
-
'RefrigerantEmissionFactorDmo',
|
|
5824
|
-
'RegulationClauseDmo',
|
|
5825
|
-
'RegulationClauseVersionDmo',
|
|
5826
|
-
'RegulationDmo',
|
|
5827
|
-
'RegulatoryAuthTypeProductDmo',
|
|
5828
|
-
'RegulatoryAuthorityDmo',
|
|
5829
|
-
'RegulatoryAuthorizationTypeDmo',
|
|
5830
|
-
'RegulatoryCodeAssessmentIndDmo',
|
|
5831
|
-
'RegulatoryCodeDmo',
|
|
5832
|
-
'RegulatoryCodeRelationDmo',
|
|
5833
|
-
'RegulatoryCodeViolationDmo',
|
|
5834
|
-
'RegulatoryTransactionFeeDmo',
|
|
5835
|
-
'RegulatoryTransactionFeeItemDmo',
|
|
5836
|
-
'RelationshipGraphView',
|
|
5837
|
-
'ReminderRecord',
|
|
5838
|
-
'RemoteMetadataReplayEvent',
|
|
5839
|
-
'RentalCarEmissionsFactorDmo',
|
|
5840
|
-
'RentalCarEnergyUseDmo',
|
|
5841
|
-
'ReportEventLog',
|
|
5842
|
-
'ReportExportEventLog',
|
|
5843
|
-
'ReportedConsumptionDmo',
|
|
5844
|
-
'RequiredProductDmo',
|
|
5845
|
-
'RequiredSkillDmo',
|
|
5846
|
-
'ResearchStudyCandidateDmo',
|
|
5847
|
-
'ResearchStudyCandidateIdentifierDmo',
|
|
5848
|
-
'ResearchStudyCandidateStatusPeriodDmo',
|
|
5849
|
-
'ResearchStudyDmo',
|
|
5850
|
-
'ResearchStudyIdentifierDmo',
|
|
5851
|
-
'ResearchStudyProtocolDefinitionDmo',
|
|
5852
|
-
'ResearchStudyRelationshipDmo',
|
|
5853
|
-
'ResourceWorkShiftDmo',
|
|
5854
|
-
'RestApiEventLog',
|
|
5855
|
-
'RetailStoreDmo',
|
|
5856
|
-
'RetailStoreGroupAssignmentDmo',
|
|
5857
|
-
'RetailStoreGroupDmo',
|
|
5858
|
-
'RetailStoreProductDmo',
|
|
5859
|
-
'RetailVisitKPIDmo',
|
|
5860
|
-
'ReturnOrderDmo',
|
|
5861
|
-
'ReturnOrderProdPriceAdjDmo',
|
|
5862
|
-
'ReturnOrderProductDmo',
|
|
5863
|
-
'ReturnOrderProductTaxDmo',
|
|
5864
|
-
'RevenueTransactionErrorLogDmo',
|
|
5865
|
-
'RgltyCodeRegClauseVerDmo',
|
|
5866
|
-
'RgltyCodeViolRegClVerDmo',
|
|
5867
|
-
'RpaFlowResultEvent',
|
|
5868
|
-
'Rule',
|
|
5869
|
-
'RuleAction',
|
|
5870
|
-
'RuleActionParameter',
|
|
5871
|
-
'RuleCondition',
|
|
5872
|
-
'RuleDeploymentRequestEvent',
|
|
5873
|
-
'RuleExpression',
|
|
5874
|
-
'RuleExpressionTerm',
|
|
5875
|
-
'RuleFilterCriteria',
|
|
5876
|
-
'RuleLibraryContextTag',
|
|
5877
|
-
'RuleLibraryVersionSnapshot',
|
|
5878
|
-
'RuleReferenceVariable',
|
|
5879
|
-
'RuleValue',
|
|
5880
|
-
'RuleVersion',
|
|
5881
|
-
'RuleVersionSnapshot',
|
|
5882
|
-
'Ruleset',
|
|
5883
|
-
'RulesetVersion',
|
|
5884
|
-
'RulesetVersionSnapshot',
|
|
5885
|
-
'RuntimeCatalogIndexSetting',
|
|
5886
|
-
'RuntimeCatalogSnapshot',
|
|
5887
|
-
'RuntimeCatalogSnapshotIndex',
|
|
5888
|
-
'SMSPublicationDmo',
|
|
5889
|
-
'SMSTemplateDmo',
|
|
5890
|
-
'SalesAgentAsyncHandoff',
|
|
5891
|
-
'SalesAgreementDmo',
|
|
5892
|
-
'SalesAgreementProdScheduleDmo',
|
|
5893
|
-
'SalesAgreementProductDmo',
|
|
5894
|
-
'SalesChannelDmo',
|
|
5895
|
-
'SalesModelDmo',
|
|
5896
|
-
'SalesOrderChangeLogDmo',
|
|
5897
|
-
'SalesOrderDeliveryGroupDmo',
|
|
5898
|
-
'SalesOrderDmo',
|
|
5899
|
-
'SalesOrderPaymentSummaryDmo',
|
|
5900
|
-
'SalesOrderPriceAdjustmentDmo',
|
|
5901
|
-
'SalesOrderProductDmo',
|
|
5902
|
-
'SalesOrderProductEngagementDmo',
|
|
5903
|
-
'SalesOrderProductPriceAdjustmentDmo',
|
|
5904
|
-
'SalesOrderProductPriceAdjustmentTaxDmo',
|
|
5905
|
-
'SalesOrderProductTaxDmo',
|
|
5906
|
-
'SalesStoreDmo',
|
|
5907
|
-
'SalesTerritoryDmo',
|
|
5908
|
-
'SalesTransactionFulfillmentRequestDmo',
|
|
5909
|
-
'SalesTrxnDecompositionEvent',
|
|
5910
|
-
'SalesTrxnDeleteEvent',
|
|
5911
|
-
'SalesTrxnItemPrcSht',
|
|
5912
|
-
'SalesTrxnItemPrcShtShape',
|
|
5913
|
-
'SalesforceLoginAsEventLog',
|
|
5914
|
-
'SalesforcePayment',
|
|
5915
|
-
'SandboxStatusEventLog',
|
|
5916
|
-
'SavedApplicationReferenceDmo',
|
|
5917
|
-
'SavedPaymentMethodEvent',
|
|
5918
|
-
'ScheduledReminder',
|
|
5919
|
-
'SchedulingPolicyDmo',
|
|
5920
|
-
'Scope3CarbonFootprintDmo',
|
|
5921
|
-
'Scope3EmissionsSourceDmo',
|
|
5922
|
-
'Scope3ProcurementItemDmo',
|
|
5923
|
-
'Scope3ProcurementSummaryDmo',
|
|
5924
|
-
'SdbOvenPlanOverrideRequest',
|
|
5925
|
-
'SearchBBRule',
|
|
5926
|
-
'SearchBBRuleCondition',
|
|
5927
|
-
'SearchClickEventLog',
|
|
5928
|
-
'SearchEventLog',
|
|
5929
|
-
'SearchIndexFieldConfig',
|
|
5930
|
-
'SearchIndexObjectConfig',
|
|
5931
|
-
'SearchRecencyIndexingJob',
|
|
5932
|
-
'SearchableReferenceDocumentDmo',
|
|
5933
|
-
'SelfLearningCoverageInsight',
|
|
5934
|
-
'SelfLearningCoverageRun',
|
|
5935
|
-
'SelfLearningCoverageTask',
|
|
5936
|
-
'SequenceAssignedEvent',
|
|
5937
|
-
'SequenceReconciliationState',
|
|
5938
|
-
'ServiceAppointmentAssignedResourceDmo',
|
|
5939
|
-
'ServiceAppointmentDmo',
|
|
5940
|
-
'ServiceAppointmentEvent',
|
|
5941
|
-
'ServiceAppointmentShift',
|
|
5942
|
-
'ServicePresenceStatusDmo',
|
|
5943
|
-
'ServiceProcProdtCatgProdtExtractDmo',
|
|
5944
|
-
'ServiceProcessDefinitionDmo',
|
|
5945
|
-
'ServiceRequestDmo',
|
|
5946
|
-
'ServiceScheduleRequestDmo',
|
|
5947
|
-
'ServiceTerritoryDmo',
|
|
5948
|
-
'ServiceTerritoryResourceDmo',
|
|
5949
|
-
'SetupRecordShare',
|
|
5950
|
-
'ShipmentDmo',
|
|
5951
|
-
'ShipmentProductDmo',
|
|
5952
|
-
'ShippingCarrierDmo',
|
|
5953
|
-
'ShippingCarrierMethodDmo',
|
|
5954
|
-
'ShoppingCartDmo',
|
|
5955
|
-
'ShoppingCartEngagementDmo',
|
|
5956
|
-
'ShoppingCartEventTypeDmo',
|
|
5957
|
-
'ShoppingCartProductEngagementDmo',
|
|
5958
|
-
'ShoppingWishlistEngagementDmo',
|
|
5959
|
-
'ShoppingWishlistItemEngagementDmo',
|
|
5960
|
-
'SimpleTable1',
|
|
5961
|
-
'SiqOrgMigrationStatus',
|
|
5962
|
-
'SiteEventLog',
|
|
5963
|
-
'SkillDmo',
|
|
5964
|
-
'SlackChannelRelatedRecord',
|
|
5965
|
-
'SoapApiEventLog',
|
|
5966
|
-
'SocialContributionSummaryDmo',
|
|
5967
|
-
'SocialMessageDmo',
|
|
5968
|
-
'SocialMessageEngagementDmo',
|
|
5969
|
-
'SocialPageDmo',
|
|
5970
|
-
'SoftwareApplicationDmo',
|
|
5971
|
-
'SolutionDeploymentStatus',
|
|
5972
|
-
'SolutionDplymtStepStatus',
|
|
5973
|
-
'SpecimenDmo',
|
|
5974
|
-
'SrvcMgmntRiskQstResponse',
|
|
5975
|
-
'StagedEmail',
|
|
5976
|
-
'StagedEmailMatchEvent',
|
|
5977
|
-
'StateProvinceDmo',
|
|
5978
|
-
'StationaryAssetCarbonFootprintDmo',
|
|
5979
|
-
'StationaryAssetEnergyUseDmo',
|
|
5980
|
-
'StationaryAssetEnvSourceDmo',
|
|
5981
|
-
'StationaryAssetWaterActivityDmo',
|
|
5982
|
-
'StatsInvalidationEvent',
|
|
5983
|
-
'StnryAssetWaterFootprintDmo',
|
|
5984
|
-
'SubjectAssignmentDmo',
|
|
5985
|
-
'SubjectCategoryDmo',
|
|
5986
|
-
'SubjectDmo',
|
|
5987
|
-
'Subscriber',
|
|
5988
|
-
'SuccessTeamDmo',
|
|
5989
|
-
'SuggestedAssessmentDefinitionDmo',
|
|
5990
|
-
'SuggestedAssessmentReasonDmo',
|
|
5991
|
-
'SurveyDmo',
|
|
5992
|
-
'SurveyInvitationDmo',
|
|
5993
|
-
'SurveyPageDmo',
|
|
5994
|
-
'SurveyQuestionDmo',
|
|
5995
|
-
'SurveyQuestionResponseDmo',
|
|
5996
|
-
'SurveyQuestionSectionDmo',
|
|
5997
|
-
'SurveyResponseDmo',
|
|
5998
|
-
'SurveyResponseStsChgEvent',
|
|
5999
|
-
'SurveySubjectDmo',
|
|
6000
|
-
'SurveyVersionDmo',
|
|
6001
|
-
'SustainabilityScorecardDmo',
|
|
6002
|
-
'SvcMgmtProacAgntUpdtEvnt',
|
|
6003
|
-
'SvcSchdRequestTerrSummaryDmo',
|
|
6004
|
-
'TaskDmo',
|
|
6005
|
-
'TaxDisclosureSummaryDmo',
|
|
6006
|
-
'TaxDmo',
|
|
6007
|
-
'TaxPolicyDmo',
|
|
6008
|
-
'TaxTreatmentDmo',
|
|
6009
|
-
'TeamDmo',
|
|
6010
|
-
'TeamMemberDmo',
|
|
6011
|
-
'TelematicsProviderDmo',
|
|
6012
|
-
'TelemetryTraceSpanDmo',
|
|
6013
|
-
'TenantBillingUsageEvent',
|
|
6014
|
-
'TenantConsumptionAlert',
|
|
6015
|
-
'TenantPvsnLicConsumption',
|
|
6016
|
-
'TenantPvsnProdtLicMap',
|
|
6017
|
-
'TenantPvsnProduct',
|
|
6018
|
-
'TimePeriodDmo',
|
|
6019
|
-
'TraceSpanEvent',
|
|
6020
|
-
'TradeInTenderDmo',
|
|
6021
|
-
'TransactionSecurityEventLog',
|
|
6022
|
-
'UiAgentInteractionEventLog',
|
|
6023
|
-
'UiTelemetryNavTmEventLog',
|
|
6024
|
-
'UiTelemetryRsrcTmEventLog',
|
|
6025
|
-
'UmaHighScaleData',
|
|
6026
|
-
'UnifiedAnalyticsMonEvent',
|
|
6027
|
-
'UniqueQueryEventLog',
|
|
6028
|
-
'UnitOfMeasureDmo',
|
|
6029
|
-
'UnitOfMeasureUnit',
|
|
6030
|
-
'UnitofMeasureConversionDmo',
|
|
6031
|
-
'UniversalAnomalyEvent',
|
|
6032
|
-
'UriEventLog',
|
|
6033
|
-
'UserDmo',
|
|
6034
|
-
'UserGroupDmo',
|
|
6035
|
-
'UserGroupRelationshipDmo',
|
|
6036
|
-
'UserRoleDmo',
|
|
6037
|
-
'UserSalesTerritoryDmo',
|
|
6038
|
-
'VehicleAssetCarbonFootprintDmo',
|
|
6039
|
-
'VehicleAssetEmissionsSourceDmo',
|
|
6040
|
-
'VehicleAssetEnergyUseDmo',
|
|
6041
|
-
'VehicleDefinitionDmo',
|
|
6042
|
-
'VehicleDmo',
|
|
6043
|
-
'VehiclePerformanceSummaryDmo',
|
|
6044
|
-
'VehicleTelematicsEventDmo',
|
|
6045
|
-
'VehicleTelematicsEventFaultCdMapDmo',
|
|
6046
|
-
'VehicleTripDmo',
|
|
6047
|
-
'VehicleTripDriverBehaviorDmo',
|
|
6048
|
-
'VettingEvaluationDmo',
|
|
6049
|
-
'VideoCallDmo',
|
|
6050
|
-
'ViolationEnforcementActionDmo',
|
|
6051
|
-
'ViolationTypeAssessmentIndDmo',
|
|
6052
|
-
'ViolationTypeDmo',
|
|
6053
|
-
'ViolationTypeRelationDmo',
|
|
6054
|
-
'VisitDmo',
|
|
6055
|
-
'VisitorDmo',
|
|
6056
|
-
'VisualforceRequestEventLog',
|
|
6057
|
-
'VoiceCallDmo',
|
|
6058
|
-
'VoiceCallEngagementDmo',
|
|
6059
|
-
'VoiceCallRecCmplEvent',
|
|
6060
|
-
'VoiceCallTranscript',
|
|
6061
|
-
'VoucherDefinitionDmo',
|
|
6062
|
-
'VoucherDmo',
|
|
6063
|
-
'VoucherStatusChangedEvent',
|
|
6064
|
-
'WarrantyTermDmo',
|
|
6065
|
-
'WasteFootprintDmo',
|
|
6066
|
-
'WebCartActivity',
|
|
6067
|
-
'WebEventEngagementSummaryDmo',
|
|
6068
|
-
'WebPageEngagementSummaryDmo',
|
|
6069
|
-
'WebPushMessageSubscription',
|
|
6070
|
-
'WebSearchEngagementDmo',
|
|
6071
|
-
'WebStoreCMS',
|
|
6072
|
-
'WebStoreDmo',
|
|
6073
|
-
'WebStoreLegalBody',
|
|
6074
|
-
'WebStoreMetaConfiguration',
|
|
6075
|
-
'WebStoreProductCatalogDmo',
|
|
6076
|
-
'WebStoreUserCreatedEvent',
|
|
6077
|
-
'WebpageDmo',
|
|
6078
|
-
'WebsiteDmo',
|
|
6079
|
-
'WebsiteEngagementDmo',
|
|
6080
|
-
'WebsiteEventDmo',
|
|
6081
|
-
'WebsiteItemEngagementDmo',
|
|
6082
|
-
'WebsitePublicationDmo',
|
|
6083
|
-
'WebsiteSourceDmo',
|
|
6084
|
-
'WebsiteWebStoreDmo',
|
|
6085
|
-
'WorkOrderDmo',
|
|
6086
|
-
'WorkOrderItemDmo',
|
|
6087
|
-
'WorkResourceAbsenceDmo',
|
|
6088
|
-
'WorkResourceDmo',
|
|
6089
|
-
'WorkResourceSkillDmo',
|
|
6090
|
-
'WorkTypeDmo',
|
|
6091
|
-
'WorkTypeGroupRoleDmo',
|
|
6092
|
-
'WorkerCompensationCoverageClassDmo',
|
|
6093
|
-
'WorkflowSLAAction',
|
|
6094
|
-
'YourAccountDataEvent',
|
|
6095
|
-
]);
|
|
6096
|
-
|
|
6097
3227
|
const MAX_RECORD_DEPTH = 5;
|
|
6098
3228
|
const FIELD_SEPARATOR = '.';
|
|
6099
3229
|
const SCALAR_VALUE_SELECTION = {
|
|
@@ -6627,16 +3757,6 @@ function writeMissingFieldToStore(field, fieldName) {
|
|
|
6627
3757
|
isMissing: true,
|
|
6628
3758
|
});
|
|
6629
3759
|
}
|
|
6630
|
-
/**
|
|
6631
|
-
* Tells you if an objectApiName is supported by UI API or not.
|
|
6632
|
-
* 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.
|
|
6633
|
-
* @param objectApiName the object API name from a record.
|
|
6634
|
-
* @return True if the provided objectApiName is supported in UI API.
|
|
6635
|
-
*/
|
|
6636
|
-
function isSupportedEntity(objectApiName) {
|
|
6637
|
-
return (UIAPI_SUPPORTED_ENTITY_API_NAMES.has(objectApiName) ||
|
|
6638
|
-
!UIAPI_DENIED_ENTITY_API_NAMES.has(objectApiName));
|
|
6639
|
-
}
|
|
6640
3760
|
/** Return true if a >= b */
|
|
6641
3761
|
function isSuperset(a, b) {
|
|
6642
3762
|
if (b.length > a.length) {
|
|
@@ -40416,5 +37536,5 @@ withDefaultLuvio((luvio) => {
|
|
|
40416
37536
|
notifyAllListInfoSummaryUpdateAvailable = throttle(60, 60000, setupNotifyAllListInfoSummaryUpdateAvailable(luvio));
|
|
40417
37537
|
});
|
|
40418
37538
|
|
|
40419
|
-
export { API_NAMESPACE, VERSION$1i as FieldValueRepresentationVersion, InMemoryRecordRepresentationQueryEvaluator, MRU, RepresentationType$J as ObjectInfoDirectoryEntryRepresentationType, RepresentationType$O as ObjectInfoRepresentationType, RECORD_FIELDS_KEY_JUNCTION, RECORD_ID_PREFIX, RECORD_REPRESENTATION_NAME, RECORD_VIEW_ENTITY_ID_PREFIX, RECORD_VIEW_ENTITY_REPRESENTATION_NAME, RepresentationType$V as RecordRepresentationRepresentationType, TTL$z as RecordRepresentationTTL, RepresentationType$V as RecordRepresentationType, VERSION$1g as RecordRepresentationVersion, keyPrefix as UiApiNamespace, buildRecordRepKeyFromId, getFieldApiNamesArray as coerceFieldIdArray, coerceLayoutModeArray, getLayoutTypeArray as coerceLayoutTypeArray, getObjectApiName$1 as coerceObjectId, getObjectApiNamesArray as coerceObjectIdArray, configurationForRestAdapters as configuration, createContentDocumentAndVersion, createContentVersion, createIngestRecordWithFields, createLDSAdapterWithPrediction, createListInfo, createRecord, createRelatedListAdapterWithPrediction, createRelatedListPlusAdapterWithPrediction, deleteListInfo, deleteRecord, executeBatchRecordOperations, extractRecordIdFromStoreKey, getActionOverrides, getActionOverrides_imperative, getAllApps, getAllApps_imperative, getAppDetails, getAppDetails_imperative, getDuplicateConfiguration, getDuplicateConfiguration_imperative, getDuplicates, getDuplicates_imperative, getFlexipageFormulaOverrides, getFlexipageFormulaOverrides_imperative, getGlobalActions, getGlobalActions_imperative, getKeywordSearchResults, getKeywordSearchResults_imperative, getLayout, getLayoutUserState, getLayoutUserState_imperative, getLayout_imperative, getListInfoByName, getListInfoByNameAdapterFactory, getListInfoByName_imperative, getListInfosByName, getListInfosByName_imperative, getListInfosByObjectName, getListInfosByObjectNameAdapterFactory, getListInfosByObjectName_imperative, getListObjectInfo, getListObjectInfoAdapterFactory, getListObjectInfo_imperative, getListPreferences, getListPreferences_imperative, getListRecordsByName, factory$a as getListRecordsByNameAdapterFactory, getListRecordsByName_imperative, getListUi, getListUi_imperative, getLookupActions, getLookupActions_imperative, getLookupMetadata, getLookupMetadata_imperative, getLookupRecords, getLookupRecords_imperative, getNavItems, getNavItems_imperative, getObjectCreateActions, getObjectCreateActions_imperative, getObjectInfo, getObjectInfoAdapterFactory, getObjectInfoDirectoryAdapterFactory, getObjectInfo_imperative, getObjectInfos, getObjectInfosAdapterFactory, getObjectInfos_imperative, getPathLayout, getPathLayout_imperative, getPicklistValues, getPicklistValuesByRecordType, getPicklistValuesByRecordType_imperative, getPicklistValues_imperative, getQuickActionDefaults, getQuickActionDefaults_imperative, getQuickActionInfo, getQuickActionInfo_imperative, getQuickActionLayout, getQuickActionLayout_imperative, getRecord, getRecordActions, getRecordActionsAdapterFactory, getRecordActions_imperative, factory$f as getRecordAdapterFactory, getRecordAvatars, getRecordAvatarsAdapterFactory, getRecordAvatars_imperative, getRecordCreateDefaults, getRecordCreateDefaults_imperative, getRecordEditActions, getRecordEditActions_imperative, getRecordId18, getRecordId18Array, getRecordIngestionOverride, getRecordNotifyChange, getRecordTemplateClone, getRecordTemplateClone_imperative, getRecordTemplateCreate, getRecordTemplateCreate_imperative, getRecordUi, getRecordUi_imperative, getRecord_imperative, getRecords, getRecordsAdapterFactory, getRecords_imperative, getRelatedListActions, getRelatedListActionsAdapterFactory, getRelatedListActions_imperative, getRelatedListCount, getRelatedListCount_imperative, getRelatedListInfo, getRelatedListInfoAdapterFactory, getRelatedListInfoBatch, getRelatedListInfoBatchAdapterFactory, getRelatedListInfoBatch_imperative, getRelatedListInfo_imperative, getRelatedListPreferences, getRelatedListPreferencesBatch, getRelatedListPreferencesBatch_imperative, getRelatedListPreferences_imperative, getRelatedListRecordActions, getRelatedListRecordActions_imperative, getRelatedListRecords, getRelatedListRecordsAdapterFactory, getRelatedListRecordsBatch, getRelatedListRecordsBatchAdapterFactory, getRelatedListRecordsBatch_imperative, getRelatedListRecords_imperative, getRelatedListsActions, getRelatedListsActionsAdapterFactory, getRelatedListsActions_imperative, getRelatedListsCount, getRelatedListsCount_imperative, getRelatedListsInfo, getRelatedListsInfoAdapterFactory, getRelatedListsInfo_imperative, getResponseCacheKeys as getResponseCacheKeysContentDocumentCompositeRepresentation, getSearchFilterMetadata, getSearchFilterMetadata_imperative, getSearchFilterOptions, getSearchFilterOptions_imperative, getSearchResults, getSearchResults_imperative, getTypeCacheKeys$X as getTypeCacheKeysRecord, ingest as ingestContentDocumentCompositeRepresentation, ingest$H as ingestObjectInfo, ingest$B as ingestQuickActionExecutionRepresentation, ingest$O as ingestRecord, instrument, isStoreKeyRecordViewEntity,
|
|
40420
|
-
// version: 1.
|
|
37539
|
+
export { API_NAMESPACE, VERSION$1i as FieldValueRepresentationVersion, InMemoryRecordRepresentationQueryEvaluator, MRU, RepresentationType$J as ObjectInfoDirectoryEntryRepresentationType, RepresentationType$O as ObjectInfoRepresentationType, RECORD_FIELDS_KEY_JUNCTION, RECORD_ID_PREFIX, RECORD_REPRESENTATION_NAME, RECORD_VIEW_ENTITY_ID_PREFIX, RECORD_VIEW_ENTITY_REPRESENTATION_NAME, RepresentationType$V as RecordRepresentationRepresentationType, TTL$z as RecordRepresentationTTL, RepresentationType$V as RecordRepresentationType, VERSION$1g as RecordRepresentationVersion, keyPrefix as UiApiNamespace, buildRecordRepKeyFromId, getFieldApiNamesArray as coerceFieldIdArray, coerceLayoutModeArray, getLayoutTypeArray as coerceLayoutTypeArray, getObjectApiName$1 as coerceObjectId, getObjectApiNamesArray as coerceObjectIdArray, configurationForRestAdapters as configuration, createContentDocumentAndVersion, createContentVersion, createIngestRecordWithFields, createLDSAdapterWithPrediction, createListInfo, createRecord, createRelatedListAdapterWithPrediction, createRelatedListPlusAdapterWithPrediction, deleteListInfo, deleteRecord, executeBatchRecordOperations, extractRecordIdFromStoreKey, getActionOverrides, getActionOverrides_imperative, getAllApps, getAllApps_imperative, getAppDetails, getAppDetails_imperative, getDuplicateConfiguration, getDuplicateConfiguration_imperative, getDuplicates, getDuplicates_imperative, getFlexipageFormulaOverrides, getFlexipageFormulaOverrides_imperative, getGlobalActions, getGlobalActions_imperative, getKeywordSearchResults, getKeywordSearchResults_imperative, getLayout, getLayoutUserState, getLayoutUserState_imperative, getLayout_imperative, getListInfoByName, getListInfoByNameAdapterFactory, getListInfoByName_imperative, getListInfosByName, getListInfosByName_imperative, getListInfosByObjectName, getListInfosByObjectNameAdapterFactory, getListInfosByObjectName_imperative, getListObjectInfo, getListObjectInfoAdapterFactory, getListObjectInfo_imperative, getListPreferences, getListPreferences_imperative, getListRecordsByName, factory$a as getListRecordsByNameAdapterFactory, getListRecordsByName_imperative, getListUi, getListUi_imperative, getLookupActions, getLookupActions_imperative, getLookupMetadata, getLookupMetadata_imperative, getLookupRecords, getLookupRecords_imperative, getNavItems, getNavItems_imperative, getObjectCreateActions, getObjectCreateActions_imperative, getObjectInfo, getObjectInfoAdapterFactory, getObjectInfoDirectoryAdapterFactory, getObjectInfo_imperative, getObjectInfos, getObjectInfosAdapterFactory, getObjectInfos_imperative, getPathLayout, getPathLayout_imperative, getPicklistValues, getPicklistValuesByRecordType, getPicklistValuesByRecordType_imperative, getPicklistValues_imperative, getQuickActionDefaults, getQuickActionDefaults_imperative, getQuickActionInfo, getQuickActionInfo_imperative, getQuickActionLayout, getQuickActionLayout_imperative, getRecord, getRecordActions, getRecordActionsAdapterFactory, getRecordActions_imperative, factory$f as getRecordAdapterFactory, getRecordAvatars, getRecordAvatarsAdapterFactory, getRecordAvatars_imperative, getRecordCreateDefaults, getRecordCreateDefaults_imperative, getRecordEditActions, getRecordEditActions_imperative, getRecordId18, getRecordId18Array, getRecordIngestionOverride, getRecordNotifyChange, getRecordTemplateClone, getRecordTemplateClone_imperative, getRecordTemplateCreate, getRecordTemplateCreate_imperative, getRecordUi, getRecordUi_imperative, getRecord_imperative, getRecords, getRecordsAdapterFactory, getRecords_imperative, getRelatedListActions, getRelatedListActionsAdapterFactory, getRelatedListActions_imperative, getRelatedListCount, getRelatedListCount_imperative, getRelatedListInfo, getRelatedListInfoAdapterFactory, getRelatedListInfoBatch, getRelatedListInfoBatchAdapterFactory, getRelatedListInfoBatch_imperative, getRelatedListInfo_imperative, getRelatedListPreferences, getRelatedListPreferencesBatch, getRelatedListPreferencesBatch_imperative, getRelatedListPreferences_imperative, getRelatedListRecordActions, getRelatedListRecordActions_imperative, getRelatedListRecords, getRelatedListRecordsAdapterFactory, getRelatedListRecordsBatch, getRelatedListRecordsBatchAdapterFactory, getRelatedListRecordsBatch_imperative, getRelatedListRecords_imperative, getRelatedListsActions, getRelatedListsActionsAdapterFactory, getRelatedListsActions_imperative, getRelatedListsCount, getRelatedListsCount_imperative, getRelatedListsInfo, getRelatedListsInfoAdapterFactory, getRelatedListsInfo_imperative, getResponseCacheKeys as getResponseCacheKeysContentDocumentCompositeRepresentation, getSearchFilterMetadata, getSearchFilterMetadata_imperative, getSearchFilterOptions, getSearchFilterOptions_imperative, getSearchResults, getSearchResults_imperative, getTypeCacheKeys$X as getTypeCacheKeysRecord, ingest as ingestContentDocumentCompositeRepresentation, ingest$H as ingestObjectInfo, ingest$B as ingestQuickActionExecutionRepresentation, ingest$O as ingestRecord, instrument, isStoreKeyRecordViewEntity, keyBuilder as keyBuilderContentDocumentCompositeRepresentation, keyBuilderFromType as keyBuilderFromTypeContentDocumentCompositeRepresentation, keyBuilderFromType$E as keyBuilderFromTypeRecordRepresentation, keyBuilder$1Y as keyBuilderObjectInfo, keyBuilder$1R as keyBuilderQuickActionExecutionRepresentation, keyBuilder$29 as keyBuilderRecord, notifyAllListInfoSummaryUpdateAvailable, notifyAllListRecordUpdateAvailable, notifyListInfoSummaryUpdateAvailable, notifyListInfoUpdateAvailable, notifyListRecordCollectionUpdateAvailable, notifyListViewSummaryUpdateAvailable, notifyQuickActionDefaultsUpdateAvailable, notifyRecordUpdateAvailable, performQuickAction, performUpdateRecordQuickAction, refresh, registerPrefetcher, updateLayoutUserState, updateListInfoByName, updateListPreferences, updateRecord, updateRecordAvatar, updateRelatedListInfo, updateRelatedListPreferences };
|
|
37540
|
+
// version: 1.427.0-d53a098e46
|