@schandlergarcia/sf-web-components 1.9.4 → 1.9.6

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.
Files changed (62) hide show
  1. package/dist/types/conversation.d.ts +21 -2
  2. package/package.json +2 -2
  3. package/scripts/postinstall.mjs +5 -0
  4. package/src/types/conversation.ts +21 -2
  5. package/src/components/library/.sfdx/tools/sobjects/standardObjects/Account.cls +0 -196
  6. package/src/components/library/.sfdx/tools/sobjects/standardObjects/AccountHistory.cls +0 -25
  7. package/src/components/library/.sfdx/tools/sobjects/standardObjects/Asset.cls +0 -138
  8. package/src/components/library/.sfdx/tools/sobjects/standardObjects/Attachment.cls +0 -35
  9. package/src/components/library/.sfdx/tools/sobjects/standardObjects/Case.cls +0 -111
  10. package/src/components/library/.sfdx/tools/sobjects/standardObjects/Contact.cls +0 -167
  11. package/src/components/library/.sfdx/tools/sobjects/standardObjects/Contract.cls +0 -96
  12. package/src/components/library/.sfdx/tools/sobjects/standardObjects/Domain.cls +0 -29
  13. package/src/components/library/.sfdx/tools/sobjects/standardObjects/Lead.cls +0 -128
  14. package/src/components/library/.sfdx/tools/sobjects/standardObjects/Note.cls +0 -32
  15. package/src/components/library/.sfdx/tools/sobjects/standardObjects/Opportunity.cls +0 -113
  16. package/src/components/library/.sfdx/tools/sobjects/standardObjects/Order.cls +0 -127
  17. package/src/components/library/.sfdx/tools/sobjects/standardObjects/Pricebook2.cls +0 -47
  18. package/src/components/library/.sfdx/tools/sobjects/standardObjects/PricebookEntry.cls +0 -47
  19. package/src/components/library/.sfdx/tools/sobjects/standardObjects/Product2.cls +0 -91
  20. package/src/components/library/.sfdx/tools/sobjects/standardObjects/RecordType.cls +0 -35
  21. package/src/components/library/.sfdx/tools/sobjects/standardObjects/Report.cls +0 -47
  22. package/src/components/library/.sfdx/tools/sobjects/standardObjects/Task.cls +0 -79
  23. package/src/components/library/.sfdx/tools/sobjects/standardObjects/User.cls +0 -2318
  24. package/src/components/library/.sfdx/tools/soqlMetadata/standardObjects/Account.json +0 -2952
  25. package/src/components/library/.sfdx/tools/soqlMetadata/standardObjects/AccountHistory.json +0 -875
  26. package/src/components/library/.sfdx/tools/soqlMetadata/standardObjects/Asset.json +0 -1699
  27. package/src/components/library/.sfdx/tools/soqlMetadata/standardObjects/Attachment.json +0 -362
  28. package/src/components/library/.sfdx/tools/soqlMetadata/standardObjects/Case.json +0 -1371
  29. package/src/components/library/.sfdx/tools/soqlMetadata/standardObjects/Contact.json +0 -2309
  30. package/src/components/library/.sfdx/tools/soqlMetadata/standardObjects/Contract.json +0 -1304
  31. package/src/components/library/.sfdx/tools/soqlMetadata/standardObjects/Domain.json +0 -293
  32. package/src/components/library/.sfdx/tools/soqlMetadata/standardObjects/Lead.json +0 -1977
  33. package/src/components/library/.sfdx/tools/soqlMetadata/standardObjects/Note.json +0 -303
  34. package/src/components/library/.sfdx/tools/soqlMetadata/standardObjects/Opportunity.json +0 -1470
  35. package/src/components/library/.sfdx/tools/soqlMetadata/standardObjects/Order.json +0 -1646
  36. package/src/components/library/.sfdx/tools/soqlMetadata/standardObjects/Pricebook2.json +0 -482
  37. package/src/components/library/.sfdx/tools/soqlMetadata/standardObjects/PricebookEntry.json +0 -433
  38. package/src/components/library/.sfdx/tools/soqlMetadata/standardObjects/Product2.json +0 -1039
  39. package/src/components/library/.sfdx/tools/soqlMetadata/standardObjects/RecordType.json +0 -2576
  40. package/src/components/library/.sfdx/tools/soqlMetadata/standardObjects/Report.json +0 -486
  41. package/src/components/library/.sfdx/tools/soqlMetadata/standardObjects/Task.json +0 -4296
  42. package/src/components/library/.sfdx/tools/soqlMetadata/standardObjects/User.json +0 -30415
  43. package/src/components/library/.sfdx/tools/soqlMetadata/typeNames.json +0 -78
  44. package/src/components/library/.sfdx/typings/lwc/sobjects/Account.d.ts +0 -264
  45. package/src/components/library/.sfdx/typings/lwc/sobjects/AccountHistory.d.ts +0 -44
  46. package/src/components/library/.sfdx/typings/lwc/sobjects/Asset.d.ts +0 -240
  47. package/src/components/library/.sfdx/typings/lwc/sobjects/Attachment.d.ts +0 -76
  48. package/src/components/library/.sfdx/typings/lwc/sobjects/Case.d.ts +0 -172
  49. package/src/components/library/.sfdx/typings/lwc/sobjects/Contact.d.ts +0 -264
  50. package/src/components/library/.sfdx/typings/lwc/sobjects/Contract.d.ts +0 -188
  51. package/src/components/library/.sfdx/typings/lwc/sobjects/Domain.d.ts +0 -52
  52. package/src/components/library/.sfdx/typings/lwc/sobjects/Lead.d.ts +0 -252
  53. package/src/components/library/.sfdx/typings/lwc/sobjects/Note.d.ts +0 -64
  54. package/src/components/library/.sfdx/typings/lwc/sobjects/Opportunity.d.ts +0 -200
  55. package/src/components/library/.sfdx/typings/lwc/sobjects/Order.d.ts +0 -260
  56. package/src/components/library/.sfdx/typings/lwc/sobjects/Pricebook2.d.ts +0 -64
  57. package/src/components/library/.sfdx/typings/lwc/sobjects/PricebookEntry.d.ts +0 -76
  58. package/src/components/library/.sfdx/typings/lwc/sobjects/Product2.d.ts +0 -96
  59. package/src/components/library/.sfdx/typings/lwc/sobjects/RecordType.d.ts +0 -64
  60. package/src/components/library/.sfdx/typings/lwc/sobjects/Report.d.ts +0 -80
  61. package/src/components/library/.sfdx/typings/lwc/sobjects/Task.d.ts +0 -184
  62. package/src/components/library/.sfdx/typings/lwc/sobjects/User.d.ts +0 -752
@@ -1,2318 +0,0 @@
1
- // This file is generated as an Apex representation of the
2
- // corresponding sObject and its fields.
3
- // This read-only file is used by the Apex Language Server to
4
- // provide code smartness, and is deleted each time you
5
- // refresh your sObject definitions.
6
- // To edit your sObjects and their fields, edit the corresponding
7
- // .object-meta.xml and .field-meta.xml files.
8
-
9
- global class User {
10
- global Id Id;
11
- global String Username;
12
- global String LastName;
13
- global String FirstName;
14
- global String Name;
15
- global String CompanyName;
16
- global String Division;
17
- global String Department;
18
- global String Title;
19
- global String Street;
20
- global String City;
21
- global String State;
22
- global String PostalCode;
23
- global String Country;
24
- global Double Latitude;
25
- global Double Longitude;
26
- global String GeocodeAccuracy;
27
- global Address Address;
28
- global String Email;
29
- global Boolean EmailPreferencesAutoBcc;
30
- global Boolean EmailPreferencesAutoBccStayInTouch;
31
- global Boolean EmailPreferencesStayInTouchReminder;
32
- global String SenderEmail;
33
- global String SenderName;
34
- global String Signature;
35
- global String StayInTouchSubject;
36
- global String StayInTouchSignature;
37
- global String StayInTouchNote;
38
- global String Phone;
39
- global String Fax;
40
- global String MobilePhone;
41
- global String Alias;
42
- global String CommunityNickname;
43
- global String BadgeText;
44
- global Boolean IsActive;
45
- global String TimeZoneSidKey;
46
- global UserRole UserRole;
47
- global Id UserRoleId;
48
- global String LocaleSidKey;
49
- global Boolean ReceivesInfoEmails;
50
- global Boolean ReceivesAdminInfoEmails;
51
- global String EmailEncodingKey;
52
- global Profile Profile;
53
- global Id ProfileId;
54
- global String UserType;
55
- global String LanguageLocaleKey;
56
- global String EmployeeNumber;
57
- global SObject DelegatedApprover;
58
- global Id DelegatedApproverId;
59
- global User Manager;
60
- global Id ManagerId;
61
- global Datetime LastLoginDate;
62
- global Datetime LastPasswordChangeDate;
63
- global Datetime CreatedDate;
64
- global User CreatedBy;
65
- global Id CreatedById;
66
- global Datetime LastModifiedDate;
67
- global User LastModifiedBy;
68
- global Id LastModifiedById;
69
- global Datetime SystemModstamp;
70
- global Integer NumberOfFailedLogins;
71
- global Datetime OfflineTrialExpirationDate;
72
- global Datetime OfflinePdaTrialExpirationDate;
73
- global Boolean UserPermissionsMarketingUser;
74
- global Boolean UserPermissionsOfflineUser;
75
- global Boolean UserPermissionsCallCenterAutoLogin;
76
- global Boolean UserPermissionsSFContentUser;
77
- global Boolean UserPermissionsKnowledgeUser;
78
- global Boolean UserPermissionsInteractionUser;
79
- global Boolean UserPermissionsSupportUser;
80
- global Boolean UserPermissionsJigsawProspectingUser;
81
- global Boolean UserPermissionsSiteforceContributorUser;
82
- global Boolean UserPermissionsSiteforcePublisherUser;
83
- global Boolean UserPermissionsWorkDotComUserFeature;
84
- global Boolean ForecastEnabled;
85
- global Boolean UserPreferencesActivityRemindersPopup;
86
- global Boolean UserPreferencesEventRemindersCheckboxDefault;
87
- global Boolean UserPreferencesTaskRemindersCheckboxDefault;
88
- global Boolean UserPreferencesReminderSoundOff;
89
- global Boolean UserPreferencesDisableAllFeedsEmail;
90
- global Boolean UserPreferencesDisableFollowersEmail;
91
- global Boolean UserPreferencesDisableProfilePostEmail;
92
- global Boolean UserPreferencesDisableChangeCommentEmail;
93
- global Boolean UserPreferencesDisableLaterCommentEmail;
94
- global Boolean UserPreferencesDisProfPostCommentEmail;
95
- global Boolean UserPreferencesContentNoEmail;
96
- global Boolean UserPreferencesContentEmailAsAndWhen;
97
- global Boolean UserPreferencesApexPagesDeveloperMode;
98
- global Boolean UserPreferencesReceiveNoNotificationsAsApprover;
99
- global Boolean UserPreferencesReceiveNotificationsAsDelegatedApprover;
100
- global Boolean UserPreferencesHideCSNGetChatterMobileTask;
101
- global Boolean UserPreferencesDisableMentionsPostEmail;
102
- global Boolean UserPreferencesDisMentionsCommentEmail;
103
- global Boolean UserPreferencesHideCSNDesktopTask;
104
- global Boolean UserPreferencesHideChatterOnboardingSplash;
105
- global Boolean UserPreferencesHideSecondChatterOnboardingSplash;
106
- global Boolean UserPreferencesDisCommentAfterLikeEmail;
107
- global Boolean UserPreferencesDisableLikeEmail;
108
- global Boolean UserPreferencesSortFeedByComment;
109
- global Boolean UserPreferencesDisableMessageEmail;
110
- global Boolean UserPreferencesJigsawListUser;
111
- global Boolean UserPreferencesDisableBookmarkEmail;
112
- global Boolean UserPreferencesDisableSharePostEmail;
113
- global Boolean UserPreferencesEnableAutoSubForFeeds;
114
- global Boolean UserPreferencesDisableFileShareNotificationsForApi;
115
- global Boolean UserPreferencesShowTitleToExternalUsers;
116
- global Boolean UserPreferencesShowManagerToExternalUsers;
117
- global Boolean UserPreferencesShowEmailToExternalUsers;
118
- global Boolean UserPreferencesShowWorkPhoneToExternalUsers;
119
- global Boolean UserPreferencesShowMobilePhoneToExternalUsers;
120
- global Boolean UserPreferencesShowFaxToExternalUsers;
121
- global Boolean UserPreferencesShowStreetAddressToExternalUsers;
122
- global Boolean UserPreferencesShowCityToExternalUsers;
123
- global Boolean UserPreferencesShowStateToExternalUsers;
124
- global Boolean UserPreferencesShowPostalCodeToExternalUsers;
125
- global Boolean UserPreferencesShowCountryToExternalUsers;
126
- global Boolean UserPreferencesShowProfilePicToGuestUsers;
127
- global Boolean UserPreferencesShowTitleToGuestUsers;
128
- global Boolean UserPreferencesShowCityToGuestUsers;
129
- global Boolean UserPreferencesShowStateToGuestUsers;
130
- global Boolean UserPreferencesShowPostalCodeToGuestUsers;
131
- global Boolean UserPreferencesShowCountryToGuestUsers;
132
- global Boolean UserPreferencesDisableFeedbackEmail;
133
- global Boolean UserPreferencesDisableWorkEmail;
134
- global Boolean UserPreferencesShowForecastingChangeSignals;
135
- global Boolean UserPreferencesHideS1BrowserUI;
136
- global Boolean UserPreferencesDisableEndorsementEmail;
137
- global Boolean UserPreferencesPathAssistantCollapsed;
138
- global Boolean UserPreferencesCacheDiagnostics;
139
- global Boolean UserPreferencesShowEmailToGuestUsers;
140
- global Boolean UserPreferencesShowManagerToGuestUsers;
141
- global Boolean UserPreferencesShowWorkPhoneToGuestUsers;
142
- global Boolean UserPreferencesShowMobilePhoneToGuestUsers;
143
- global Boolean UserPreferencesShowFaxToGuestUsers;
144
- global Boolean UserPreferencesShowStreetAddressToGuestUsers;
145
- global Boolean UserPreferencesLightningExperiencePreferred;
146
- global Boolean UserPreferencesPreviewLightning;
147
- global Boolean UserPreferencesHideEndUserOnboardingAssistantModal;
148
- global Boolean UserPreferencesHideLightningMigrationModal;
149
- global Boolean UserPreferencesHideSfxWelcomeMat;
150
- global Boolean UserPreferencesHideBiggerPhotoCallout;
151
- global Boolean UserPreferencesGlobalNavBarWTShown;
152
- global Boolean UserPreferencesGlobalNavGridMenuWTShown;
153
- global Boolean UserPreferencesCreateLEXAppsWTShown;
154
- global Boolean UserPreferencesFavoritesWTShown;
155
- global Boolean UserPreferencesRecordHomeSectionCollapseWTShown;
156
- global Boolean UserPreferencesRecordHomeReservedWTShown;
157
- global Boolean UserPreferencesFavoritesShowTopFavorites;
158
- global Boolean UserPreferencesExcludeMailAppAttachments;
159
- global Boolean UserPreferencesSuppressTaskSFXReminders;
160
- global Boolean UserPreferencesSuppressEventSFXReminders;
161
- global Boolean UserPreferencesPreviewCustomTheme;
162
- global Boolean UserPreferencesHasCelebrationBadge;
163
- global Boolean UserPreferencesUserDebugModePref;
164
- global Boolean UserPreferencesSRHOverrideActivities;
165
- global Boolean UserPreferencesNewLightningReportRunPageEnabled;
166
- global Boolean UserPreferencesReverseOpenActivitiesView;
167
- global Boolean UserPreferencesShowTerritoryTimeZoneShifts;
168
- global Boolean UserPreferencesHasSentWarningEmail;
169
- global Boolean UserPreferencesHasSentWarningEmail238;
170
- global Boolean UserPreferencesHasSentWarningEmail240;
171
- global Boolean UserPreferencesNativeEmailClient;
172
- global Boolean UserPreferencesSendListEmailThroughExternalService;
173
- global Contact Contact;
174
- global Id ContactId;
175
- global Account Account;
176
- global Id AccountId;
177
- global CallCenter CallCenter;
178
- global Id CallCenterId;
179
- global String Extension;
180
- global String FederationIdentifier;
181
- global String AboutMe;
182
- global String FullPhotoUrl;
183
- global String SmallPhotoUrl;
184
- global Boolean IsExtIndicatorVisible;
185
- global String OutOfOfficeMessage;
186
- global String MediumPhotoUrl;
187
- global String DigestFrequency;
188
- global String DefaultGroupNotificationFrequency;
189
- global Integer JigsawImportLimitOverride;
190
- global Datetime LastViewedDate;
191
- global Datetime LastReferencedDate;
192
- global String BannerPhotoUrl;
193
- global String SmallBannerPhotoUrl;
194
- global String MediumBannerPhotoUrl;
195
- global Boolean IsProfilePhotoActive;
196
- global Individual Individual;
197
- global Id IndividualId;
198
- global List<AcceptedEventRelation> AcceptedEventRelations;
199
- global List<AccountCleanInfo> AccountCleanInfoReviewers;
200
- global List<AttachedContentDocument> AttachedContentDocuments;
201
- global List<AuthorizationFormConsent> AuthorizationFormConsents;
202
- global List<CollaborationGroupMember> GroupMemberships;
203
- global List<CollaborationGroupMemberRequest> GroupMembershipRequests;
204
- global List<CombinedAttachment> CombinedAttachments;
205
- global List<CommSubscriptionConsent> CommSubscriptionConsents;
206
- global List<ContactCleanInfo> ContactCleanInfoReviewers;
207
- global List<ContactRequest> ContactRequests;
208
- global List<ContentDocumentLink> ContentDocumentLinks;
209
- global List<Contract> ContractsSigned;
210
- global List<ConversationEntry> ConversationEntries;
211
- global List<ConversationParticipant> ConversationParticipants;
212
- global List<DeclinedEventRelation> DeclinedEventRelations;
213
- global List<EmailMessageRelation> EmailMessageRelations;
214
- global List<EntitySubscription> FeedSubscriptionsForEntity;
215
- global List<EntitySubscription> FeedSubscriptions;
216
- global List<EventRelation> EventRelations;
217
- global List<ExternalDataUserAuth> ExternalDataUserAuths;
218
- global List<InstalledMobileApp> InstalledMobileApps;
219
- global List<LeadCleanInfo> LeadCleanInfoReviewers;
220
- global List<OutgoingEmailRelation> OutgoingEmailRelations;
221
- global List<OwnedContentDocument> OwnedContentDocuments;
222
- global List<PermissionSetAssignment> PermissionSetAssignments;
223
- global List<PermissionSetLicenseAssign> PermissionSetLicenseAssignments;
224
- global List<ProductTransfer> ReceivedByProductTransfers;
225
- global List<ProfileSkillEndorsement> UserProfileSkillUserEndorsements;
226
- global List<ProfileSkillUser> UserProfileSkillChildren;
227
- global List<RecordAction> RecordActions;
228
- global List<RecordActionHistory> RecordActionHistories;
229
- global List<ServiceResource> ServiceResources;
230
- global List<SessionPermSetActivation> SessionPermSetActivations;
231
- global List<Shipment> DeliveredToShipments;
232
- global List<Site> UserSites;
233
- global List<Swarm> Swarms;
234
- global List<SwarmMember> SwarmMembers;
235
- global List<UndecidedEventRelation> UndecidedEventRelations;
236
- global List<User> DelegatedUsers;
237
- global List<User> ManagedUsers;
238
- global List<UserEmailPreferredPerson> PersonRecord;
239
- global List<UserEntityAccess> UserEntityAccessRights;
240
- global List<UserFeed> Feeds;
241
- global List<UserFieldAccess> UserFieldAccessRights;
242
- global List<UserPreference> UserPreferences;
243
- global List<UserShare> Shares;
244
- global List<WorkBadge> Badges;
245
- global List<WorkThanks> GivenThanks;
246
- global List<AIApplication> CreatedBy;
247
- global List<AIApplication> LastModifiedBy;
248
- global List<AIApplicationConfig> CreatedBy;
249
- global List<AIApplicationConfig> LastModifiedBy;
250
- global List<AIInsightAction> CreatedBy;
251
- global List<AIInsightAction> LastModifiedBy;
252
- global List<AIInsightFeedback> CreatedBy;
253
- global List<AIInsightFeedback> LastModifiedBy;
254
- global List<AIInsightReason> CreatedBy;
255
- global List<AIInsightReason> LastModifiedBy;
256
- global List<AIInsightValue> CreatedBy;
257
- global List<AIInsightValue> LastModifiedBy;
258
- global List<AIPredictionEvent> CreatedBy;
259
- global List<AIRecordInsight> LastModifiedBy;
260
- global List<AcceptedEventRelation> CreatedBy;
261
- global List<AcceptedEventRelation> LastModifiedBy;
262
- global List<Account> CreatedBy;
263
- global List<Account> LastModifiedBy;
264
- global List<Account> Owner;
265
- global List<AccountChangeEvent> CreatedBy;
266
- global List<AccountChangeEvent> LastModifiedBy;
267
- global List<AccountChangeEvent> Owner;
268
- global List<AccountCleanInfo> CreatedBy;
269
- global List<AccountCleanInfo> LastModifiedBy;
270
- global List<AccountContactRole> CreatedBy;
271
- global List<AccountContactRole> LastModifiedBy;
272
- global List<AccountContactRoleChangeEvent> CreatedBy;
273
- global List<AccountContactRoleChangeEvent> LastModifiedBy;
274
- global List<AccountFeed> CreatedBy;
275
- global List<AccountFeed> InsertedBy;
276
- global List<AccountHistory> CreatedBy;
277
- global List<AccountPartner> LastModifiedBy;
278
- global List<AccountShare> UserOrGroup;
279
- global List<ActionLinkGroupTemplate> CreatedBy;
280
- global List<ActionLinkGroupTemplate> LastModifiedBy;
281
- global List<ActionLinkTemplate> CreatedBy;
282
- global List<ActionLinkTemplate> LastModifiedBy;
283
- global List<ActivityFieldHistory> ChangedBy;
284
- global List<ActivityFieldHistory> CreatedBy;
285
- global List<ActivityFieldHistory> LastModifiedBy;
286
- global List<ActivityHistory> CreatedBy;
287
- global List<ActivityHistory> LastModifiedBy;
288
- global List<ActivityHistory> Owner;
289
- global List<AdditionalNumber> CreatedBy;
290
- global List<AdditionalNumber> LastModifiedBy;
291
- global List<Address> CreatedBy;
292
- global List<Address> LastModifiedBy;
293
- global List<AlternativePaymentMethod> CreatedBy;
294
- global List<AlternativePaymentMethod> LastModifiedBy;
295
- global List<AlternativePaymentMethod> Owner;
296
- global List<AlternativePaymentMethodShare> LastModifiedBy;
297
- global List<AlternativePaymentMethodShare> UserOrGroup;
298
- global List<Announcement> CreatedBy;
299
- global List<Announcement> LastModifiedBy;
300
- global List<ApexClass> CreatedBy;
301
- global List<ApexClass> LastModifiedBy;
302
- global List<ApexComponent> CreatedBy;
303
- global List<ApexComponent> LastModifiedBy;
304
- global List<ApexEmailNotification> CreatedBy;
305
- global List<ApexEmailNotification> LastModifiedBy;
306
- global List<ApexEmailNotification> User;
307
- global List<ApexLog> LogUser;
308
- global List<ApexPage> CreatedBy;
309
- global List<ApexPage> LastModifiedBy;
310
- global List<ApexTestQueueItem> CreatedBy;
311
- global List<ApexTestResultLimits> LastModifiedBy;
312
- global List<ApexTestRunResult> CreatedBy;
313
- global List<ApexTestRunResult> LastModifiedBy;
314
- global List<ApexTestRunResult> User;
315
- global List<ApexTestSuite> CreatedBy;
316
- global List<ApexTestSuite> LastModifiedBy;
317
- global List<ApexTrigger> CreatedBy;
318
- global List<ApexTrigger> LastModifiedBy;
319
- global List<ApiAnomalyEvent> User;
320
- global List<ApiAnomalyEventStoreFeed> CreatedBy;
321
- global List<ApiAnomalyEventStoreFeed> InsertedBy;
322
- global List<ApiEvent> User;
323
- global List<AppAnalyticsQueryRequest> CreatedBy;
324
- global List<AppAnalyticsQueryRequest> LastModifiedBy;
325
- global List<AppExtension> CreatedBy;
326
- global List<AppExtension> LastModifiedBy;
327
- global List<AppExtensionChangeEvent> CreatedBy;
328
- global List<AppExtensionChangeEvent> LastModifiedBy;
329
- global List<AppMenuItem> CreatedBy;
330
- global List<AppMenuItem> LastModifiedBy;
331
- global List<AppUsageAssignment> CreatedBy;
332
- global List<AppUsageAssignment> LastModifiedBy;
333
- global List<AppointmentTopicTimeSlot> CreatedBy;
334
- global List<AppointmentTopicTimeSlot> LastModifiedBy;
335
- global List<AppointmentTopicTimeSlotFeed> CreatedBy;
336
- global List<AppointmentTopicTimeSlotFeed> InsertedBy;
337
- global List<AppointmentTopicTimeSlotHistory> CreatedBy;
338
- global List<ApptBundleAggrDurDnscale> LastModifiedBy;
339
- global List<ApptBundleAggrDurDnscaleFeed> CreatedBy;
340
- global List<ApptBundleAggrDurDnscaleFeed> InsertedBy;
341
- global List<ApptBundleAggrPolicy> CreatedBy;
342
- global List<ApptBundleAggrPolicy> LastModifiedBy;
343
- global List<ApptBundleAggrPolicyFeed> CreatedBy;
344
- global List<ApptBundleAggrPolicyFeed> InsertedBy;
345
- global List<ApptBundleConfig> CreatedBy;
346
- global List<ApptBundleConfig> LastModifiedBy;
347
- global List<ApptBundleConfig> Owner;
348
- global List<ApptBundleConfigFeed> CreatedBy;
349
- global List<ApptBundleConfigFeed> InsertedBy;
350
- global List<ApptBundleConfigHistory> CreatedBy;
351
- global List<ApptBundleConfigShare> LastModifiedBy;
352
- global List<ApptBundleConfigShare> UserOrGroup;
353
- global List<ApptBundlePolicy> CreatedBy;
354
- global List<ApptBundlePolicy> LastModifiedBy;
355
- global List<ApptBundlePolicy> Owner;
356
- global List<ApptBundlePolicyFeed> CreatedBy;
357
- global List<ApptBundlePolicyFeed> InsertedBy;
358
- global List<ApptBundlePolicyShare> LastModifiedBy;
359
- global List<ApptBundlePolicyShare> UserOrGroup;
360
- global List<ApptBundlePolicySvcTerr> CreatedBy;
361
- global List<ApptBundlePolicySvcTerr> LastModifiedBy;
362
- global List<ApptBundlePolicySvcTerrFeed> CreatedBy;
363
- global List<ApptBundlePolicySvcTerrFeed> InsertedBy;
364
- global List<ApptBundlePropagatePolicy> CreatedBy;
365
- global List<ApptBundlePropagatePolicy> LastModifiedBy;
366
- global List<ApptBundlePropagatePolicyFeed> CreatedBy;
367
- global List<ApptBundlePropagatePolicyFeed> InsertedBy;
368
- global List<ApptBundleRestrictPolicy> CreatedBy;
369
- global List<ApptBundleRestrictPolicy> LastModifiedBy;
370
- global List<ApptBundleRestrictPolicyFeed> CreatedBy;
371
- global List<ApptBundleRestrictPolicyFeed> InsertedBy;
372
- global List<ApptBundleSortPolicy> CreatedBy;
373
- global List<ApptBundleSortPolicy> LastModifiedBy;
374
- global List<ApptBundleSortPolicyFeed> CreatedBy;
375
- global List<ApptBundleSortPolicyFeed> InsertedBy;
376
- global List<Asset> CreatedBy;
377
- global List<Asset> LastModifiedBy;
378
- global List<Asset> Owner;
379
- global List<AssetAction> CreatedBy;
380
- global List<AssetAction> LastModifiedBy;
381
- global List<AssetActionSource> CreatedBy;
382
- global List<AssetActionSource> LastModifiedBy;
383
- global List<AssetAttribute> CreatedBy;
384
- global List<AssetAttribute> LastModifiedBy;
385
- global List<AssetAttributeChangeEvent> CreatedBy;
386
- global List<AssetAttributeChangeEvent> LastModifiedBy;
387
- global List<AssetChangeEvent> CreatedBy;
388
- global List<AssetChangeEvent> LastModifiedBy;
389
- global List<AssetChangeEvent> Owner;
390
- global List<AssetDowntimePeriod> CreatedBy;
391
- global List<AssetDowntimePeriod> LastModifiedBy;
392
- global List<AssetDowntimePeriodFeed> CreatedBy;
393
- global List<AssetDowntimePeriodFeed> InsertedBy;
394
- global List<AssetDowntimePeriodHistory> CreatedBy;
395
- global List<AssetFeed> InsertedBy;
396
- global List<AssetHistory> CreatedBy;
397
- global List<AssetRelationship> LastModifiedBy;
398
- global List<AssetRelationshipFeed> CreatedBy;
399
- global List<AssetRelationshipFeed> InsertedBy;
400
- global List<AssetRelationshipHistory> CreatedBy;
401
- global List<AssetShare> LastModifiedBy;
402
- global List<AssetShare> UserOrGroup;
403
- global List<AssetStatePeriod> CreatedBy;
404
- global List<AssetStatePeriod> LastModifiedBy;
405
- global List<AssetTokenEvent> CreatedBy;
406
- global List<AssetTokenEvent> User;
407
- global List<AssetWarranty> CreatedBy;
408
- global List<AssetWarranty> LastModifiedBy;
409
- global List<AssetWarrantyChangeEvent> CreatedBy;
410
- global List<AssetWarrantyChangeEvent> LastModifiedBy;
411
- global List<AssetWarrantyFeed> CreatedBy;
412
- global List<AssetWarrantyFeed> InsertedBy;
413
- global List<AssetWarrantyHistory> CreatedBy;
414
- global List<AssignedResource> LastModifiedBy;
415
- global List<AssignedResourceChangeEvent> CreatedBy;
416
- global List<AssignedResourceChangeEvent> LastModifiedBy;
417
- global List<AssignedResourceFeed> CreatedBy;
418
- global List<AssignedResourceFeed> InsertedBy;
419
- global List<AssignmentRule> CreatedBy;
420
- global List<AssignmentRule> LastModifiedBy;
421
- global List<AssociatedLocation> CreatedBy;
422
- global List<AssociatedLocation> LastModifiedBy;
423
- global List<AssociatedLocationHistory> CreatedBy;
424
- global List<AsyncOperationLog> LastModifiedBy;
425
- global List<AsyncOperationStatus> CreatedBy;
426
- global List<AttachedContentDocument> LastModifiedBy;
427
- global List<Attachment> CreatedBy;
428
- global List<Attachment> LastModifiedBy;
429
- global List<Attachment> Owner;
430
- global List<AttributeDefinition> CreatedBy;
431
- global List<AttributeDefinition> LastModifiedBy;
432
- global List<AttributeDefinition> Owner;
433
- global List<AttributeDefinitionFeed> CreatedBy;
434
- global List<AttributeDefinitionFeed> InsertedBy;
435
- global List<AttributeDefinitionHistory> CreatedBy;
436
- global List<AttributeDefinitionShare> LastModifiedBy;
437
- global List<AttributeDefinitionShare> UserOrGroup;
438
- global List<AttributePicklist> CreatedBy;
439
- global List<AttributePicklist> LastModifiedBy;
440
- global List<AttributePicklist> Owner;
441
- global List<AttributePicklistFeed> CreatedBy;
442
- global List<AttributePicklistFeed> InsertedBy;
443
- global List<AttributePicklistHistory> CreatedBy;
444
- global List<AttributePicklistShare> LastModifiedBy;
445
- global List<AttributePicklistShare> UserOrGroup;
446
- global List<AttributePicklistValue> CreatedBy;
447
- global List<AttributePicklistValue> LastModifiedBy;
448
- global List<AttributePicklistValueFeed> CreatedBy;
449
- global List<AttributePicklistValueFeed> InsertedBy;
450
- global List<AttributePicklistValueHistory> CreatedBy;
451
- global List<AuraDefinition> LastModifiedBy;
452
- global List<AuraDefinitionBundle> CreatedBy;
453
- global List<AuraDefinitionBundle> LastModifiedBy;
454
- global List<AuthConfig> CreatedBy;
455
- global List<AuthConfig> LastModifiedBy;
456
- global List<AuthConfigProviders> CreatedBy;
457
- global List<AuthConfigProviders> LastModifiedBy;
458
- global List<AuthProvider> ExecutionUser;
459
- global List<AuthSession> Users;
460
- global List<AuthorizationForm> CreatedBy;
461
- global List<AuthorizationForm> LastModifiedBy;
462
- global List<AuthorizationForm> Owner;
463
- global List<AuthorizationFormConsent> CreatedBy;
464
- global List<AuthorizationFormConsent> LastModifiedBy;
465
- global List<AuthorizationFormConsent> Owner;
466
- global List<AuthorizationFormConsentChangeEvent> ConsentGiver;
467
- global List<AuthorizationFormConsentChangeEvent> CreatedBy;
468
- global List<AuthorizationFormConsentChangeEvent> LastModifiedBy;
469
- global List<AuthorizationFormConsentChangeEvent> Owner;
470
- global List<AuthorizationFormConsentHistory> CreatedBy;
471
- global List<AuthorizationFormConsentShare> LastModifiedBy;
472
- global List<AuthorizationFormConsentShare> UserOrGroup;
473
- global List<AuthorizationFormDataUse> CreatedBy;
474
- global List<AuthorizationFormDataUse> LastModifiedBy;
475
- global List<AuthorizationFormDataUse> Owner;
476
- global List<AuthorizationFormDataUseHistory> CreatedBy;
477
- global List<AuthorizationFormDataUseShare> LastModifiedBy;
478
- global List<AuthorizationFormDataUseShare> UserOrGroup;
479
- global List<AuthorizationFormHistory> CreatedBy;
480
- global List<AuthorizationFormShare> LastModifiedBy;
481
- global List<AuthorizationFormShare> UserOrGroup;
482
- global List<AuthorizationFormText> CreatedBy;
483
- global List<AuthorizationFormText> LastModifiedBy;
484
- global List<AuthorizationFormTextFeed> CreatedBy;
485
- global List<AuthorizationFormTextFeed> InsertedBy;
486
- global List<AuthorizationFormTextHistory> CreatedBy;
487
- global List<BackgroundOperation> LastModifiedBy;
488
- global List<BatchApexErrorEvent> CreatedBy;
489
- global List<BrandTemplate> LastModifiedBy;
490
- global List<BrandingSet> CreatedBy;
491
- global List<BrandingSet> LastModifiedBy;
492
- global List<BrandingSetProperty> CreatedBy;
493
- global List<BrandingSetProperty> LastModifiedBy;
494
- global List<BriefcaseAssignment> CreatedBy;
495
- global List<BriefcaseAssignment> LastModifiedBy;
496
- global List<BriefcaseAssignment> UserOrGroup;
497
- global List<BriefcaseAssignmentChangeEvent> CreatedBy;
498
- global List<BriefcaseAssignmentChangeEvent> LastModifiedBy;
499
- global List<BriefcaseAssignmentChangeEvent> UserOrGroup;
500
- global List<BriefcaseDefinition> CreatedBy;
501
- global List<BriefcaseDefinition> LastModifiedBy;
502
- global List<BriefcaseDefinitionChangeEvent> CreatedBy;
503
- global List<BriefcaseDefinitionChangeEvent> LastModifiedBy;
504
- global List<BriefcaseRule> CreatedBy;
505
- global List<BriefcaseRule> LastModifiedBy;
506
- global List<BriefcaseRuleFilter> CreatedBy;
507
- global List<BriefcaseRuleFilter> LastModifiedBy;
508
- global List<Broker__Share> UserOrGroup;
509
- global List<Broker__c> CreatedBy;
510
- global List<Broker__c> LastModifiedBy;
511
- global List<Broker__c> Owner;
512
- global List<BulkApiResultEvent> User;
513
- global List<BusinessBrand> CreatedBy;
514
- global List<BusinessBrand> LastModifiedBy;
515
- global List<BusinessBrand> Owner;
516
- global List<BusinessBrandShare> LastModifiedBy;
517
- global List<BusinessBrandShare> UserOrGroup;
518
- global List<BusinessHours> CreatedBy;
519
- global List<BusinessHours> LastModifiedBy;
520
- global List<BusinessProcess> CreatedBy;
521
- global List<BusinessProcess> LastModifiedBy;
522
- global List<Calendar> CreatedBy;
523
- global List<Calendar> LastModifiedBy;
524
- global List<Calendar> User;
525
- global List<CalendarView> CreatedBy;
526
- global List<CalendarView> LastModifiedBy;
527
- global List<CalendarView> Owner;
528
- global List<CalendarView> Publisher;
529
- global List<CalendarViewShare> LastModifiedBy;
530
- global List<CalendarViewShare> UserOrGroup;
531
- global List<CallCenter> CreatedBy;
532
- global List<CallCenter> LastModifiedBy;
533
- global List<CallCoachingMediaProvider> CreatedBy;
534
- global List<CallCoachingMediaProvider> LastModifiedBy;
535
- global List<Campaign> CreatedBy;
536
- global List<Campaign> LastModifiedBy;
537
- global List<Campaign> Owner;
538
- global List<CampaignChangeEvent> CreatedBy;
539
- global List<CampaignChangeEvent> LastModifiedBy;
540
- global List<CampaignChangeEvent> Owner;
541
- global List<CampaignFeed> CreatedBy;
542
- global List<CampaignFeed> InsertedBy;
543
- global List<CampaignHistory> CreatedBy;
544
- global List<CampaignInfluenceModel> LastModifiedBy;
545
- global List<CampaignMember> CreatedBy;
546
- global List<CampaignMember> LastModifiedBy;
547
- global List<CampaignMember> LeadOrContactOwner;
548
- global List<CampaignMemberChangeEvent> CreatedBy;
549
- global List<CampaignMemberChangeEvent> LastModifiedBy;
550
- global List<CampaignMemberStatus> CreatedBy;
551
- global List<CampaignMemberStatus> LastModifiedBy;
552
- global List<CampaignMemberStatusChangeEvent> CreatedBy;
553
- global List<CampaignMemberStatusChangeEvent> LastModifiedBy;
554
- global List<CampaignShare> UserOrGroup;
555
- global List<CardPaymentMethod> CreatedBy;
556
- global List<CardPaymentMethod> LastModifiedBy;
557
- global List<Case> CreatedBy;
558
- global List<Case> LastModifiedBy;
559
- global List<Case> Owner;
560
- global List<CaseChangeEvent> CreatedBy;
561
- global List<CaseChangeEvent> LastModifiedBy;
562
- global List<CaseChangeEvent> Owner;
563
- global List<CaseComment> CreatedBy;
564
- global List<CaseComment> LastModifiedBy;
565
- global List<CaseContactRole> CreatedBy;
566
- global List<CaseContactRole> LastModifiedBy;
567
- global List<CaseFeed> CreatedBy;
568
- global List<CaseFeed> InsertedBy;
569
- global List<CaseHistory> CreatedBy;
570
- global List<CaseMilestone> LastModifiedBy;
571
- global List<CaseShare> UserOrGroup;
572
- global List<CaseSolution> CreatedBy;
573
- global List<CaseStatus> LastModifiedBy;
574
- global List<CaseTeamMember> CreatedBy;
575
- global List<CaseTeamMember> LastModifiedBy;
576
- global List<CaseTeamMember> Member;
577
- global List<CaseTeamRole> CreatedBy;
578
- global List<CaseTeamRole> LastModifiedBy;
579
- global List<CaseTeamTemplate> CreatedBy;
580
- global List<CaseTeamTemplate> LastModifiedBy;
581
- global List<CaseTeamTemplateMember> CreatedBy;
582
- global List<CaseTeamTemplateMember> LastModifiedBy;
583
- global List<CaseTeamTemplateMember> Member;
584
- global List<CaseTeamTemplateRecord> CreatedBy;
585
- global List<CategoryData> LastModifiedBy;
586
- global List<CategoryNode> CreatedBy;
587
- global List<CategoryNode> LastModifiedBy;
588
- global List<ChatterActivity> Parent;
589
- global List<ChatterExtension> CreatedBy;
590
- global List<ChatterExtension> LastModifiedBy;
591
- global List<ChatterExtensionConfig> CreatedBy;
592
- global List<ChatterExtensionConfig> LastModifiedBy;
593
- global List<ClientBrowser> Users;
594
- global List<CollaborationGroup> CreatedBy;
595
- global List<CollaborationGroup> LastModifiedBy;
596
- global List<CollaborationGroup> Owner;
597
- global List<CollaborationGroupFeed> CreatedBy;
598
- global List<CollaborationGroupFeed> InsertedBy;
599
- global List<CollaborationGroupMember> CreatedBy;
600
- global List<CollaborationGroupMember> LastModifiedBy;
601
- global List<CollaborationGroupMemberRequest> CreatedBy;
602
- global List<CollaborationGroupMemberRequest> LastModifiedBy;
603
- global List<CollaborationGroupRecord> CreatedBy;
604
- global List<CollaborationGroupRecord> LastModifiedBy;
605
- global List<CollaborationInvitation> CreatedBy;
606
- global List<CollaborationInvitation> Inviter;
607
- global List<CollaborationInvitation> LastModifiedBy;
608
- global List<CollaborationInvitation> SharedEntity;
609
- global List<CollaborationRoom> CreatedBy;
610
- global List<CollaborationRoom> LastModifiedBy;
611
- global List<CombinedAttachment> CreatedBy;
612
- global List<CombinedAttachment> LastModifiedBy;
613
- global List<CommSubscription> CreatedBy;
614
- global List<CommSubscription> LastModifiedBy;
615
- global List<CommSubscription> Owner;
616
- global List<CommSubscriptionChannelType> CreatedBy;
617
- global List<CommSubscriptionChannelType> LastModifiedBy;
618
- global List<CommSubscriptionChannelType> Owner;
619
- global List<CommSubscriptionChannelTypeFeed> CreatedBy;
620
- global List<CommSubscriptionChannelTypeFeed> InsertedBy;
621
- global List<CommSubscriptionChannelTypeHistory> CreatedBy;
622
- global List<CommSubscriptionChannelTypeShare> LastModifiedBy;
623
- global List<CommSubscriptionChannelTypeShare> UserOrGroup;
624
- global List<CommSubscriptionConsent> CreatedBy;
625
- global List<CommSubscriptionConsent> LastModifiedBy;
626
- global List<CommSubscriptionConsent> Owner;
627
- global List<CommSubscriptionConsentChangeEvent> ConsentGiver;
628
- global List<CommSubscriptionConsentChangeEvent> CreatedBy;
629
- global List<CommSubscriptionConsentChangeEvent> LastModifiedBy;
630
- global List<CommSubscriptionConsentChangeEvent> Owner;
631
- global List<CommSubscriptionConsentFeed> CreatedBy;
632
- global List<CommSubscriptionConsentFeed> InsertedBy;
633
- global List<CommSubscriptionConsentHistory> CreatedBy;
634
- global List<CommSubscriptionConsentShare> LastModifiedBy;
635
- global List<CommSubscriptionConsentShare> UserOrGroup;
636
- global List<CommSubscriptionFeed> CreatedBy;
637
- global List<CommSubscriptionFeed> InsertedBy;
638
- global List<CommSubscriptionHistory> CreatedBy;
639
- global List<CommSubscriptionShare> LastModifiedBy;
640
- global List<CommSubscriptionShare> UserOrGroup;
641
- global List<CommSubscriptionTiming> CreatedBy;
642
- global List<CommSubscriptionTiming> LastModifiedBy;
643
- global List<CommSubscriptionTimingFeed> CreatedBy;
644
- global List<CommSubscriptionTimingFeed> InsertedBy;
645
- global List<CommSubscriptionTimingHistory> CreatedBy;
646
- global List<Community> LastModifiedBy;
647
- global List<ConcurLongRunApexErrEvent> User;
648
- global List<ConferenceNumber> CreatedBy;
649
- global List<ConferenceNumber> LastModifiedBy;
650
- global List<ConnectedApplication> CreatedBy;
651
- global List<ConnectedApplication> LastModifiedBy;
652
- global List<ConsumptionRate> CreatedBy;
653
- global List<ConsumptionRate> LastModifiedBy;
654
- global List<ConsumptionRateHistory> CreatedBy;
655
- global List<ConsumptionSchedule> LastModifiedBy;
656
- global List<ConsumptionSchedule> Owner;
657
- global List<ConsumptionScheduleFeed> CreatedBy;
658
- global List<ConsumptionScheduleFeed> InsertedBy;
659
- global List<ConsumptionScheduleHistory> CreatedBy;
660
- global List<ConsumptionScheduleShare> LastModifiedBy;
661
- global List<ConsumptionScheduleShare> UserOrGroup;
662
- global List<Contact> CreatedBy;
663
- global List<Contact> LastModifiedBy;
664
- global List<Contact> Owner;
665
- global List<ContactChangeEvent> CreatedBy;
666
- global List<ContactChangeEvent> LastModifiedBy;
667
- global List<ContactChangeEvent> Owner;
668
- global List<ContactCleanInfo> CreatedBy;
669
- global List<ContactCleanInfo> LastModifiedBy;
670
- global List<ContactFeed> CreatedBy;
671
- global List<ContactFeed> InsertedBy;
672
- global List<ContactHistory> CreatedBy;
673
- global List<ContactPointAddress> LastModifiedBy;
674
- global List<ContactPointAddress> Owner;
675
- global List<ContactPointAddressChangeEvent> CreatedBy;
676
- global List<ContactPointAddressChangeEvent> LastModifiedBy;
677
- global List<ContactPointAddressChangeEvent> Owner;
678
- global List<ContactPointAddressHistory> CreatedBy;
679
- global List<ContactPointAddressShare> LastModifiedBy;
680
- global List<ContactPointAddressShare> UserOrGroup;
681
- global List<ContactPointConsent> CreatedBy;
682
- global List<ContactPointConsent> LastModifiedBy;
683
- global List<ContactPointConsent> Owner;
684
- global List<ContactPointConsentChangeEvent> CreatedBy;
685
- global List<ContactPointConsentChangeEvent> LastModifiedBy;
686
- global List<ContactPointConsentChangeEvent> Owner;
687
- global List<ContactPointConsentHistory> CreatedBy;
688
- global List<ContactPointConsentShare> LastModifiedBy;
689
- global List<ContactPointConsentShare> UserOrGroup;
690
- global List<ContactPointEmail> CreatedBy;
691
- global List<ContactPointEmail> LastModifiedBy;
692
- global List<ContactPointEmail> Owner;
693
- global List<ContactPointEmailChangeEvent> CreatedBy;
694
- global List<ContactPointEmailChangeEvent> LastModifiedBy;
695
- global List<ContactPointEmailChangeEvent> Owner;
696
- global List<ContactPointEmailHistory> CreatedBy;
697
- global List<ContactPointEmailShare> LastModifiedBy;
698
- global List<ContactPointEmailShare> UserOrGroup;
699
- global List<ContactPointPhone> CreatedBy;
700
- global List<ContactPointPhone> LastModifiedBy;
701
- global List<ContactPointPhone> Owner;
702
- global List<ContactPointPhoneChangeEvent> CreatedBy;
703
- global List<ContactPointPhoneChangeEvent> LastModifiedBy;
704
- global List<ContactPointPhoneChangeEvent> Owner;
705
- global List<ContactPointPhoneHistory> CreatedBy;
706
- global List<ContactPointPhoneShare> LastModifiedBy;
707
- global List<ContactPointPhoneShare> UserOrGroup;
708
- global List<ContactPointTypeConsent> CreatedBy;
709
- global List<ContactPointTypeConsent> LastModifiedBy;
710
- global List<ContactPointTypeConsent> Owner;
711
- global List<ContactPointTypeConsentChangeEvent> CreatedBy;
712
- global List<ContactPointTypeConsentChangeEvent> LastModifiedBy;
713
- global List<ContactPointTypeConsentChangeEvent> Owner;
714
- global List<ContactPointTypeConsentHistory> CreatedBy;
715
- global List<ContactPointTypeConsentShare> LastModifiedBy;
716
- global List<ContactPointTypeConsentShare> UserOrGroup;
717
- global List<ContactRequest> CreatedBy;
718
- global List<ContactRequest> LastModifiedBy;
719
- global List<ContactRequest> Owner;
720
- global List<ContactRequestShare> LastModifiedBy;
721
- global List<ContactRequestShare> UserOrGroup;
722
- global List<ContactShare> LastModifiedBy;
723
- global List<ContactShare> UserOrGroup;
724
- global List<ContentAsset> CreatedBy;
725
- global List<ContentAsset> LastModifiedBy;
726
- global List<ContentDistribution> CreatedBy;
727
- global List<ContentDistribution> LastModifiedBy;
728
- global List<ContentDistribution> Owner;
729
- global List<ContentDistributionView> CreatedBy;
730
- global List<ContentDocument> ArchivedBy;
731
- global List<ContentDocument> CreatedBy;
732
- global List<ContentDocument> LastModifiedBy;
733
- global List<ContentDocument> Owner;
734
- global List<ContentDocumentChangeEvent> ArchivedBy;
735
- global List<ContentDocumentChangeEvent> CreatedBy;
736
- global List<ContentDocumentChangeEvent> LastModifiedBy;
737
- global List<ContentDocumentChangeEvent> Owner;
738
- global List<ContentDocumentFeed> CreatedBy;
739
- global List<ContentDocumentFeed> InsertedBy;
740
- global List<ContentDocumentHistory> CreatedBy;
741
- global List<ContentDocumentLinkChangeEvent> LinkedEntity;
742
- global List<ContentDocumentSubscription> User;
743
- global List<ContentFolder> CreatedBy;
744
- global List<ContentFolder> LastModifiedBy;
745
- global List<ContentFolderItem> CreatedBy;
746
- global List<ContentFolderItem> LastModifiedBy;
747
- global List<ContentFolderMember> CreatedBy;
748
- global List<ContentFolderMember> LastModifiedBy;
749
- global List<ContentNotification> EntityIdentifier;
750
- global List<ContentNotification> Users;
751
- global List<ContentTagSubscription> User;
752
- global List<ContentUserSubscription> SubscribedToUser;
753
- global List<ContentUserSubscription> SubscriberUser;
754
- global List<ContentVersion> ContentModifiedBy;
755
- global List<ContentVersion> CreatedBy;
756
- global List<ContentVersion> FirstPublishLocation;
757
- global List<ContentVersion> LastModifiedBy;
758
- global List<ContentVersion> Owner;
759
- global List<ContentVersionChangeEvent> ContentModifiedBy;
760
- global List<ContentVersionChangeEvent> CreatedBy;
761
- global List<ContentVersionChangeEvent> FirstPublishLocation;
762
- global List<ContentVersionChangeEvent> LastModifiedBy;
763
- global List<ContentVersionChangeEvent> Owner;
764
- global List<ContentVersionHistory> CreatedBy;
765
- global List<ContentVersionRating> User;
766
- global List<ContentWorkspace> CreatedBy;
767
- global List<ContentWorkspace> LastModifiedBy;
768
- global List<ContentWorkspaceMember> CreatedBy;
769
- global List<ContentWorkspaceMember> Member;
770
- global List<ContentWorkspacePermission> CreatedBy;
771
- global List<ContentWorkspacePermission> LastModifiedBy;
772
- global List<ContentWorkspaceSubscription> User;
773
- global List<ContextParamMap> CreatedBy;
774
- global List<ContextParamMap> LastModifiedBy;
775
- global List<Contract> ActivatedBy;
776
- global List<Contract> CreatedBy;
777
- global List<Contract> LastModifiedBy;
778
- global List<Contract> Owner;
779
- global List<ContractChangeEvent> ActivatedBy;
780
- global List<ContractChangeEvent> CompanySigned;
781
- global List<ContractChangeEvent> CreatedBy;
782
- global List<ContractChangeEvent> LastModifiedBy;
783
- global List<ContractChangeEvent> Owner;
784
- global List<ContractContactRole> CreatedBy;
785
- global List<ContractContactRole> LastModifiedBy;
786
- global List<ContractFeed> CreatedBy;
787
- global List<ContractFeed> InsertedBy;
788
- global List<ContractHistory> CreatedBy;
789
- global List<ContractLineItem> LastModifiedBy;
790
- global List<ContractLineItemChangeEvent> CreatedBy;
791
- global List<ContractLineItemChangeEvent> LastModifiedBy;
792
- global List<ContractLineItemFeed> CreatedBy;
793
- global List<ContractLineItemFeed> InsertedBy;
794
- global List<ContractLineItemHistory> CreatedBy;
795
- global List<ContractLineOutcome> LastModifiedBy;
796
- global List<ContractLineOutcome> Owner;
797
- global List<ContractLineOutcomeData> CreatedBy;
798
- global List<ContractLineOutcomeData> LastModifiedBy;
799
- global List<ContractLineOutcomeDataChangeEvent> CreatedBy;
800
- global List<ContractLineOutcomeDataChangeEvent> LastModifiedBy;
801
- global List<ContractLineOutcomeFeed> CreatedBy;
802
- global List<ContractLineOutcomeFeed> InsertedBy;
803
- global List<ContractLineOutcomeHistory> CreatedBy;
804
- global List<ContractLineOutcomeShare> LastModifiedBy;
805
- global List<ContractLineOutcomeShare> UserOrGroup;
806
- global List<ContractStatus> CreatedBy;
807
- global List<ContractStatus> LastModifiedBy;
808
- global List<Conversation> CreatedBy;
809
- global List<Conversation> LastModifiedBy;
810
- global List<ConversationEntry> CreatedBy;
811
- global List<ConversationEntry> LastModifiedBy;
812
- global List<ConversationParticipant> CreatedBy;
813
- global List<ConversationParticipant> LastModifiedBy;
814
- global List<CorsWhitelistEntry> CreatedBy;
815
- global List<CorsWhitelistEntry> LastModifiedBy;
816
- global List<CredentialStuffingEvent> User;
817
- global List<CredentialStuffingEventStoreFeed> CreatedBy;
818
- global List<CredentialStuffingEventStoreFeed> InsertedBy;
819
- global List<CreditMemo> CreatedBy;
820
- global List<CreditMemo> LastModifiedBy;
821
- global List<CreditMemo> Owner;
822
- global List<CreditMemoFeed> CreatedBy;
823
- global List<CreditMemoFeed> InsertedBy;
824
- global List<CreditMemoHistory> CreatedBy;
825
- global List<CreditMemoInvApplication> LastModifiedBy;
826
- global List<CreditMemoInvApplicationFeed> CreatedBy;
827
- global List<CreditMemoInvApplicationFeed> InsertedBy;
828
- global List<CreditMemoInvApplicationHistory> CreatedBy;
829
- global List<CreditMemoLine> LastModifiedBy;
830
- global List<CreditMemoLineFeed> CreatedBy;
831
- global List<CreditMemoLineFeed> InsertedBy;
832
- global List<CreditMemoLineHistory> CreatedBy;
833
- global List<CreditMemoShare> LastModifiedBy;
834
- global List<CreditMemoShare> UserOrGroup;
835
- global List<CronTrigger> CreatedBy;
836
- global List<CronTrigger> LastModifiedBy;
837
- global List<CronTrigger> Owner;
838
- global List<CspTrustedSite> CreatedBy;
839
- global List<CspTrustedSite> LastModifiedBy;
840
- global List<CustomBrand> CreatedBy;
841
- global List<CustomBrand> LastModifiedBy;
842
- global List<CustomBrandAsset> CreatedBy;
843
- global List<CustomBrandAsset> LastModifiedBy;
844
- global List<CustomHelpMenuItem> CreatedBy;
845
- global List<CustomHelpMenuItem> LastModifiedBy;
846
- global List<CustomHelpMenuSection> CreatedBy;
847
- global List<CustomHelpMenuSection> LastModifiedBy;
848
- global List<CustomHttpHeader> CreatedBy;
849
- global List<CustomHttpHeader> LastModifiedBy;
850
- global List<CustomNotificationType> CreatedBy;
851
- global List<CustomNotificationType> LastModifiedBy;
852
- global List<CustomPermission> CreatedBy;
853
- global List<CustomPermission> LastModifiedBy;
854
- global List<CustomPermissionDependency> CreatedBy;
855
- global List<CustomPermissionDependency> LastModifiedBy;
856
- global List<Customer> CreatedBy;
857
- global List<Customer> LastModifiedBy;
858
- global List<Customer> Owner;
859
- global List<CustomerShare> LastModifiedBy;
860
- global List<CustomerShare> UserOrGroup;
861
- global List<DandBCompany> CreatedBy;
862
- global List<DandBCompany> LastModifiedBy;
863
- global List<Dashboard> CreatedBy;
864
- global List<Dashboard> Folder;
865
- global List<Dashboard> LastModifiedBy;
866
- global List<Dashboard> RunningUser;
867
- global List<DashboardComponentFeed> CreatedBy;
868
- global List<DashboardComponentFeed> InsertedBy;
869
- global List<DashboardFeed> CreatedBy;
870
- global List<DashboardFeed> InsertedBy;
871
- global List<DataAssessmentFieldMetric> CreatedBy;
872
- global List<DataAssessmentFieldMetric> LastModifiedBy;
873
- global List<DataAssessmentMetric> CreatedBy;
874
- global List<DataAssessmentMetric> LastModifiedBy;
875
- global List<DataAssessmentValueMetric> CreatedBy;
876
- global List<DataAssessmentValueMetric> LastModifiedBy;
877
- global List<DataObjectDataChgEvent> CreatedBy;
878
- global List<DataStatistics> User;
879
- global List<DataUseLegalBasis> CreatedBy;
880
- global List<DataUseLegalBasis> LastModifiedBy;
881
- global List<DataUseLegalBasis> Owner;
882
- global List<DataUseLegalBasisHistory> CreatedBy;
883
- global List<DataUseLegalBasisShare> LastModifiedBy;
884
- global List<DataUseLegalBasisShare> UserOrGroup;
885
- global List<DataUsePurpose> CreatedBy;
886
- global List<DataUsePurpose> LastModifiedBy;
887
- global List<DataUsePurpose> Owner;
888
- global List<DataUsePurposeHistory> CreatedBy;
889
- global List<DataUsePurposeShare> LastModifiedBy;
890
- global List<DataUsePurposeShare> UserOrGroup;
891
- global List<DatacloudOwnedEntity> CreatedBy;
892
- global List<DatacloudOwnedEntity> LastModifiedBy;
893
- global List<DatacloudOwnedEntity> User;
894
- global List<DatacloudPurchaseUsage> CreatedBy;
895
- global List<DatacloudPurchaseUsage> LastModifiedBy;
896
- global List<DatacloudPurchaseUsage> User;
897
- global List<DeclinedEventRelation> CreatedBy;
898
- global List<DeclinedEventRelation> LastModifiedBy;
899
- global List<DeleteEvent> DeletedBy;
900
- global List<DigitalSignature> CreatedBy;
901
- global List<DigitalSignature> LastModifiedBy;
902
- global List<DigitalSignatureChangeEvent> CreatedBy;
903
- global List<DigitalSignatureChangeEvent> LastModifiedBy;
904
- global List<DigitalWallet> CreatedBy;
905
- global List<DigitalWallet> LastModifiedBy;
906
- global List<Document> Author;
907
- global List<Document> CreatedBy;
908
- global List<Document> Folder;
909
- global List<Document> LastModifiedBy;
910
- global List<DocumentAttachmentMap> CreatedBy;
911
- global List<Domain> LastModifiedBy;
912
- global List<DomainSite> CreatedBy;
913
- global List<DomainSite> LastModifiedBy;
914
- global List<DuplicateRecordItem> CreatedBy;
915
- global List<DuplicateRecordItem> LastModifiedBy;
916
- global List<DuplicateRecordSet> CreatedBy;
917
- global List<DuplicateRecordSet> LastModifiedBy;
918
- global List<DuplicateRule> CreatedBy;
919
- global List<DuplicateRule> LastModifiedBy;
920
- global List<EmailCapture> CreatedBy;
921
- global List<EmailCapture> LastModifiedBy;
922
- global List<EmailDomainFilter> CreatedBy;
923
- global List<EmailDomainFilter> LastModifiedBy;
924
- global List<EmailDomainKey> CreatedBy;
925
- global List<EmailDomainKey> LastModifiedBy;
926
- global List<EmailMessage> CreatedBy;
927
- global List<EmailMessage> LastModifiedBy;
928
- global List<EmailMessageChangeEvent> CreatedBy;
929
- global List<EmailMessageChangeEvent> LastModifiedBy;
930
- global List<EmailMessageRelation> CreatedBy;
931
- global List<EmailRelay> LastModifiedBy;
932
- global List<EmailServicesAddress> CreatedBy;
933
- global List<EmailServicesAddress> LastModifiedBy;
934
- global List<EmailServicesAddress> RunAsUser;
935
- global List<EmailServicesFunction> CreatedBy;
936
- global List<EmailServicesFunction> LastModifiedBy;
937
- global List<EmailStatus> CreatedBy;
938
- global List<EmailStatus> LastModifiedBy;
939
- global List<EmailTemplate> CreatedBy;
940
- global List<EmailTemplate> Folder;
941
- global List<EmailTemplate> LastModifiedBy;
942
- global List<EmailTemplate> Owner;
943
- global List<EmailTemplateChangeEvent> CreatedBy;
944
- global List<EmailTemplateChangeEvent> Folder;
945
- global List<EmailTemplateChangeEvent> LastModifiedBy;
946
- global List<EmailTemplateChangeEvent> Owner;
947
- global List<EngagementChannelType> CreatedBy;
948
- global List<EngagementChannelType> LastModifiedBy;
949
- global List<EngagementChannelType> Owner;
950
- global List<EngagementChannelTypeFeed> CreatedBy;
951
- global List<EngagementChannelTypeFeed> InsertedBy;
952
- global List<EngagementChannelTypeHistory> CreatedBy;
953
- global List<EngagementChannelTypeShare> LastModifiedBy;
954
- global List<EngagementChannelTypeShare> UserOrGroup;
955
- global List<EnhancedLetterhead> CreatedBy;
956
- global List<EnhancedLetterhead> LastModifiedBy;
957
- global List<EnhancedLetterheadFeed> CreatedBy;
958
- global List<EnhancedLetterheadFeed> InsertedBy;
959
- global List<Entitlement> CreatedBy;
960
- global List<Entitlement> LastModifiedBy;
961
- global List<EntitlementChangeEvent> CreatedBy;
962
- global List<EntitlementChangeEvent> LastModifiedBy;
963
- global List<EntitlementContact> CreatedBy;
964
- global List<EntitlementContact> LastModifiedBy;
965
- global List<EntitlementFeed> CreatedBy;
966
- global List<EntitlementFeed> InsertedBy;
967
- global List<EntitlementHistory> CreatedBy;
968
- global List<EntitlementTemplate> LastModifiedBy;
969
- global List<EntityMilestone> CreatedBy;
970
- global List<EntityMilestone> LastModifiedBy;
971
- global List<EntityMilestoneFeed> CreatedBy;
972
- global List<EntityMilestoneFeed> InsertedBy;
973
- global List<EntityMilestoneHistory> CreatedBy;
974
- global List<Event> LastModifiedBy;
975
- global List<Event> Owner;
976
- global List<EventChangeEvent> CreatedBy;
977
- global List<EventChangeEvent> LastModifiedBy;
978
- global List<EventChangeEvent> Owner;
979
- global List<EventFeed> CreatedBy;
980
- global List<EventFeed> InsertedBy;
981
- global List<EventLogFile> CreatedBy;
982
- global List<EventLogFile> LastModifiedBy;
983
- global List<EventRelation> CreatedBy;
984
- global List<EventRelation> LastModifiedBy;
985
- global List<EventRelationChangeEvent> CreatedBy;
986
- global List<EventRelationChangeEvent> LastModifiedBy;
987
- global List<EventRelationChangeEvent> Relation;
988
- global List<EventRelayConfig> CreatedBy;
989
- global List<EventRelayConfig> LastModifiedBy;
990
- global List<EventRelayConfigChangeEvent> CreatedBy;
991
- global List<EventRelayConfigChangeEvent> LastModifiedBy;
992
- global List<EventRelayFeedback> CreatedBy;
993
- global List<EventRelayFeedback> LastModifiedBy;
994
- global List<Expense> CreatedBy;
995
- global List<Expense> LastModifiedBy;
996
- global List<Expense> Owner;
997
- global List<ExpenseChangeEvent> CreatedBy;
998
- global List<ExpenseChangeEvent> LastModifiedBy;
999
- global List<ExpenseChangeEvent> Owner;
1000
- global List<ExpenseFeed> CreatedBy;
1001
- global List<ExpenseFeed> InsertedBy;
1002
- global List<ExpenseHistory> CreatedBy;
1003
- global List<ExpenseReport> LastModifiedBy;
1004
- global List<ExpenseReport> Owner;
1005
- global List<ExpenseReportEntry> CreatedBy;
1006
- global List<ExpenseReportEntry> LastModifiedBy;
1007
- global List<ExpenseReportEntryFeed> CreatedBy;
1008
- global List<ExpenseReportEntryFeed> InsertedBy;
1009
- global List<ExpenseReportEntryHistory> CreatedBy;
1010
- global List<ExpenseReportFeed> InsertedBy;
1011
- global List<ExpenseReportHistory> CreatedBy;
1012
- global List<ExpenseReportShare> LastModifiedBy;
1013
- global List<ExpenseReportShare> UserOrGroup;
1014
- global List<ExpenseShare> LastModifiedBy;
1015
- global List<ExpenseShare> UserOrGroup;
1016
- global List<ExpressionFilter> CreatedBy;
1017
- global List<ExpressionFilter> LastModifiedBy;
1018
- global List<ExpressionFilterCriteria> CreatedBy;
1019
- global List<ExpressionFilterCriteria> LastModifiedBy;
1020
- global List<ExternalDataSource> CreatedBy;
1021
- global List<ExternalDataSource> LastModifiedBy;
1022
- global List<ExternalDataSrcDescriptor> CreatedBy;
1023
- global List<ExternalDataSrcDescriptor> LastModifiedBy;
1024
- global List<ExternalDataUserAuth> CreatedBy;
1025
- global List<ExternalDataUserAuth> LastModifiedBy;
1026
- global List<ExternalEvent> CreatedBy;
1027
- global List<ExternalEvent> LastModifiedBy;
1028
- global List<ExternalEventMapping> CreatedBy;
1029
- global List<ExternalEventMapping> LastModifiedBy;
1030
- global List<ExternalEventMapping> Owner;
1031
- global List<ExternalEventMappingShare> LastModifiedBy;
1032
- global List<ExternalEventMappingShare> UserOrGroup;
1033
- global List<FeedComment> CreatedBy;
1034
- global List<FeedComment> InsertedBy;
1035
- global List<FeedComment> LastEditBy;
1036
- global List<FeedComment> Parent;
1037
- global List<FeedItem> CreatedBy;
1038
- global List<FeedItem> InsertedBy;
1039
- global List<FeedItem> LastEditBy;
1040
- global List<FeedItem> Parent;
1041
- global List<FeedLike> CreatedBy;
1042
- global List<FeedLike> InsertedBy;
1043
- global List<FeedPollChoice> CreatedBy;
1044
- global List<FeedSignal> InsertedBy;
1045
- global List<FieldDefinition> BusinessOwner;
1046
- global List<FieldDefinition> LastModifiedBy;
1047
- global List<FieldSecurityClassification> CreatedBy;
1048
- global List<FieldSecurityClassification> LastModifiedBy;
1049
- global List<FieldServiceMobileSettings> CreatedBy;
1050
- global List<FieldServiceMobileSettings> LastModifiedBy;
1051
- global List<FieldServiceMobileSettingsChangeEvent> CreatedBy;
1052
- global List<FieldServiceMobileSettingsChangeEvent> LastModifiedBy;
1053
- global List<FieldServiceOrgSettings> CreatedBy;
1054
- global List<FieldServiceOrgSettings> LastModifiedBy;
1055
- global List<FileEvent> CreatedBy;
1056
- global List<FileEvent> User;
1057
- global List<FileEventStore> CreatedBy;
1058
- global List<FileEventStore> LastModifiedBy;
1059
- global List<FileEventStore> User;
1060
- global List<FileSearchActivity> CreatedBy;
1061
- global List<FileSearchActivity> LastModifiedBy;
1062
- global List<FinanceBalanceSnapshot> CreatedBy;
1063
- global List<FinanceBalanceSnapshot> LastModifiedBy;
1064
- global List<FinanceBalanceSnapshot> Owner;
1065
- global List<FinanceBalanceSnapshotChangeEvent> CreatedBy;
1066
- global List<FinanceBalanceSnapshotChangeEvent> LastModifiedBy;
1067
- global List<FinanceBalanceSnapshotChangeEvent> Owner;
1068
- global List<FinanceBalanceSnapshotShare> LastModifiedBy;
1069
- global List<FinanceBalanceSnapshotShare> UserOrGroup;
1070
- global List<FinanceTransaction> CreatedBy;
1071
- global List<FinanceTransaction> LastModifiedBy;
1072
- global List<FinanceTransaction> Owner;
1073
- global List<FinanceTransactionChangeEvent> CreatedBy;
1074
- global List<FinanceTransactionChangeEvent> LastModifiedBy;
1075
- global List<FinanceTransactionChangeEvent> Owner;
1076
- global List<FinanceTransactionShare> LastModifiedBy;
1077
- global List<FinanceTransactionShare> UserOrGroup;
1078
- global List<FlowExecutionErrorEvent> CreatedBy;
1079
- global List<FlowExecutionErrorEvent> InterviewStartedBy;
1080
- global List<FlowExecutionErrorEvent> User;
1081
- global List<FlowInterview> CreatedBy;
1082
- global List<FlowInterview> LastModifiedBy;
1083
- global List<FlowInterview> Owner;
1084
- global List<FlowInterviewLog> CreatedBy;
1085
- global List<FlowInterviewLog> LastModifiedBy;
1086
- global List<FlowInterviewLog> Owner;
1087
- global List<FlowInterviewLogEntry> CreatedBy;
1088
- global List<FlowInterviewLogEntry> LastModifiedBy;
1089
- global List<FlowInterviewLogShare> UserOrGroup;
1090
- global List<FlowInterviewShare> LastModifiedBy;
1091
- global List<FlowInterviewShare> UserOrGroup;
1092
- global List<FlowOrchestrationEvent> CreatedBy;
1093
- global List<FlowOrchestrationInstance> LastModifiedBy;
1094
- global List<FlowOrchestrationInstance> Owner;
1095
- global List<FlowOrchestrationInstanceShare> LastModifiedBy;
1096
- global List<FlowOrchestrationInstanceShare> UserOrGroup;
1097
- global List<FlowOrchestrationStageInstance> CreatedBy;
1098
- global List<FlowOrchestrationStageInstance> LastModifiedBy;
1099
- global List<FlowOrchestrationStageInstance> Owner;
1100
- global List<FlowOrchestrationStageInstanceShare> LastModifiedBy;
1101
- global List<FlowOrchestrationStageInstanceShare> UserOrGroup;
1102
- global List<FlowOrchestrationStepInstance> CreatedBy;
1103
- global List<FlowOrchestrationStepInstance> LastModifiedBy;
1104
- global List<FlowOrchestrationStepInstance> Owner;
1105
- global List<FlowOrchestrationStepInstanceShare> LastModifiedBy;
1106
- global List<FlowOrchestrationStepInstanceShare> UserOrGroup;
1107
- global List<FlowOrchestrationWorkItem> Assignee;
1108
- global List<FlowOrchestrationWorkItem> CreatedBy;
1109
- global List<FlowOrchestrationWorkItem> LastModifiedBy;
1110
- global List<FlowOrchestrationWorkItem> Owner;
1111
- global List<FlowOrchestrationWorkItem> RelatedRecord;
1112
- global List<FlowOrchestrationWorkItemShare> LastModifiedBy;
1113
- global List<FlowOrchestrationWorkItemShare> UserOrGroup;
1114
- global List<FlowRecordRelation> CreatedBy;
1115
- global List<FlowRecordRelation> LastModifiedBy;
1116
- global List<FlowStageRelation> CreatedBy;
1117
- global List<FlowStageRelation> LastModifiedBy;
1118
- global List<FlowTestResult> CreatedBy;
1119
- global List<FlowTestResult> LastModifiedBy;
1120
- global List<FlowTestResult> Owner;
1121
- global List<FlowTestResultShare> LastModifiedBy;
1122
- global List<FlowTestResultShare> UserOrGroup;
1123
- global List<FlowTestView> CreatedBy;
1124
- global List<FlowTestView> LastModifiedBy;
1125
- global List<Folder> CreatedBy;
1126
- global List<Folder> LastModifiedBy;
1127
- global List<FolderedContentDocument> CreatedBy;
1128
- global List<FolderedContentDocument> LastModifiedBy;
1129
- global List<GrantedByLicense> CreatedBy;
1130
- global List<GrantedByLicense> LastModifiedBy;
1131
- global List<Group> CreatedBy;
1132
- global List<Group> LastModifiedBy;
1133
- global List<Group> Owner;
1134
- global List<Group> Related;
1135
- global List<GroupMember> UserOrGroup;
1136
- global List<GtwyProvPaymentMethodType> CreatedBy;
1137
- global List<GtwyProvPaymentMethodType> LastModifiedBy;
1138
- global List<Holiday> CreatedBy;
1139
- global List<Holiday> LastModifiedBy;
1140
- global List<IPAddressRange> CreatedBy;
1141
- global List<IPAddressRange> LastModifiedBy;
1142
- global List<Idea> CreatedBy;
1143
- global List<Idea> LastModifiedBy;
1144
- global List<IdeaComment> CreatedBy;
1145
- global List<IdentityProviderEventStore> User;
1146
- global List<IframeWhiteListUrl> CreatedBy;
1147
- global List<IframeWhiteListUrl> LastModifiedBy;
1148
- global List<Image> CreatedBy;
1149
- global List<Image> LastModifiedBy;
1150
- global List<Image> Owner;
1151
- global List<ImageFeed> CreatedBy;
1152
- global List<ImageFeed> InsertedBy;
1153
- global List<ImageHistory> CreatedBy;
1154
- global List<ImageShare> LastModifiedBy;
1155
- global List<ImageShare> UserOrGroup;
1156
- global List<Individual> CreatedBy;
1157
- global List<Individual> LastModifiedBy;
1158
- global List<Individual> Owner;
1159
- global List<IndividualChangeEvent> CreatedBy;
1160
- global List<IndividualChangeEvent> LastModifiedBy;
1161
- global List<IndividualChangeEvent> Owner;
1162
- global List<IndividualHistory> CreatedBy;
1163
- global List<IndividualShare> LastModifiedBy;
1164
- global List<IndividualShare> UserOrGroup;
1165
- global List<InstalledMobileApp> CreatedBy;
1166
- global List<InstalledMobileApp> LastModifiedBy;
1167
- global List<Invoice> CreatedBy;
1168
- global List<Invoice> LastModifiedBy;
1169
- global List<Invoice> Owner;
1170
- global List<InvoiceFeed> CreatedBy;
1171
- global List<InvoiceFeed> InsertedBy;
1172
- global List<InvoiceHistory> CreatedBy;
1173
- global List<InvoiceLine> LastModifiedBy;
1174
- global List<InvoiceLineFeed> CreatedBy;
1175
- global List<InvoiceLineFeed> InsertedBy;
1176
- global List<InvoiceLineHistory> CreatedBy;
1177
- global List<InvoiceShare> LastModifiedBy;
1178
- global List<InvoiceShare> UserOrGroup;
1179
- global List<JobProfile> CreatedBy;
1180
- global List<JobProfile> LastModifiedBy;
1181
- global List<JobProfile> Owner;
1182
- global List<JobProfileFeed> CreatedBy;
1183
- global List<JobProfileFeed> InsertedBy;
1184
- global List<JobProfileHistory> CreatedBy;
1185
- global List<JobProfileShare> LastModifiedBy;
1186
- global List<JobProfileShare> UserOrGroup;
1187
- global List<KnowledgeableUser> User;
1188
- global List<Lead> CreatedBy;
1189
- global List<Lead> LastModifiedBy;
1190
- global List<Lead> Owner;
1191
- global List<LeadChangeEvent> CreatedBy;
1192
- global List<LeadChangeEvent> LastModifiedBy;
1193
- global List<LeadChangeEvent> Owner;
1194
- global List<LeadCleanInfo> CreatedBy;
1195
- global List<LeadCleanInfo> LastModifiedBy;
1196
- global List<LeadFeed> CreatedBy;
1197
- global List<LeadFeed> InsertedBy;
1198
- global List<LeadHistory> CreatedBy;
1199
- global List<LeadShare> LastModifiedBy;
1200
- global List<LeadShare> UserOrGroup;
1201
- global List<LeadStatus> CreatedBy;
1202
- global List<LeadStatus> LastModifiedBy;
1203
- global List<LegalEntity> CreatedBy;
1204
- global List<LegalEntity> LastModifiedBy;
1205
- global List<LegalEntity> Owner;
1206
- global List<LegalEntityFeed> CreatedBy;
1207
- global List<LegalEntityFeed> InsertedBy;
1208
- global List<LegalEntityHistory> CreatedBy;
1209
- global List<LegalEntityShare> LastModifiedBy;
1210
- global List<LegalEntityShare> UserOrGroup;
1211
- global List<LightningExperienceTheme> CreatedBy;
1212
- global List<LightningExperienceTheme> LastModifiedBy;
1213
- global List<LightningOnboardingConfig> CreatedBy;
1214
- global List<LightningOnboardingConfig> LastModifiedBy;
1215
- global List<LightningUriEvent> User;
1216
- global List<ListEmail> CreatedBy;
1217
- global List<ListEmail> LastModifiedBy;
1218
- global List<ListEmail> Owner;
1219
- global List<ListEmailChangeEvent> CreatedBy;
1220
- global List<ListEmailChangeEvent> LastModifiedBy;
1221
- global List<ListEmailChangeEvent> Owner;
1222
- global List<ListEmailIndividualRecipient> CreatedBy;
1223
- global List<ListEmailIndividualRecipient> LastModifiedBy;
1224
- global List<ListEmailRecipientSource> CreatedBy;
1225
- global List<ListEmailRecipientSource> LastModifiedBy;
1226
- global List<ListEmailShare> UserOrGroup;
1227
- global List<ListView> CreatedBy;
1228
- global List<ListView> LastModifiedBy;
1229
- global List<ListViewChart> CreatedBy;
1230
- global List<ListViewChart> LastModifiedBy;
1231
- global List<ListViewChart> Owner;
1232
- global List<ListViewEvent> User;
1233
- global List<Location> CreatedBy;
1234
- global List<Location> LastModifiedBy;
1235
- global List<Location> Owner;
1236
- global List<LocationChangeEvent> CreatedBy;
1237
- global List<LocationChangeEvent> LastModifiedBy;
1238
- global List<LocationChangeEvent> Owner;
1239
- global List<LocationFeed> CreatedBy;
1240
- global List<LocationFeed> InsertedBy;
1241
- global List<LocationGroup> CreatedBy;
1242
- global List<LocationGroup> LastModifiedBy;
1243
- global List<LocationGroup> Owner;
1244
- global List<LocationGroupAssignment> CreatedBy;
1245
- global List<LocationGroupAssignment> LastModifiedBy;
1246
- global List<LocationGroupFeed> CreatedBy;
1247
- global List<LocationGroupFeed> InsertedBy;
1248
- global List<LocationGroupHistory> CreatedBy;
1249
- global List<LocationGroupShare> LastModifiedBy;
1250
- global List<LocationGroupShare> UserOrGroup;
1251
- global List<LocationHistory> CreatedBy;
1252
- global List<LocationShare> LastModifiedBy;
1253
- global List<LocationShare> UserOrGroup;
1254
- global List<LoginAsEvent> User;
1255
- global List<LoginGeo> CreatedBy;
1256
- global List<LoginGeo> LastModifiedBy;
1257
- global List<LoginHistory> User;
1258
- global List<LoginIp> Users;
1259
- global List<LogoutEvent> User;
1260
- global List<LogoutEventStream> CreatedBy;
1261
- global List<LogoutEventStream> User;
1262
- global List<MLModel> CreatedBy;
1263
- global List<MLModel> LastModifiedBy;
1264
- global List<MLModelFactor> CreatedBy;
1265
- global List<MLModelFactor> LastModifiedBy;
1266
- global List<MLModelFactorComponent> CreatedBy;
1267
- global List<MLModelFactorComponent> LastModifiedBy;
1268
- global List<MLModelMetric> CreatedBy;
1269
- global List<MLModelMetric> LastModifiedBy;
1270
- global List<MLPredictionDefinition> CreatedBy;
1271
- global List<MLPredictionDefinition> LastModifiedBy;
1272
- global List<MLRecommendationDefinition> CreatedBy;
1273
- global List<MLRecommendationDefinition> LastModifiedBy;
1274
- global List<Macro> CreatedBy;
1275
- global List<Macro> LastModifiedBy;
1276
- global List<Macro> Owner;
1277
- global List<MacroChangeEvent> CreatedBy;
1278
- global List<MacroChangeEvent> LastModifiedBy;
1279
- global List<MacroChangeEvent> Owner;
1280
- global List<MacroHistory> CreatedBy;
1281
- global List<MacroInstruction> LastModifiedBy;
1282
- global List<MacroInstructionChangeEvent> CreatedBy;
1283
- global List<MacroInstructionChangeEvent> LastModifiedBy;
1284
- global List<MacroShare> UserOrGroup;
1285
- global List<MacroUsage> CreatedBy;
1286
- global List<MacroUsage> LastModifiedBy;
1287
- global List<MacroUsage> Owner;
1288
- global List<MacroUsage> User;
1289
- global List<MacroUsageShare> LastModifiedBy;
1290
- global List<MacroUsageShare> UserOrGroup;
1291
- global List<MailmergeTemplate> CreatedBy;
1292
- global List<MailmergeTemplate> LastModifiedBy;
1293
- global List<MaintenanceAsset> CreatedBy;
1294
- global List<MaintenanceAsset> LastModifiedBy;
1295
- global List<MaintenanceAssetChangeEvent> CreatedBy;
1296
- global List<MaintenanceAssetChangeEvent> LastModifiedBy;
1297
- global List<MaintenanceAssetFeed> CreatedBy;
1298
- global List<MaintenanceAssetFeed> InsertedBy;
1299
- global List<MaintenanceAssetHistory> CreatedBy;
1300
- global List<MaintenancePlan> LastModifiedBy;
1301
- global List<MaintenancePlan> Owner;
1302
- global List<MaintenancePlanChangeEvent> CreatedBy;
1303
- global List<MaintenancePlanChangeEvent> LastModifiedBy;
1304
- global List<MaintenancePlanChangeEvent> Owner;
1305
- global List<MaintenancePlanFeed> CreatedBy;
1306
- global List<MaintenancePlanFeed> InsertedBy;
1307
- global List<MaintenancePlanHistory> CreatedBy;
1308
- global List<MaintenancePlanShare> LastModifiedBy;
1309
- global List<MaintenancePlanShare> UserOrGroup;
1310
- global List<MaintenanceWorkRule> CreatedBy;
1311
- global List<MaintenanceWorkRule> LastModifiedBy;
1312
- global List<MaintenanceWorkRule> Owner;
1313
- global List<MaintenanceWorkRuleChangeEvent> CreatedBy;
1314
- global List<MaintenanceWorkRuleChangeEvent> LastModifiedBy;
1315
- global List<MaintenanceWorkRuleChangeEvent> Owner;
1316
- global List<MaintenanceWorkRuleFeed> CreatedBy;
1317
- global List<MaintenanceWorkRuleFeed> InsertedBy;
1318
- global List<MaintenanceWorkRuleHistory> CreatedBy;
1319
- global List<MaintenanceWorkRuleShare> LastModifiedBy;
1320
- global List<MaintenanceWorkRuleShare> UserOrGroup;
1321
- global List<ManagedContent> CreatedBy;
1322
- global List<ManagedContent> LastModifiedBy;
1323
- global List<ManagedContentChannel> CreatedBy;
1324
- global List<ManagedContentChannel> LastModifiedBy;
1325
- global List<ManagedContentSpace> CreatedBy;
1326
- global List<ManagedContentSpace> LastModifiedBy;
1327
- global List<ManagedContentVariant> CreatedBy;
1328
- global List<ManagedContentVariant> LastModifiedBy;
1329
- global List<ManagedContentVariantChangeEvent> CreatedBy;
1330
- global List<ManagedContentVariantChangeEvent> LastModifiedBy;
1331
- global List<MatchingInformation> CreatedBy;
1332
- global List<MatchingInformation> LastModifiedBy;
1333
- global List<MatchingInformation> User;
1334
- global List<MatchingRule> CreatedBy;
1335
- global List<MatchingRule> LastModifiedBy;
1336
- global List<MatchingRuleItem> CreatedBy;
1337
- global List<MatchingRuleItem> LastModifiedBy;
1338
- global List<MessagingChannel> CreatedBy;
1339
- global List<MessagingChannel> LastModifiedBy;
1340
- global List<MessagingEndUser> CreatedBy;
1341
- global List<MessagingEndUser> LastModifiedBy;
1342
- global List<MessagingEndUser> Owner;
1343
- global List<MessagingEndUserHistory> CreatedBy;
1344
- global List<MessagingEndUserShare> LastModifiedBy;
1345
- global List<MessagingEndUserShare> UserOrGroup;
1346
- global List<MessagingSession> CreatedBy;
1347
- global List<MessagingSession> LastModifiedBy;
1348
- global List<MessagingSession> Owner;
1349
- global List<MessagingSession> TargetUser;
1350
- global List<MessagingSessionFeed> CreatedBy;
1351
- global List<MessagingSessionFeed> InsertedBy;
1352
- global List<MessagingSessionHistory> CreatedBy;
1353
- global List<MessagingSessionShare> LastModifiedBy;
1354
- global List<MessagingSessionShare> UserOrGroup;
1355
- global List<MilestoneType> CreatedBy;
1356
- global List<MilestoneType> LastModifiedBy;
1357
- global List<MobileApplicationDetail> CreatedBy;
1358
- global List<MobileApplicationDetail> LastModifiedBy;
1359
- global List<MobileSettingsAssignment> CreatedBy;
1360
- global List<MobileSettingsAssignment> LastModifiedBy;
1361
- global List<MsgChannelLanguageKeyword> CreatedBy;
1362
- global List<MsgChannelLanguageKeyword> LastModifiedBy;
1363
- global List<MutingPermissionSet> CreatedBy;
1364
- global List<MutingPermissionSet> LastModifiedBy;
1365
- global List<MyDomainDiscoverableLogin> CreatedBy;
1366
- global List<MyDomainDiscoverableLogin> ExecuteApexHandlerAs;
1367
- global List<MyDomainDiscoverableLogin> LastModifiedBy;
1368
- global List<NamedCredential> CreatedBy;
1369
- global List<NamedCredential> LastModifiedBy;
1370
- global List<Note> CreatedBy;
1371
- global List<Note> LastModifiedBy;
1372
- global List<Note> Owner;
1373
- global List<NoteAndAttachment> CreatedBy;
1374
- global List<NoteAndAttachment> LastModifiedBy;
1375
- global List<NoteAndAttachment> Owner;
1376
- global List<OauthCustomScope> CreatedBy;
1377
- global List<OauthCustomScope> LastModifiedBy;
1378
- global List<OauthCustomScopeApp> CreatedBy;
1379
- global List<OauthCustomScopeApp> LastModifiedBy;
1380
- global List<OauthToken> User;
1381
- global List<ObjectPermissions> CreatedBy;
1382
- global List<ObjectPermissions> LastModifiedBy;
1383
- global List<OnboardingMetrics> CreatedBy;
1384
- global List<OnboardingMetrics> LastModifiedBy;
1385
- global List<OnboardingMetrics> User;
1386
- global List<OpenActivity> CreatedBy;
1387
- global List<OpenActivity> LastModifiedBy;
1388
- global List<OpenActivity> Owner;
1389
- global List<OperatingHours> CreatedBy;
1390
- global List<OperatingHours> LastModifiedBy;
1391
- global List<OperatingHoursChangeEvent> CreatedBy;
1392
- global List<OperatingHoursChangeEvent> LastModifiedBy;
1393
- global List<OperatingHoursFeed> CreatedBy;
1394
- global List<OperatingHoursFeed> InsertedBy;
1395
- global List<OperatingHoursHoliday> CreatedBy;
1396
- global List<OperatingHoursHoliday> LastModifiedBy;
1397
- global List<OperatingHoursHolidayFeed> CreatedBy;
1398
- global List<OperatingHoursHolidayFeed> InsertedBy;
1399
- global List<Opportunity> CreatedBy;
1400
- global List<Opportunity> LastModifiedBy;
1401
- global List<Opportunity> Owner;
1402
- global List<OpportunityChangeEvent> CreatedBy;
1403
- global List<OpportunityChangeEvent> LastModifiedBy;
1404
- global List<OpportunityChangeEvent> Owner;
1405
- global List<OpportunityCompetitor> CreatedBy;
1406
- global List<OpportunityCompetitor> LastModifiedBy;
1407
- global List<OpportunityContactRole> CreatedBy;
1408
- global List<OpportunityContactRole> LastModifiedBy;
1409
- global List<OpportunityContactRoleChangeEvent> CreatedBy;
1410
- global List<OpportunityContactRoleChangeEvent> LastModifiedBy;
1411
- global List<OpportunityFeed> CreatedBy;
1412
- global List<OpportunityFeed> InsertedBy;
1413
- global List<OpportunityFieldHistory> CreatedBy;
1414
- global List<OpportunityLineItem> LastModifiedBy;
1415
- global List<OpportunityPartner> CreatedBy;
1416
- global List<OpportunityPartner> LastModifiedBy;
1417
- global List<OpportunityShare> UserOrGroup;
1418
- global List<OpportunityStage> CreatedBy;
1419
- global List<OpportunityStage> LastModifiedBy;
1420
- global List<Order> ActivatedBy;
1421
- global List<Order> CompanyAuthorizedBy;
1422
- global List<Order> CreatedBy;
1423
- global List<Order> LastModifiedBy;
1424
- global List<Order> Owner;
1425
- global List<OrderChangeEvent> ActivatedBy;
1426
- global List<OrderChangeEvent> CompanyAuthorizedBy;
1427
- global List<OrderChangeEvent> CreatedBy;
1428
- global List<OrderChangeEvent> LastModifiedBy;
1429
- global List<OrderChangeEvent> Owner;
1430
- global List<OrderFeed> CreatedBy;
1431
- global List<OrderFeed> InsertedBy;
1432
- global List<OrderHistory> CreatedBy;
1433
- global List<OrderItem> LastModifiedBy;
1434
- global List<OrderItemChangeEvent> CreatedBy;
1435
- global List<OrderItemChangeEvent> LastModifiedBy;
1436
- global List<OrderItemFeed> CreatedBy;
1437
- global List<OrderItemFeed> InsertedBy;
1438
- global List<OrderItemHistory> CreatedBy;
1439
- global List<OrderShare> LastModifiedBy;
1440
- global List<OrderShare> UserOrGroup;
1441
- global List<OrderStatus> CreatedBy;
1442
- global List<OrderStatus> LastModifiedBy;
1443
- global List<OrgLifecycleNotification> CreatedBy;
1444
- global List<OrgMetric> LastModifiedBy;
1445
- global List<OrgMetricScanResult> CreatedBy;
1446
- global List<OrgMetricScanResult> LastModifiedBy;
1447
- global List<OrgMetricScanSummary> CreatedBy;
1448
- global List<OrgMetricScanSummary> LastModifiedBy;
1449
- global List<OrgWideEmailAddress> CreatedBy;
1450
- global List<OrgWideEmailAddress> LastModifiedBy;
1451
- global List<Organization> CreatedBy;
1452
- global List<Organization> LastModifiedBy;
1453
- global List<OwnedContentDocument> CreatedBy;
1454
- global List<OwnedContentDocument> LastModifiedBy;
1455
- global List<Participant> CreatedBy;
1456
- global List<Participant> LastModifiedBy;
1457
- global List<Partner> CreatedBy;
1458
- global List<Partner> LastModifiedBy;
1459
- global List<PartnerRole> CreatedBy;
1460
- global List<PartnerRole> LastModifiedBy;
1461
- global List<PartyConsent> CreatedBy;
1462
- global List<PartyConsent> LastModifiedBy;
1463
- global List<PartyConsent> Owner;
1464
- global List<PartyConsentChangeEvent> CreatedBy;
1465
- global List<PartyConsentChangeEvent> LastModifiedBy;
1466
- global List<PartyConsentChangeEvent> Owner;
1467
- global List<PartyConsentFeed> CreatedBy;
1468
- global List<PartyConsentFeed> InsertedBy;
1469
- global List<PartyConsentHistory> CreatedBy;
1470
- global List<PartyConsentShare> LastModifiedBy;
1471
- global List<PartyConsentShare> UserOrGroup;
1472
- global List<Payment> CreatedBy;
1473
- global List<Payment> LastModifiedBy;
1474
- global List<PaymentAuthAdjustment> CreatedBy;
1475
- global List<PaymentAuthAdjustment> LastModifiedBy;
1476
- global List<PaymentAuthorization> CreatedBy;
1477
- global List<PaymentAuthorization> LastModifiedBy;
1478
- global List<PaymentFeed> CreatedBy;
1479
- global List<PaymentFeed> InsertedBy;
1480
- global List<PaymentGateway> CreatedBy;
1481
- global List<PaymentGateway> LastModifiedBy;
1482
- global List<PaymentGatewayLog> CreatedBy;
1483
- global List<PaymentGatewayLog> LastModifiedBy;
1484
- global List<PaymentGatewayProvider> CreatedBy;
1485
- global List<PaymentGatewayProvider> LastModifiedBy;
1486
- global List<PaymentGroup> CreatedBy;
1487
- global List<PaymentGroup> LastModifiedBy;
1488
- global List<PaymentLineInvoice> CreatedBy;
1489
- global List<PaymentLineInvoice> LastModifiedBy;
1490
- global List<PaymentMethod> CreatedBy;
1491
- global List<PaymentMethod> LastModifiedBy;
1492
- global List<PermissionSet> CreatedBy;
1493
- global List<PermissionSet> LastModifiedBy;
1494
- global List<PermissionSetEvent> User;
1495
- global List<PermissionSetGroup> CreatedBy;
1496
- global List<PermissionSetGroup> LastModifiedBy;
1497
- global List<PermissionSetGroupComponent> CreatedBy;
1498
- global List<PermissionSetGroupComponent> LastModifiedBy;
1499
- global List<PermissionSetLicense> CreatedBy;
1500
- global List<PermissionSetLicense> LastModifiedBy;
1501
- global List<PermissionSetLicenseAssign> CreatedBy;
1502
- global List<PermissionSetLicenseAssign> LastModifiedBy;
1503
- global List<PlatformAction> InvokedByUser;
1504
- global List<PlatformCachePartition> CreatedBy;
1505
- global List<PlatformCachePartition> LastModifiedBy;
1506
- global List<PlatformCachePartitionType> CreatedBy;
1507
- global List<PlatformCachePartitionType> LastModifiedBy;
1508
- global List<PlatformStatusAlertEvent> CreatedBy;
1509
- global List<PlatformStatusAlertEvent> User;
1510
- global List<Pricebook2> CreatedBy;
1511
- global List<Pricebook2> LastModifiedBy;
1512
- global List<Pricebook2ChangeEvent> CreatedBy;
1513
- global List<Pricebook2ChangeEvent> LastModifiedBy;
1514
- global List<Pricebook2History> CreatedBy;
1515
- global List<PricebookEntry> LastModifiedBy;
1516
- global List<PricebookEntryChangeEvent> CreatedBy;
1517
- global List<PricebookEntryChangeEvent> LastModifiedBy;
1518
- global List<PricebookEntryHistory> CreatedBy;
1519
- global List<ProcessDefinition> LastModifiedBy;
1520
- global List<ProcessException> CreatedBy;
1521
- global List<ProcessException> LastModifiedBy;
1522
- global List<ProcessException> Owner;
1523
- global List<ProcessExceptionEvent> CreatedBy;
1524
- global List<ProcessExceptionShare> LastModifiedBy;
1525
- global List<ProcessExceptionShare> UserOrGroup;
1526
- global List<ProcessFlowMigration> CreatedBy;
1527
- global List<ProcessFlowMigration> LastModifiedBy;
1528
- global List<ProcessInstance> CreatedBy;
1529
- global List<ProcessInstance> LastActor;
1530
- global List<ProcessInstance> LastModifiedBy;
1531
- global List<ProcessInstance> SubmittedBy;
1532
- global List<ProcessInstanceHistory> Actor;
1533
- global List<ProcessInstanceHistory> CreatedBy;
1534
- global List<ProcessInstanceHistory> OriginalActor;
1535
- global List<ProcessInstanceNode> CreatedBy;
1536
- global List<ProcessInstanceNode> LastActor;
1537
- global List<ProcessInstanceNode> LastModifiedBy;
1538
- global List<ProcessInstanceStep> Actor;
1539
- global List<ProcessInstanceStep> CreatedBy;
1540
- global List<ProcessInstanceStep> OriginalActor;
1541
- global List<ProcessInstanceWorkitem> Actor;
1542
- global List<ProcessInstanceWorkitem> CreatedBy;
1543
- global List<ProcessInstanceWorkitem> OriginalActor;
1544
- global List<Product2> CreatedBy;
1545
- global List<Product2> LastModifiedBy;
1546
- global List<Product2ChangeEvent> CreatedBy;
1547
- global List<Product2ChangeEvent> LastModifiedBy;
1548
- global List<Product2Feed> CreatedBy;
1549
- global List<Product2Feed> InsertedBy;
1550
- global List<Product2History> CreatedBy;
1551
- global List<ProductConsumed> LastModifiedBy;
1552
- global List<ProductConsumedChangeEvent> CreatedBy;
1553
- global List<ProductConsumedChangeEvent> LastModifiedBy;
1554
- global List<ProductConsumedFeed> CreatedBy;
1555
- global List<ProductConsumedFeed> InsertedBy;
1556
- global List<ProductConsumedHistory> CreatedBy;
1557
- global List<ProductConsumedState> LastModifiedBy;
1558
- global List<ProductConsumedStateHistory> CreatedBy;
1559
- global List<ProductConsumptionSchedule> LastModifiedBy;
1560
- global List<ProductEntitlementTemplate> CreatedBy;
1561
- global List<ProductItem> LastModifiedBy;
1562
- global List<ProductItem> Owner;
1563
- global List<ProductItemChangeEvent> CreatedBy;
1564
- global List<ProductItemChangeEvent> LastModifiedBy;
1565
- global List<ProductItemChangeEvent> Owner;
1566
- global List<ProductItemFeed> CreatedBy;
1567
- global List<ProductItemFeed> InsertedBy;
1568
- global List<ProductItemHistory> CreatedBy;
1569
- global List<ProductItemShare> LastModifiedBy;
1570
- global List<ProductItemShare> UserOrGroup;
1571
- global List<ProductItemTransaction> CreatedBy;
1572
- global List<ProductItemTransaction> LastModifiedBy;
1573
- global List<ProductItemTransactionFeed> CreatedBy;
1574
- global List<ProductItemTransactionFeed> InsertedBy;
1575
- global List<ProductItemTransactionHistory> CreatedBy;
1576
- global List<ProductRequest> LastModifiedBy;
1577
- global List<ProductRequest> Owner;
1578
- global List<ProductRequestChangeEvent> CreatedBy;
1579
- global List<ProductRequestChangeEvent> LastModifiedBy;
1580
- global List<ProductRequestChangeEvent> Owner;
1581
- global List<ProductRequestFeed> CreatedBy;
1582
- global List<ProductRequestFeed> InsertedBy;
1583
- global List<ProductRequestHistory> CreatedBy;
1584
- global List<ProductRequestLineItem> LastModifiedBy;
1585
- global List<ProductRequestLineItemChangeEvent> CreatedBy;
1586
- global List<ProductRequestLineItemChangeEvent> LastModifiedBy;
1587
- global List<ProductRequestLineItemFeed> CreatedBy;
1588
- global List<ProductRequestLineItemFeed> InsertedBy;
1589
- global List<ProductRequestLineItemHistory> CreatedBy;
1590
- global List<ProductRequestShare> LastModifiedBy;
1591
- global List<ProductRequestShare> UserOrGroup;
1592
- global List<ProductRequired> CreatedBy;
1593
- global List<ProductRequired> LastModifiedBy;
1594
- global List<ProductRequiredChangeEvent> CreatedBy;
1595
- global List<ProductRequiredChangeEvent> LastModifiedBy;
1596
- global List<ProductRequiredFeed> CreatedBy;
1597
- global List<ProductRequiredFeed> InsertedBy;
1598
- global List<ProductRequiredHistory> CreatedBy;
1599
- global List<ProductServiceCampaign> LastModifiedBy;
1600
- global List<ProductServiceCampaign> Owner;
1601
- global List<ProductServiceCampaignFeed> CreatedBy;
1602
- global List<ProductServiceCampaignFeed> InsertedBy;
1603
- global List<ProductServiceCampaignHistory> CreatedBy;
1604
- global List<ProductServiceCampaignItem> LastModifiedBy;
1605
- global List<ProductServiceCampaignItemFeed> CreatedBy;
1606
- global List<ProductServiceCampaignItemFeed> InsertedBy;
1607
- global List<ProductServiceCampaignItemHistory> CreatedBy;
1608
- global List<ProductServiceCampaignItemStatus> LastModifiedBy;
1609
- global List<ProductServiceCampaignShare> UserOrGroup;
1610
- global List<ProductServiceCampaignStatus> CreatedBy;
1611
- global List<ProductServiceCampaignStatus> LastModifiedBy;
1612
- global List<ProductTransfer> CreatedBy;
1613
- global List<ProductTransfer> LastModifiedBy;
1614
- global List<ProductTransfer> Owner;
1615
- global List<ProductTransferChangeEvent> CreatedBy;
1616
- global List<ProductTransferChangeEvent> LastModifiedBy;
1617
- global List<ProductTransferChangeEvent> Owner;
1618
- global List<ProductTransferChangeEvent> ReceivedBy;
1619
- global List<ProductTransferFeed> CreatedBy;
1620
- global List<ProductTransferFeed> InsertedBy;
1621
- global List<ProductTransferHistory> CreatedBy;
1622
- global List<ProductTransferShare> LastModifiedBy;
1623
- global List<ProductTransferShare> UserOrGroup;
1624
- global List<ProductTransferState> CreatedBy;
1625
- global List<ProductTransferState> LastModifiedBy;
1626
- global List<ProductTransferStateHistory> CreatedBy;
1627
- global List<ProductWarrantyTerm> LastModifiedBy;
1628
- global List<ProductWarrantyTermFeed> CreatedBy;
1629
- global List<ProductWarrantyTermFeed> InsertedBy;
1630
- global List<ProductWarrantyTermHistory> CreatedBy;
1631
- global List<Profile> LastModifiedBy;
1632
- global List<ProfileSkill> CreatedBy;
1633
- global List<ProfileSkill> LastModifiedBy;
1634
- global List<ProfileSkill> Owner;
1635
- global List<ProfileSkillEndorsement> CreatedBy;
1636
- global List<ProfileSkillEndorsement> LastModifiedBy;
1637
- global List<ProfileSkillEndorsementFeed> CreatedBy;
1638
- global List<ProfileSkillEndorsementFeed> InsertedBy;
1639
- global List<ProfileSkillEndorsementHistory> CreatedBy;
1640
- global List<ProfileSkillFeed> InsertedBy;
1641
- global List<ProfileSkillHistory> CreatedBy;
1642
- global List<ProfileSkillShare> LastModifiedBy;
1643
- global List<ProfileSkillShare> UserOrGroup;
1644
- global List<ProfileSkillUser> CreatedBy;
1645
- global List<ProfileSkillUser> LastModifiedBy;
1646
- global List<ProfileSkillUserFeed> CreatedBy;
1647
- global List<ProfileSkillUserFeed> InsertedBy;
1648
- global List<ProfileSkillUserHistory> CreatedBy;
1649
- global List<Prompt> LastModifiedBy;
1650
- global List<PromptAction> CreatedBy;
1651
- global List<PromptAction> LastModifiedBy;
1652
- global List<PromptAction> Owner;
1653
- global List<PromptAction> User;
1654
- global List<PromptActionShare> LastModifiedBy;
1655
- global List<PromptActionShare> UserOrGroup;
1656
- global List<PromptError> CreatedBy;
1657
- global List<PromptError> LastModifiedBy;
1658
- global List<PromptError> Owner;
1659
- global List<PromptErrorShare> LastModifiedBy;
1660
- global List<PromptErrorShare> UserOrGroup;
1661
- global List<PromptVersion> CreatedBy;
1662
- global List<PromptVersion> LastModifiedBy;
1663
- global List<PromptVersion> PublishedByUser;
1664
- global List<Property__Feed> CreatedBy;
1665
- global List<Property__Feed> InsertedBy;
1666
- global List<Property__History> CreatedBy;
1667
- global List<Property__Share> LastModifiedBy;
1668
- global List<Property__Share> UserOrGroup;
1669
- global List<Property__c> CreatedBy;
1670
- global List<Property__c> LastModifiedBy;
1671
- global List<Property__c> Owner;
1672
- global List<PushTopic> CreatedBy;
1673
- global List<PushTopic> LastModifiedBy;
1674
- global List<QueueSobject> CreatedBy;
1675
- global List<QuickText> LastModifiedBy;
1676
- global List<QuickText> Owner;
1677
- global List<QuickTextChangeEvent> CreatedBy;
1678
- global List<QuickTextChangeEvent> LastModifiedBy;
1679
- global List<QuickTextChangeEvent> Owner;
1680
- global List<QuickTextHistory> CreatedBy;
1681
- global List<QuickTextShare> LastModifiedBy;
1682
- global List<QuickTextShare> UserOrGroup;
1683
- global List<QuickTextUsage> CreatedBy;
1684
- global List<QuickTextUsage> LastModifiedBy;
1685
- global List<QuickTextUsage> Owner;
1686
- global List<QuickTextUsage> User;
1687
- global List<QuickTextUsageShare> LastModifiedBy;
1688
- global List<QuickTextUsageShare> UserOrGroup;
1689
- global List<QuoteTemplateRichTextData> CreatedBy;
1690
- global List<QuoteTemplateRichTextData> LastModifiedBy;
1691
- global List<Recommendation> CreatedBy;
1692
- global List<Recommendation> LastModifiedBy;
1693
- global List<RecommendationChangeEvent> CreatedBy;
1694
- global List<RecommendationChangeEvent> LastModifiedBy;
1695
- global List<RecommendationResponse> CreatedBy;
1696
- global List<RecommendationResponse> LastModifiedBy;
1697
- global List<RecordAction> CreatedBy;
1698
- global List<RecordAction> LastModifiedBy;
1699
- global List<RecordActionHistory> CreatedBy;
1700
- global List<RecordActionHistory> LastModifiedBy;
1701
- global List<RecordActionHistory> User;
1702
- global List<RecordType> CreatedBy;
1703
- global List<RecordType> LastModifiedBy;
1704
- global List<RecordsetFilterCriteria> CreatedBy;
1705
- global List<RecordsetFilterCriteria> LastModifiedBy;
1706
- global List<RecordsetFilterCriteria> Owner;
1707
- global List<RecordsetFilterCriteriaChangeEvent> CreatedBy;
1708
- global List<RecordsetFilterCriteriaChangeEvent> LastModifiedBy;
1709
- global List<RecordsetFilterCriteriaChangeEvent> Owner;
1710
- global List<RecordsetFilterCriteriaFeed> CreatedBy;
1711
- global List<RecordsetFilterCriteriaFeed> InsertedBy;
1712
- global List<RecordsetFilterCriteriaHistory> CreatedBy;
1713
- global List<RecordsetFilterCriteriaRule> LastModifiedBy;
1714
- global List<RecordsetFilterCriteriaRuleChangeEvent> CreatedBy;
1715
- global List<RecordsetFilterCriteriaRuleChangeEvent> LastModifiedBy;
1716
- global List<RecordsetFilterCriteriaShare> UserOrGroup;
1717
- global List<RecordsetFltrCritMonitor> CreatedBy;
1718
- global List<RecordsetFltrCritMonitor> LastModifiedBy;
1719
- global List<RecordsetFltrCritMonitorChangeEvent> CreatedBy;
1720
- global List<RecordsetFltrCritMonitorChangeEvent> LastModifiedBy;
1721
- global List<RecordsetFltrCritMonitorFeed> CreatedBy;
1722
- global List<RecordsetFltrCritMonitorFeed> InsertedBy;
1723
- global List<RecordsetFltrCritMonitorHistory> CreatedBy;
1724
- global List<RedirectWhitelistUrl> LastModifiedBy;
1725
- global List<Refund> CreatedBy;
1726
- global List<Refund> LastModifiedBy;
1727
- global List<RefundLinePayment> CreatedBy;
1728
- global List<RefundLinePayment> LastModifiedBy;
1729
- global List<RemoteKeyCalloutEvent> CreatedBy;
1730
- global List<Report> LastModifiedBy;
1731
- global List<Report> Owner;
1732
- global List<ReportAnomalyEvent> User;
1733
- global List<ReportAnomalyEventStoreFeed> CreatedBy;
1734
- global List<ReportAnomalyEventStoreFeed> InsertedBy;
1735
- global List<ReportEvent> Owner;
1736
- global List<ReportEvent> User;
1737
- global List<ReportFeed> CreatedBy;
1738
- global List<ReportFeed> InsertedBy;
1739
- global List<ResourceAbsence> CreatedBy;
1740
- global List<ResourceAbsence> LastModifiedBy;
1741
- global List<ResourceAbsenceChangeEvent> CreatedBy;
1742
- global List<ResourceAbsenceChangeEvent> LastModifiedBy;
1743
- global List<ResourceAbsenceFeed> CreatedBy;
1744
- global List<ResourceAbsenceFeed> InsertedBy;
1745
- global List<ResourceAbsenceHistory> CreatedBy;
1746
- global List<ResourcePreference> LastModifiedBy;
1747
- global List<ResourcePreferenceChangeEvent> CreatedBy;
1748
- global List<ResourcePreferenceChangeEvent> LastModifiedBy;
1749
- global List<ResourcePreferenceFeed> CreatedBy;
1750
- global List<ResourcePreferenceFeed> InsertedBy;
1751
- global List<ResourcePreferenceHistory> CreatedBy;
1752
- global List<ReturnOrder> LastModifiedBy;
1753
- global List<ReturnOrder> Owner;
1754
- global List<ReturnOrder> ReturnedBy;
1755
- global List<ReturnOrderChangeEvent> CreatedBy;
1756
- global List<ReturnOrderChangeEvent> LastModifiedBy;
1757
- global List<ReturnOrderChangeEvent> Owner;
1758
- global List<ReturnOrderChangeEvent> ReturnedBy;
1759
- global List<ReturnOrderFeed> CreatedBy;
1760
- global List<ReturnOrderFeed> InsertedBy;
1761
- global List<ReturnOrderHistory> CreatedBy;
1762
- global List<ReturnOrderLineItem> LastModifiedBy;
1763
- global List<ReturnOrderLineItemChangeEvent> CreatedBy;
1764
- global List<ReturnOrderLineItemChangeEvent> LastModifiedBy;
1765
- global List<ReturnOrderLineItemFeed> CreatedBy;
1766
- global List<ReturnOrderLineItemFeed> InsertedBy;
1767
- global List<ReturnOrderLineItemHistory> CreatedBy;
1768
- global List<ReturnOrderShare> LastModifiedBy;
1769
- global List<ReturnOrderShare> UserOrGroup;
1770
- global List<SPSamlAttributes> CreatedBy;
1771
- global List<SPSamlAttributes> LastModifiedBy;
1772
- global List<SamlSsoConfig> CreatedBy;
1773
- global List<SamlSsoConfig> ExecutionUser;
1774
- global List<SamlSsoConfig> LastModifiedBy;
1775
- global List<SchedulingConstraint> CreatedBy;
1776
- global List<SchedulingConstraint> LastModifiedBy;
1777
- global List<SchedulingConstraint> Owner;
1778
- global List<SchedulingConstraintShare> LastModifiedBy;
1779
- global List<SchedulingConstraintShare> UserOrGroup;
1780
- global List<SchedulingObjective> CreatedBy;
1781
- global List<SchedulingObjective> LastModifiedBy;
1782
- global List<SchedulingObjectiveParameter> CreatedBy;
1783
- global List<SchedulingObjectiveParameter> LastModifiedBy;
1784
- global List<SchedulingRule> CreatedBy;
1785
- global List<SchedulingRule> LastModifiedBy;
1786
- global List<SchedulingRuleParameter> CreatedBy;
1787
- global List<SchedulingRuleParameter> LastModifiedBy;
1788
- global List<Scontrol> CreatedBy;
1789
- global List<Scontrol> LastModifiedBy;
1790
- global List<Scorecard> CreatedBy;
1791
- global List<Scorecard> LastModifiedBy;
1792
- global List<Scorecard> Owner;
1793
- global List<ScorecardAssociation> CreatedBy;
1794
- global List<ScorecardAssociation> LastModifiedBy;
1795
- global List<ScorecardMetric> CreatedBy;
1796
- global List<ScorecardMetric> LastModifiedBy;
1797
- global List<ScorecardShare> UserOrGroup;
1798
- global List<SearchLayout> LastModifiedBy;
1799
- global List<SearchPromotionRule> CreatedBy;
1800
- global List<SearchPromotionRule> LastModifiedBy;
1801
- global List<SecurityCustomBaseline> CreatedBy;
1802
- global List<SecurityCustomBaseline> LastModifiedBy;
1803
- global List<Seller> CreatedBy;
1804
- global List<Seller> LastModifiedBy;
1805
- global List<Seller> Owner;
1806
- global List<SellerHistory> CreatedBy;
1807
- global List<SellerShare> LastModifiedBy;
1808
- global List<SellerShare> UserOrGroup;
1809
- global List<SerializedProduct> CreatedBy;
1810
- global List<SerializedProduct> LastModifiedBy;
1811
- global List<SerializedProduct> Owner;
1812
- global List<SerializedProductFeed> CreatedBy;
1813
- global List<SerializedProductFeed> InsertedBy;
1814
- global List<SerializedProductHistory> CreatedBy;
1815
- global List<SerializedProductShare> LastModifiedBy;
1816
- global List<SerializedProductShare> UserOrGroup;
1817
- global List<SerializedProductTransaction> CreatedBy;
1818
- global List<SerializedProductTransaction> LastModifiedBy;
1819
- global List<SerializedProductTransactionFeed> CreatedBy;
1820
- global List<SerializedProductTransactionFeed> InsertedBy;
1821
- global List<SerializedProductTransactionHistory> CreatedBy;
1822
- global List<ServiceAppointment> LastModifiedBy;
1823
- global List<ServiceAppointment> Owner;
1824
- global List<ServiceAppointmentChangeEvent> CreatedBy;
1825
- global List<ServiceAppointmentChangeEvent> LastModifiedBy;
1826
- global List<ServiceAppointmentChangeEvent> Owner;
1827
- global List<ServiceAppointmentFeed> CreatedBy;
1828
- global List<ServiceAppointmentFeed> InsertedBy;
1829
- global List<ServiceAppointmentHistory> CreatedBy;
1830
- global List<ServiceAppointmentShare> LastModifiedBy;
1831
- global List<ServiceAppointmentShare> UserOrGroup;
1832
- global List<ServiceAppointmentStatus> CreatedBy;
1833
- global List<ServiceAppointmentStatus> LastModifiedBy;
1834
- global List<ServiceContract> CreatedBy;
1835
- global List<ServiceContract> LastModifiedBy;
1836
- global List<ServiceContract> Owner;
1837
- global List<ServiceContractChangeEvent> CreatedBy;
1838
- global List<ServiceContractChangeEvent> LastModifiedBy;
1839
- global List<ServiceContractChangeEvent> Owner;
1840
- global List<ServiceContractFeed> CreatedBy;
1841
- global List<ServiceContractFeed> InsertedBy;
1842
- global List<ServiceContractHistory> CreatedBy;
1843
- global List<ServiceContractShare> LastModifiedBy;
1844
- global List<ServiceContractShare> UserOrGroup;
1845
- global List<ServiceCrew> CreatedBy;
1846
- global List<ServiceCrew> LastModifiedBy;
1847
- global List<ServiceCrew> Owner;
1848
- global List<ServiceCrewChangeEvent> CreatedBy;
1849
- global List<ServiceCrewChangeEvent> LastModifiedBy;
1850
- global List<ServiceCrewChangeEvent> Owner;
1851
- global List<ServiceCrewFeed> CreatedBy;
1852
- global List<ServiceCrewFeed> InsertedBy;
1853
- global List<ServiceCrewHistory> CreatedBy;
1854
- global List<ServiceCrewMember> LastModifiedBy;
1855
- global List<ServiceCrewMemberChangeEvent> CreatedBy;
1856
- global List<ServiceCrewMemberChangeEvent> LastModifiedBy;
1857
- global List<ServiceCrewMemberFeed> CreatedBy;
1858
- global List<ServiceCrewMemberFeed> InsertedBy;
1859
- global List<ServiceCrewMemberHistory> CreatedBy;
1860
- global List<ServiceCrewShare> LastModifiedBy;
1861
- global List<ServiceCrewShare> UserOrGroup;
1862
- global List<ServiceReport> CreatedBy;
1863
- global List<ServiceReport> LastModifiedBy;
1864
- global List<ServiceReportChangeEvent> CreatedBy;
1865
- global List<ServiceReportChangeEvent> LastModifiedBy;
1866
- global List<ServiceReportHistory> CreatedBy;
1867
- global List<ServiceReportLayout> LastModifiedBy;
1868
- global List<ServiceReportLayoutChangeEvent> CreatedBy;
1869
- global List<ServiceReportLayoutChangeEvent> LastModifiedBy;
1870
- global List<ServiceResource> CreatedBy;
1871
- global List<ServiceResource> LastModifiedBy;
1872
- global List<ServiceResource> Owner;
1873
- global List<ServiceResourceCapacity> CreatedBy;
1874
- global List<ServiceResourceCapacity> LastModifiedBy;
1875
- global List<ServiceResourceCapacityChangeEvent> CreatedBy;
1876
- global List<ServiceResourceCapacityChangeEvent> LastModifiedBy;
1877
- global List<ServiceResourceCapacityFeed> CreatedBy;
1878
- global List<ServiceResourceCapacityFeed> InsertedBy;
1879
- global List<ServiceResourceCapacityHistory> CreatedBy;
1880
- global List<ServiceResourceChangeEvent> LastModifiedBy;
1881
- global List<ServiceResourceChangeEvent> Owner;
1882
- global List<ServiceResourceChangeEvent> RelatedRecord;
1883
- global List<ServiceResourceFeed> CreatedBy;
1884
- global List<ServiceResourceFeed> InsertedBy;
1885
- global List<ServiceResourceHistory> CreatedBy;
1886
- global List<ServiceResourcePreference> LastModifiedBy;
1887
- global List<ServiceResourcePreference> Owner;
1888
- global List<ServiceResourcePreferenceFeed> CreatedBy;
1889
- global List<ServiceResourcePreferenceFeed> InsertedBy;
1890
- global List<ServiceResourcePreferenceHistory> CreatedBy;
1891
- global List<ServiceResourcePreferenceShare> LastModifiedBy;
1892
- global List<ServiceResourcePreferenceShare> UserOrGroup;
1893
- global List<ServiceResourceShare> LastModifiedBy;
1894
- global List<ServiceResourceShare> UserOrGroup;
1895
- global List<ServiceResourceSkill> CreatedBy;
1896
- global List<ServiceResourceSkill> LastModifiedBy;
1897
- global List<ServiceResourceSkillChangeEvent> CreatedBy;
1898
- global List<ServiceResourceSkillChangeEvent> LastModifiedBy;
1899
- global List<ServiceResourceSkillFeed> CreatedBy;
1900
- global List<ServiceResourceSkillFeed> InsertedBy;
1901
- global List<ServiceResourceSkillHistory> CreatedBy;
1902
- global List<ServiceSetupProvisioning> LastModifiedBy;
1903
- global List<ServiceTerritory> CreatedBy;
1904
- global List<ServiceTerritory> LastModifiedBy;
1905
- global List<ServiceTerritory> Owner;
1906
- global List<ServiceTerritoryChangeEvent> CreatedBy;
1907
- global List<ServiceTerritoryChangeEvent> LastModifiedBy;
1908
- global List<ServiceTerritoryChangeEvent> Owner;
1909
- global List<ServiceTerritoryFeed> CreatedBy;
1910
- global List<ServiceTerritoryFeed> InsertedBy;
1911
- global List<ServiceTerritoryHistory> CreatedBy;
1912
- global List<ServiceTerritoryLocation> LastModifiedBy;
1913
- global List<ServiceTerritoryLocationChangeEvent> CreatedBy;
1914
- global List<ServiceTerritoryLocationChangeEvent> LastModifiedBy;
1915
- global List<ServiceTerritoryLocationFeed> CreatedBy;
1916
- global List<ServiceTerritoryLocationFeed> InsertedBy;
1917
- global List<ServiceTerritoryLocationHistory> CreatedBy;
1918
- global List<ServiceTerritoryMember> LastModifiedBy;
1919
- global List<ServiceTerritoryMemberChangeEvent> CreatedBy;
1920
- global List<ServiceTerritoryMemberChangeEvent> LastModifiedBy;
1921
- global List<ServiceTerritoryMemberFeed> CreatedBy;
1922
- global List<ServiceTerritoryMemberFeed> InsertedBy;
1923
- global List<ServiceTerritoryMemberHistory> CreatedBy;
1924
- global List<ServiceTerritoryShare> LastModifiedBy;
1925
- global List<ServiceTerritoryShare> UserOrGroup;
1926
- global List<SessionHijackingEvent> User;
1927
- global List<SessionHijackingEventStoreFeed> CreatedBy;
1928
- global List<SessionHijackingEventStoreFeed> InsertedBy;
1929
- global List<SessionPermSetActivation> CreatedBy;
1930
- global List<SessionPermSetActivation> LastModifiedBy;
1931
- global List<SetupAssistantStep> CreatedBy;
1932
- global List<SetupAssistantStep> LastModifiedBy;
1933
- global List<SetupAuditTrail> CreatedBy;
1934
- global List<Shift> LastModifiedBy;
1935
- global List<Shift> Owner;
1936
- global List<ShiftChangeEvent> CreatedBy;
1937
- global List<ShiftChangeEvent> LastModifiedBy;
1938
- global List<ShiftChangeEvent> Owner;
1939
- global List<ShiftFeed> CreatedBy;
1940
- global List<ShiftFeed> InsertedBy;
1941
- global List<ShiftHistory> CreatedBy;
1942
- global List<ShiftPattern> LastModifiedBy;
1943
- global List<ShiftPattern> Owner;
1944
- global List<ShiftPatternChangeEvent> CreatedBy;
1945
- global List<ShiftPatternChangeEvent> LastModifiedBy;
1946
- global List<ShiftPatternChangeEvent> Owner;
1947
- global List<ShiftPatternEntry> CreatedBy;
1948
- global List<ShiftPatternEntry> LastModifiedBy;
1949
- global List<ShiftPatternEntryChangeEvent> CreatedBy;
1950
- global List<ShiftPatternEntryChangeEvent> LastModifiedBy;
1951
- global List<ShiftPatternEntryFeed> CreatedBy;
1952
- global List<ShiftPatternEntryFeed> InsertedBy;
1953
- global List<ShiftPatternEntryHistory> CreatedBy;
1954
- global List<ShiftPatternFeed> InsertedBy;
1955
- global List<ShiftPatternHistory> CreatedBy;
1956
- global List<ShiftPatternShare> LastModifiedBy;
1957
- global List<ShiftPatternShare> UserOrGroup;
1958
- global List<ShiftShare> LastModifiedBy;
1959
- global List<ShiftShare> UserOrGroup;
1960
- global List<ShiftStatus> CreatedBy;
1961
- global List<ShiftStatus> LastModifiedBy;
1962
- global List<ShiftTemplate> CreatedBy;
1963
- global List<ShiftTemplate> LastModifiedBy;
1964
- global List<ShiftTemplate> Owner;
1965
- global List<ShiftTemplateChangeEvent> CreatedBy;
1966
- global List<ShiftTemplateChangeEvent> LastModifiedBy;
1967
- global List<ShiftTemplateChangeEvent> Owner;
1968
- global List<ShiftTemplateShare> LastModifiedBy;
1969
- global List<ShiftTemplateShare> UserOrGroup;
1970
- global List<Shipment> CreatedBy;
1971
- global List<Shipment> LastModifiedBy;
1972
- global List<Shipment> Owner;
1973
- global List<ShipmentChangeEvent> CreatedBy;
1974
- global List<ShipmentChangeEvent> DeliveredTo;
1975
- global List<ShipmentChangeEvent> LastModifiedBy;
1976
- global List<ShipmentChangeEvent> Owner;
1977
- global List<ShipmentFeed> CreatedBy;
1978
- global List<ShipmentFeed> InsertedBy;
1979
- global List<ShipmentHistory> CreatedBy;
1980
- global List<ShipmentItem> LastModifiedBy;
1981
- global List<ShipmentItemFeed> CreatedBy;
1982
- global List<ShipmentItemFeed> InsertedBy;
1983
- global List<ShipmentItemHistory> CreatedBy;
1984
- global List<ShipmentShare> LastModifiedBy;
1985
- global List<ShipmentShare> UserOrGroup;
1986
- global List<Site> CreatedBy;
1987
- global List<Site> GuestRecordDefaultOwner;
1988
- global List<Site> GuestUser;
1989
- global List<Site> LastModifiedBy;
1990
- global List<SiteFeed> CreatedBy;
1991
- global List<SiteFeed> InsertedBy;
1992
- global List<SiteHistory> CreatedBy;
1993
- global List<SiteIframeWhiteListUrl> LastModifiedBy;
1994
- global List<SiteRedirectMapping> CreatedBy;
1995
- global List<SiteRedirectMapping> LastModifiedBy;
1996
- global List<Skill> CreatedBy;
1997
- global List<Skill> LastModifiedBy;
1998
- global List<SkillChangeEvent> CreatedBy;
1999
- global List<SkillChangeEvent> LastModifiedBy;
2000
- global List<SkillRequirement> CreatedBy;
2001
- global List<SkillRequirement> LastModifiedBy;
2002
- global List<SkillRequirementChangeEvent> CreatedBy;
2003
- global List<SkillRequirementChangeEvent> LastModifiedBy;
2004
- global List<SkillRequirementFeed> CreatedBy;
2005
- global List<SkillRequirementFeed> InsertedBy;
2006
- global List<SkillRequirementHistory> CreatedBy;
2007
- global List<SkillType> LastModifiedBy;
2008
- global List<SlaProcess> CreatedBy;
2009
- global List<SlaProcess> LastModifiedBy;
2010
- global List<Solution> CreatedBy;
2011
- global List<Solution> LastModifiedBy;
2012
- global List<Solution> Owner;
2013
- global List<SolutionFeed> CreatedBy;
2014
- global List<SolutionFeed> InsertedBy;
2015
- global List<SolutionHistory> CreatedBy;
2016
- global List<SolutionStatus> LastModifiedBy;
2017
- global List<SourceChangeNotification> CreatedBy;
2018
- global List<Stamp> LastModifiedBy;
2019
- global List<StampAssignment> CreatedBy;
2020
- global List<StampAssignment> LastModifiedBy;
2021
- global List<StampAssignment> Subject;
2022
- global List<StaticResource> CreatedBy;
2023
- global List<StaticResource> LastModifiedBy;
2024
- global List<StreamingChannel> CreatedBy;
2025
- global List<StreamingChannel> LastModifiedBy;
2026
- global List<StreamingChannel> Owner;
2027
- global List<StreamingChannelShare> LastModifiedBy;
2028
- global List<StreamingChannelShare> UserOrGroup;
2029
- global List<Swarm> CreatedBy;
2030
- global List<Swarm> LastModifiedBy;
2031
- global List<Swarm> Owner;
2032
- global List<SwarmFeed> CreatedBy;
2033
- global List<SwarmFeed> InsertedBy;
2034
- global List<SwarmHistory> CreatedBy;
2035
- global List<SwarmMember> LastModifiedBy;
2036
- global List<SwarmMember> Owner;
2037
- global List<SwarmMemberFeed> CreatedBy;
2038
- global List<SwarmMemberFeed> InsertedBy;
2039
- global List<SwarmMemberHistory> CreatedBy;
2040
- global List<SwarmMemberShare> LastModifiedBy;
2041
- global List<SwarmMemberShare> UserOrGroup;
2042
- global List<SwarmShare> LastModifiedBy;
2043
- global List<SwarmShare> UserOrGroup;
2044
- global List<Task> CreatedBy;
2045
- global List<Task> LastModifiedBy;
2046
- global List<Task> Owner;
2047
- global List<TaskChangeEvent> CreatedBy;
2048
- global List<TaskChangeEvent> LastModifiedBy;
2049
- global List<TaskChangeEvent> Owner;
2050
- global List<TaskFeed> CreatedBy;
2051
- global List<TaskFeed> InsertedBy;
2052
- global List<TaskPriority> CreatedBy;
2053
- global List<TaskPriority> LastModifiedBy;
2054
- global List<TaskStatus> CreatedBy;
2055
- global List<TaskStatus> LastModifiedBy;
2056
- global List<TenantUsageEntitlement> CreatedBy;
2057
- global List<TenantUsageEntitlement> LastModifiedBy;
2058
- global List<TestSuiteMembership> CreatedBy;
2059
- global List<TestSuiteMembership> LastModifiedBy;
2060
- global List<ThirdPartyAccountLink> User;
2061
- global List<ThreatDetectionFeedback> CreatedBy;
2062
- global List<ThreatDetectionFeedback> LastModifiedBy;
2063
- global List<ThreatDetectionFeedback> User;
2064
- global List<ThreatDetectionFeedbackFeed> CreatedBy;
2065
- global List<ThreatDetectionFeedbackFeed> InsertedBy;
2066
- global List<TimeSheet> CreatedBy;
2067
- global List<TimeSheet> LastModifiedBy;
2068
- global List<TimeSheet> Owner;
2069
- global List<TimeSheetChangeEvent> CreatedBy;
2070
- global List<TimeSheetChangeEvent> LastModifiedBy;
2071
- global List<TimeSheetChangeEvent> Owner;
2072
- global List<TimeSheetEntry> CreatedBy;
2073
- global List<TimeSheetEntry> LastModifiedBy;
2074
- global List<TimeSheetEntryChangeEvent> CreatedBy;
2075
- global List<TimeSheetEntryChangeEvent> LastModifiedBy;
2076
- global List<TimeSheetEntryFeed> CreatedBy;
2077
- global List<TimeSheetEntryFeed> InsertedBy;
2078
- global List<TimeSheetEntryHistory> CreatedBy;
2079
- global List<TimeSheetFeed> InsertedBy;
2080
- global List<TimeSheetHistory> CreatedBy;
2081
- global List<TimeSheetShare> LastModifiedBy;
2082
- global List<TimeSheetShare> UserOrGroup;
2083
- global List<TimeSlot> CreatedBy;
2084
- global List<TimeSlot> LastModifiedBy;
2085
- global List<TimeSlotChangeEvent> CreatedBy;
2086
- global List<TimeSlotChangeEvent> LastModifiedBy;
2087
- global List<TodayGoal> CreatedBy;
2088
- global List<TodayGoal> LastModifiedBy;
2089
- global List<TodayGoal> Owner;
2090
- global List<TodayGoal> User;
2091
- global List<TodayGoalShare> LastModifiedBy;
2092
- global List<TodayGoalShare> UserOrGroup;
2093
- global List<Topic> CreatedBy;
2094
- global List<TopicFeed> InsertedBy;
2095
- global List<TopicUserEvent> User;
2096
- global List<TransactionSecurityPolicy> CreatedBy;
2097
- global List<TransactionSecurityPolicy> ExecutionUser;
2098
- global List<TransactionSecurityPolicy> LastModifiedBy;
2099
- global List<Translation> CreatedBy;
2100
- global List<Translation> LastModifiedBy;
2101
- global List<TravelMode> CreatedBy;
2102
- global List<TravelMode> LastModifiedBy;
2103
- global List<TravelMode> Owner;
2104
- global List<TravelModeFeed> CreatedBy;
2105
- global List<TravelModeFeed> InsertedBy;
2106
- global List<TravelModeShare> LastModifiedBy;
2107
- global List<TravelModeShare> UserOrGroup;
2108
- global List<UiFormulaCriterion> CreatedBy;
2109
- global List<UiFormulaCriterion> LastModifiedBy;
2110
- global List<UiFormulaRule> CreatedBy;
2111
- global List<UiFormulaRule> LastModifiedBy;
2112
- global List<UndecidedEventRelation> CreatedBy;
2113
- global List<UndecidedEventRelation> LastModifiedBy;
2114
- global List<UnitOfMeasure> CreatedBy;
2115
- global List<UnitOfMeasure> LastModifiedBy;
2116
- global List<UnitOfMeasure> Owner;
2117
- global List<UnitOfMeasureShare> LastModifiedBy;
2118
- global List<UnitOfMeasureShare> UserOrGroup;
2119
- global List<UriEvent> User;
2120
- global List<User> CreatedBy;
2121
- global List<User> LastModifiedBy;
2122
- global List<UserAppInfo> CreatedBy;
2123
- global List<UserAppInfo> LastModifiedBy;
2124
- global List<UserAppInfo> User;
2125
- global List<UserAppMenuCustomization> CreatedBy;
2126
- global List<UserAppMenuCustomization> LastModifiedBy;
2127
- global List<UserAppMenuCustomization> Owner;
2128
- global List<UserAppMenuCustomizationShare> LastModifiedBy;
2129
- global List<UserAppMenuCustomizationShare> UserOrGroup;
2130
- global List<UserChangeEvent> CreatedBy;
2131
- global List<UserChangeEvent> DelegatedApprover;
2132
- global List<UserChangeEvent> LastModifiedBy;
2133
- global List<UserChangeEvent> Manager;
2134
- global List<UserEmailPreferredPerson> CreatedBy;
2135
- global List<UserEmailPreferredPerson> LastModifiedBy;
2136
- global List<UserEmailPreferredPerson> Owner;
2137
- global List<UserEmailPreferredPersonShare> LastModifiedBy;
2138
- global List<UserEmailPreferredPersonShare> UserOrGroup;
2139
- global List<UserFeed> CreatedBy;
2140
- global List<UserFeed> InsertedBy;
2141
- global List<UserListView> CreatedBy;
2142
- global List<UserListView> LastModifiedBy;
2143
- global List<UserListView> User;
2144
- global List<UserListViewCriterion> CreatedBy;
2145
- global List<UserListViewCriterion> LastModifiedBy;
2146
- global List<UserLogin> User;
2147
- global List<UserPackageLicense> CreatedBy;
2148
- global List<UserPackageLicense> LastModifiedBy;
2149
- global List<UserPackageLicense> User;
2150
- global List<UserProvAccount> CreatedBy;
2151
- global List<UserProvAccount> LastModifiedBy;
2152
- global List<UserProvAccount> SalesforceUser;
2153
- global List<UserProvAccountStaging> CreatedBy;
2154
- global List<UserProvAccountStaging> LastModifiedBy;
2155
- global List<UserProvAccountStaging> SalesforceUser;
2156
- global List<UserProvMockTarget> CreatedBy;
2157
- global List<UserProvMockTarget> LastModifiedBy;
2158
- global List<UserProvisioningConfig> CreatedBy;
2159
- global List<UserProvisioningConfig> LastModifiedBy;
2160
- global List<UserProvisioningLog> CreatedBy;
2161
- global List<UserProvisioningLog> LastModifiedBy;
2162
- global List<UserProvisioningLog> User;
2163
- global List<UserProvisioningRequest> CreatedBy;
2164
- global List<UserProvisioningRequest> LastModifiedBy;
2165
- global List<UserProvisioningRequest> Manager;
2166
- global List<UserProvisioningRequest> Owner;
2167
- global List<UserProvisioningRequest> SalesforceUser;
2168
- global List<UserProvisioningRequestShare> LastModifiedBy;
2169
- global List<UserProvisioningRequestShare> UserOrGroup;
2170
- global List<UserRecordAccess> User;
2171
- global List<UserRole> ForecastUser;
2172
- global List<UserRole> LastModifiedBy;
2173
- global List<UserRole> PortalAccountOwner;
2174
- global List<UserShare> LastModifiedBy;
2175
- global List<UserShare> UserOrGroup;
2176
- global List<VerificationHistory> CreatedBy;
2177
- global List<VerificationHistory> LastModifiedBy;
2178
- global List<VerificationHistory> User;
2179
- global List<Vote> CreatedBy;
2180
- global List<Vote> LastModifiedBy;
2181
- global List<WarrantyTerm> CreatedBy;
2182
- global List<WarrantyTerm> LastModifiedBy;
2183
- global List<WarrantyTerm> Owner;
2184
- global List<WarrantyTermChangeEvent> CreatedBy;
2185
- global List<WarrantyTermChangeEvent> LastModifiedBy;
2186
- global List<WarrantyTermChangeEvent> Owner;
2187
- global List<WarrantyTermFeed> CreatedBy;
2188
- global List<WarrantyTermFeed> InsertedBy;
2189
- global List<WarrantyTermHistory> CreatedBy;
2190
- global List<WarrantyTermShare> LastModifiedBy;
2191
- global List<WarrantyTermShare> UserOrGroup;
2192
- global List<WebLink> CreatedBy;
2193
- global List<WebLink> LastModifiedBy;
2194
- global List<WorkAccess> CreatedBy;
2195
- global List<WorkAccess> LastModifiedBy;
2196
- global List<WorkAccess> Owner;
2197
- global List<WorkAccessShare> LastModifiedBy;
2198
- global List<WorkAccessShare> UserOrGroup;
2199
- global List<WorkBadge> CreatedBy;
2200
- global List<WorkBadge> Giver;
2201
- global List<WorkBadge> LastModifiedBy;
2202
- global List<WorkBadgeDefinition> CreatedBy;
2203
- global List<WorkBadgeDefinition> LastModifiedBy;
2204
- global List<WorkBadgeDefinition> Owner;
2205
- global List<WorkBadgeDefinitionFeed> CreatedBy;
2206
- global List<WorkBadgeDefinitionFeed> InsertedBy;
2207
- global List<WorkBadgeDefinitionHistory> CreatedBy;
2208
- global List<WorkBadgeDefinitionShare> LastModifiedBy;
2209
- global List<WorkBadgeDefinitionShare> UserOrGroup;
2210
- global List<WorkOrder> CreatedBy;
2211
- global List<WorkOrder> LastModifiedBy;
2212
- global List<WorkOrder> Owner;
2213
- global List<WorkOrderChangeEvent> CreatedBy;
2214
- global List<WorkOrderChangeEvent> LastModifiedBy;
2215
- global List<WorkOrderChangeEvent> Owner;
2216
- global List<WorkOrderFeed> CreatedBy;
2217
- global List<WorkOrderFeed> InsertedBy;
2218
- global List<WorkOrderHistory> CreatedBy;
2219
- global List<WorkOrderLineItem> LastModifiedBy;
2220
- global List<WorkOrderLineItemChangeEvent> CreatedBy;
2221
- global List<WorkOrderLineItemChangeEvent> LastModifiedBy;
2222
- global List<WorkOrderLineItemFeed> CreatedBy;
2223
- global List<WorkOrderLineItemFeed> InsertedBy;
2224
- global List<WorkOrderLineItemHistory> CreatedBy;
2225
- global List<WorkOrderLineItemStatus> LastModifiedBy;
2226
- global List<WorkOrderShare> UserOrGroup;
2227
- global List<WorkOrderStatus> CreatedBy;
2228
- global List<WorkOrderStatus> LastModifiedBy;
2229
- global List<WorkPlan> CreatedBy;
2230
- global List<WorkPlan> LastModifiedBy;
2231
- global List<WorkPlan> Owner;
2232
- global List<WorkPlanChangeEvent> CreatedBy;
2233
- global List<WorkPlanChangeEvent> LastModifiedBy;
2234
- global List<WorkPlanChangeEvent> Owner;
2235
- global List<WorkPlanFeed> CreatedBy;
2236
- global List<WorkPlanFeed> InsertedBy;
2237
- global List<WorkPlanHistory> CreatedBy;
2238
- global List<WorkPlanSelectionRule> LastModifiedBy;
2239
- global List<WorkPlanSelectionRule> Owner;
2240
- global List<WorkPlanSelectionRuleChangeEvent> CreatedBy;
2241
- global List<WorkPlanSelectionRuleChangeEvent> LastModifiedBy;
2242
- global List<WorkPlanSelectionRuleChangeEvent> Owner;
2243
- global List<WorkPlanSelectionRuleFeed> CreatedBy;
2244
- global List<WorkPlanSelectionRuleFeed> InsertedBy;
2245
- global List<WorkPlanSelectionRuleHistory> CreatedBy;
2246
- global List<WorkPlanSelectionRuleShare> LastModifiedBy;
2247
- global List<WorkPlanSelectionRuleShare> UserOrGroup;
2248
- global List<WorkPlanShare> LastModifiedBy;
2249
- global List<WorkPlanShare> UserOrGroup;
2250
- global List<WorkPlanTemplate> CreatedBy;
2251
- global List<WorkPlanTemplate> LastModifiedBy;
2252
- global List<WorkPlanTemplate> Owner;
2253
- global List<WorkPlanTemplateChangeEvent> CreatedBy;
2254
- global List<WorkPlanTemplateChangeEvent> LastModifiedBy;
2255
- global List<WorkPlanTemplateChangeEvent> Owner;
2256
- global List<WorkPlanTemplateEntry> CreatedBy;
2257
- global List<WorkPlanTemplateEntry> LastModifiedBy;
2258
- global List<WorkPlanTemplateEntryChangeEvent> CreatedBy;
2259
- global List<WorkPlanTemplateEntryChangeEvent> LastModifiedBy;
2260
- global List<WorkPlanTemplateEntryFeed> CreatedBy;
2261
- global List<WorkPlanTemplateEntryFeed> InsertedBy;
2262
- global List<WorkPlanTemplateEntryHistory> CreatedBy;
2263
- global List<WorkPlanTemplateFeed> InsertedBy;
2264
- global List<WorkPlanTemplateHistory> CreatedBy;
2265
- global List<WorkPlanTemplateShare> LastModifiedBy;
2266
- global List<WorkPlanTemplateShare> UserOrGroup;
2267
- global List<WorkStep> CreatedBy;
2268
- global List<WorkStep> LastModifiedBy;
2269
- global List<WorkStepChangeEvent> CreatedBy;
2270
- global List<WorkStepChangeEvent> LastModifiedBy;
2271
- global List<WorkStepFeed> CreatedBy;
2272
- global List<WorkStepFeed> InsertedBy;
2273
- global List<WorkStepHistory> CreatedBy;
2274
- global List<WorkStepStatus> LastModifiedBy;
2275
- global List<WorkStepTemplate> CreatedBy;
2276
- global List<WorkStepTemplate> LastModifiedBy;
2277
- global List<WorkStepTemplate> Owner;
2278
- global List<WorkStepTemplateChangeEvent> CreatedBy;
2279
- global List<WorkStepTemplateChangeEvent> LastModifiedBy;
2280
- global List<WorkStepTemplateChangeEvent> Owner;
2281
- global List<WorkStepTemplateFeed> CreatedBy;
2282
- global List<WorkStepTemplateFeed> InsertedBy;
2283
- global List<WorkStepTemplateHistory> CreatedBy;
2284
- global List<WorkStepTemplateShare> LastModifiedBy;
2285
- global List<WorkStepTemplateShare> UserOrGroup;
2286
- global List<WorkThanks> CreatedBy;
2287
- global List<WorkThanks> LastModifiedBy;
2288
- global List<WorkThanks> Owner;
2289
- global List<WorkThanksShare> LastModifiedBy;
2290
- global List<WorkThanksShare> UserOrGroup;
2291
- global List<WorkType> CreatedBy;
2292
- global List<WorkType> LastModifiedBy;
2293
- global List<WorkType> Owner;
2294
- global List<WorkTypeChangeEvent> CreatedBy;
2295
- global List<WorkTypeChangeEvent> LastModifiedBy;
2296
- global List<WorkTypeChangeEvent> Owner;
2297
- global List<WorkTypeFeed> CreatedBy;
2298
- global List<WorkTypeFeed> InsertedBy;
2299
- global List<WorkTypeGroup> CreatedBy;
2300
- global List<WorkTypeGroup> LastModifiedBy;
2301
- global List<WorkTypeGroup> Owner;
2302
- global List<WorkTypeGroupFeed> CreatedBy;
2303
- global List<WorkTypeGroupFeed> InsertedBy;
2304
- global List<WorkTypeGroupHistory> CreatedBy;
2305
- global List<WorkTypeGroupMember> LastModifiedBy;
2306
- global List<WorkTypeGroupMemberFeed> CreatedBy;
2307
- global List<WorkTypeGroupMemberFeed> InsertedBy;
2308
- global List<WorkTypeGroupMemberHistory> CreatedBy;
2309
- global List<WorkTypeGroupShare> LastModifiedBy;
2310
- global List<WorkTypeGroupShare> UserOrGroup;
2311
- global List<WorkTypeHistory> CreatedBy;
2312
- global List<WorkTypeShare> LastModifiedBy;
2313
- global List<WorkTypeShare> UserOrGroup;
2314
-
2315
- global User ()
2316
- {
2317
- }
2318
- }