Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Hinweis
Unsicher bei Tabelle vs. Entität? Siehe Entwickler: Terminologie in Microsoft Dataverse verstehen.
Process whose execution can proceed independently or in the background.
Nachrichten
Nachricht | Web-API-Vorgang | SDK-Klasse oder -Methode |
---|---|---|
Create | POST [org URI]/api/data/v9.0/asyncoperations Weitere Informationen finden Sie unter Erstellen |
CreateRequest oder Create |
Delete | DELETE [org URI]/api/data/v9.0/asyncoperations(asyncoperationid) Weitere Informationen finden Sie unter Löschen |
DeleteRequest oder Delete |
Retrieve | GET [org URI]/api/data/v9.0/asyncoperations(asyncoperationid) Weitere Informationen finden Sie unter Abrufen |
RetrieveRequest oder Retrieve |
RetrieveMultiple | GET [org URI]/api/data/v9.0/asyncoperations Weitere Informationen finden Sie unter Daten abfragen |
RetrieveMultipleRequest oder RetrieveMultiple |
RetrievePrincipalAccess | RetrievePrincipalAccess Function | RetrievePrincipalAccessRequest |
Update | PATCH [org URI]/api/data/v9.0/asyncoperations(asyncoperationid) Weitere Informationen finden Sie unter Aktualisieren |
UpdateRequest oder Update |
Eigenschaften
Eigenschaft | Wert |
---|---|
CollectionSchemaName | AsyncOperations |
DisplayCollectionName | System Jobs |
DisplayName | System Job |
EntitySetName | asyncoperations |
IsBPFEntity | False |
LogicalCollectionName | asyncoperations |
LogicalName | asyncoperation |
OwnershipType | UserOwned |
PrimaryIdAttribute | asyncoperationid |
PrimaryNameAttribute | name |
SchemaName | AsyncOperation |
Schreibbare Spalten/Attribute
Diese Spalten/Attribute geben entweder für IsValidForCreate oder IsValidForUpdate (normalerweise beides) true zurück. Aufgelistet durch SchemaName.
- AsyncOperationId
- BreadcrumbId
- CallerOrigin
- CorrelationId
- CorrelationUpdatedTime
- Data
- DependencyToken
- Depth
- ExpanderStartTime
- FriendlyMessage
- HostId
- MessageName
- Name
- OperationType
- OwnerId
- OwnerIdType
- OwningExtensionId
- OwningExtensionIdName
- OwningExtensionTypeCode
- ParentPluginExecutionId
- PostponeUntil
- PrimaryEntityType
- RecurrencePattern
- RecurrenceStartTime
- RegardingObjectId
- RegardingObjectIdName
- RegardingObjectIdYomiName
- RegardingObjectTypeCode
- RequestId
- RetainJobHistory
- RootExecutionContext
- StateCode
- StatusCode
- TimeZoneRuleVersionNumber
- UTCConversionTimeZoneCode
- WorkflowActivationId
- Workload
AsyncOperationId
Eigenschaft | Wert |
---|---|
Description | Unique identifier of the system job. |
DisplayName | System Job |
IsValidForForm | False |
IsValidForRead | True |
IsValidForUpdate | False |
LogicalName | asyncoperationid |
RequiredLevel | SystemRequired |
Type | Uniqueidentifier |
BreadcrumbId
Eigenschaft | Wert |
---|---|
Description | The breadcrumb record ID. |
DisplayName | Breadcrumb ID |
IsValidForForm | True |
IsValidForRead | True |
IsValidForUpdate | False |
LogicalName | breadcrumbid |
RequiredLevel | None |
Type | Uniqueidentifier |
CallerOrigin
Eigenschaft | Wert |
---|---|
Description | The origin of the caller. |
DisplayName | Caller Origin |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | True |
IsValidForRead | True |
IsValidForUpdate | False |
LogicalName | callerorigin |
MaxLength | 256 |
RequiredLevel | None |
Type | String |
CorrelationId
Eigenschaft | Wert |
---|---|
Description | Unique identifier used to correlate between multiple SDK requests and system jobs. |
DisplayName | Correlation Id |
IsValidForForm | False |
IsValidForRead | True |
IsValidForUpdate | False |
LogicalName | correlationid |
RequiredLevel | SystemRequired |
Type | Uniqueidentifier |
CorrelationUpdatedTime
Eigenschaft | Wert |
---|---|
DateTimeBehavior | UserLocal |
Description | Last time the correlation depth was updated. |
DisplayName | Correlation Updated Time |
Format | DateAndTime |
IsValidForForm | False |
IsValidForRead | True |
IsValidForUpdate | False |
LogicalName | correlationupdatedtime |
RequiredLevel | SystemRequired |
Type | DateTime |
Data
Eigenschaft | Wert |
---|---|
Description | Unstructured data associated with the system job. |
DisplayName | Data |
Format | TextArea |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | data |
MaxLength | 1073741823 |
RequiredLevel | None |
Type | Memo |
DependencyToken
Eigenschaft | Wert |
---|---|
Description | Execution of all operations with the same dependency token is serialized. |
DisplayName | Dependency Token |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
IsValidForUpdate | False |
LogicalName | dependencytoken |
MaxLength | 256 |
RequiredLevel | None |
Type | String |
Depth
Eigenschaft | Wert |
---|---|
Description | Number of SDK calls made since the first call. |
DisplayName | Depth |
Format | None |
IsValidForForm | False |
IsValidForRead | True |
IsValidForUpdate | False |
LogicalName | depth |
MaxValue | 2147483647 |
MinValue | 0 |
RequiredLevel | SystemRequired |
Type | Integer |
ExpanderStartTime
Eigenschaft | Wert |
---|---|
DateTimeBehavior | UserLocal |
Description | The datetime when the Expander pipeline started. |
DisplayName | Expander Start Time |
Format | DateAndTime |
IsValidForForm | True |
IsValidForRead | True |
IsValidForUpdate | False |
LogicalName | expanderstarttime |
RequiredLevel | None |
Type | DateTime |
FriendlyMessage
Eigenschaft | Wert |
---|---|
Description | Message provided by the system job. |
DisplayName | Friendly message |
Format | Text |
IsLocalizable | False |
IsValidForCreate | False |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | friendlymessage |
MaxLength | 100000 |
RequiredLevel | None |
Type | Memo |
HostId
Eigenschaft | Wert |
---|---|
Description | Unique identifier of the host that owns this system job. |
DisplayName | Host |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
IsValidForUpdate | False |
LogicalName | hostid |
MaxLength | 256 |
RequiredLevel | None |
Type | String |
MessageName
Eigenschaft | Wert |
---|---|
Description | Name of the message that started this system job. |
DisplayName | Message Name |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | True |
IsValidForRead | True |
IsValidForUpdate | False |
LogicalName | messagename |
MaxLength | 160 |
RequiredLevel | None |
Type | String |
Name
Eigenschaft | Wert |
---|---|
Description | Name of the system job. |
DisplayName | System Job Name |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | True |
IsValidForRead | True |
IsValidForUpdate | False |
LogicalName | name |
MaxLength | 256 |
RequiredLevel | None |
Type | String |
OperationType
Eigenschaft | Wert |
---|---|
Description | Type of the system job. |
DisplayName | System Job Type |
IsValidForForm | True |
IsValidForRead | True |
IsValidForUpdate | False |
LogicalName | operationtype |
RequiredLevel | None |
Type | Picklist |
OperationType Auswahlen/Optionen
Wert | Etikett | Beschreibung |
---|---|---|
1 | System Event | |
2 | Bulk Email | |
3 | Import File Parse | |
4 | Transform Parse Data | |
5 | Import | |
6 | Activity Propagation | |
7 | Duplicate Detection Rule Publish | |
8 | Bulk Duplicate Detection | |
9 | SQM Data Collection | |
10 | Workflow | |
11 | Quick Campaign | |
12 | Matchcode Update | |
13 | Bulk Delete | |
14 | Deletion Service | |
15 | Index Management | |
16 | Collect Organization Statistics | |
17 | Import Subprocess | |
18 | Calculate Organization Storage Size | |
19 | Collect Organization Database Statistics | |
20 | Collection Organization Size Statistics | |
21 | Database Tuning | |
22 | Calculate Organization Maximum Storage Size | |
23 | Bulk Delete Subprocess | |
24 | Update Statistic Intervals | |
25 | Organization Full Text Catalog Index | |
26 | Database log backup | |
27 | Update Contract States | |
28 | DBCC SHRINKDATABASE maintenance job | |
29 | DBCC SHRINKFILE maintenance job | |
30 | Reindex all indices maintenance job | |
31 | Storage Limit Notification | |
32 | Cleanup inactive workflow assemblies | |
35 | Recurring Series Expansion | |
38 | Import Sample Data | |
40 | Goal Roll Up | |
41 | Audit Partition Creation | |
42 | Check For Language Pack Updates | |
43 | Provision Language Pack | |
44 | Update Organization Database | |
45 | Update Solution | |
46 | Regenerate Entity Row Count Snapshot Data | |
47 | Regenerate Read Share Snapshot Data | |
49 | Post to Yammer | |
50 | Outgoing Activity | |
51 | Incoming Email Processing | |
52 | Mailbox Test Access | |
53 | Encryption Health Check | |
54 | Execute Async Request | |
56 | Update Entitlement States | |
57 | Calculate Rollup Field | |
58 | Mass Calculate Rollup Field | |
59 | Import Translation | |
62 | Convert Date And Time Behavior | |
63 | EntityKey Index Creation | |
65 | Update Knowledge Article States | |
68 | Resource Booking Sync | |
69 | Relationship Assistant Cards | |
71 | Cleanup Solution Components | |
72 | App Module Metadata Operation | |
73 | ALM Anomaly Detection Operation | |
75 | Flow Notification | |
76 | Ribbon Client Metadata Operation | |
79 | CallbackRegistration Expander Operation | |
85 | Migrate notes to attachments job | |
86 | Migrate article content to file storage | |
87 | Updated Deactived On for Resolved Cases job | |
88 | Cascade Reparent DB Async Operation | |
89 | Cascade Merge Async Operation | |
90 | CascadeAssign | |
91 | CascadeDelete | |
92 | Event Expander Operation | |
93 | Import Solution Metadata | |
94 | Bulk Delete File Attachment | |
95 | Refresh Business Unit for Records Owned By Principal | |
96 | Revoke Inherited Access | |
98 | Create Or Refresh Virtual Entity | |
100 | Cascade FlowSession Permissions Async Operation | |
101 | Update Modern Flow Async Operation | |
102 | AsyncArchive Async Operation | |
103 | Cancel Async Operations (System) | |
104 | Process Table For RecycleBin | |
105 | Cascade Assign All Async Operation | |
201 | Provision language for user | |
202 | Export Solution Async Operation | |
203 | Import Solution Async Operation | |
204 | PublishAll Async Operation | |
207 | DeleteAndPromote Async Operation | |
208 | UninstallSolution Async Operation | |
209 | ProvisionLanguage Async Operation | |
210 | ImportTranslation Async Operation | |
211 | StageAndUpgrade Async Operation | |
239 | Denormalization Async Operation | |
250 | Refresh Runtime Integration Components Async Operation | |
300 | Bulk Archive Operation | |
301 | Archive Execution Async Operation | |
302 | FinOps Deployment Async Operation | |
304 | Purge Archived Content Operation | |
305 | Register Offering Async Operation | |
306 | Execute DataProcessing Configuration | |
307 | Sync Synapse Tables Schema | |
308 | FinOps DB Sync Async Operation | |
309 | FinOps Unit Test Async Operation | |
320 | Catalog Service Generate Package Async Operation | |
321 | Catalog Service Submit Approval Request Async Operation | |
322 | Catalog Service Install Request Async Operation | |
330 | TDS endpoint provisioning new TVF functions and grant permission Async Operation | |
332 | FinOps Deploy Custom Package Async Operation | |
333 | Deletes related Elastic Table records when a SQL record is deleted | |
12801 | Cascade Grant or Revoke Access Version Tracking Async Operation | |
190690091 | AI Builder Training Events | |
190690092 | AI Builder Prediction Events |
OwnerId
Eigenschaft | Wert |
---|---|
Description | Unique identifier of the user or team who owns the system job. |
DisplayName | Owner |
IsValidForForm | True |
IsValidForRead | True |
IsValidForUpdate | False |
LogicalName | ownerid |
RequiredLevel | SystemRequired |
Targets | systemuser,team |
Type | Owner |
OwnerIdType
Eigenschaft | Wert |
---|---|
Description | |
DisplayName | |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | owneridtype |
RequiredLevel | SystemRequired |
Type | EntityName |
OwningExtensionId
Eigenschaft | Wert |
---|---|
Description | Unique identifier of the owning extension with which the system job is associated. |
DisplayName | Owning Extension |
IsValidForForm | True |
IsValidForRead | True |
IsValidForUpdate | False |
LogicalName | owningextensionid |
RequiredLevel | None |
Targets | sdkmessageprocessingstep |
Type | Lookup |
OwningExtensionIdName
Eigenschaft | Wert |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
IsValidForUpdate | False |
LogicalName | owningextensionidname |
MaxLength | 256 |
RequiredLevel | None |
Type | String |
OwningExtensionTypeCode
Eigenschaft | Wert |
---|---|
Description | |
DisplayName | |
IsValidForForm | False |
IsValidForRead | True |
IsValidForUpdate | False |
LogicalName | owningextensiontypecode |
RequiredLevel | None |
Type | EntityName |
ParentPluginExecutionId
Eigenschaft | Wert |
---|---|
Description | |
DisplayName | |
IsValidForForm | False |
IsValidForRead | True |
IsValidForUpdate | False |
LogicalName | parentpluginexecutionid |
RequiredLevel | None |
Type | Uniqueidentifier |
PostponeUntil
Eigenschaft | Wert |
---|---|
DateTimeBehavior | UserLocal |
Description | Indicates whether the system job should run only after the specified date and time. |
DisplayName | Postpone Until |
Format | DateAndTime |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | postponeuntil |
RequiredLevel | None |
Type | DateTime |
PrimaryEntityType
Eigenschaft | Wert |
---|---|
Description | Type of entity with which the system job is primarily associated. |
DisplayName | Primary Entity Type |
IsValidForForm | False |
IsValidForRead | True |
IsValidForUpdate | False |
LogicalName | primaryentitytype |
RequiredLevel | None |
Type | EntityName |
RecurrencePattern
Eigenschaft | Wert |
---|---|
Description | Pattern of the system job's recurrence. |
DisplayName | Recurrence Pattern |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | recurrencepattern |
MaxLength | 256 |
RequiredLevel | None |
Type | String |
RecurrenceStartTime
Eigenschaft | Wert |
---|---|
DateTimeBehavior | UserLocal |
Description | Starting time in UTC for the recurrence pattern. |
DisplayName | Recurrence Start |
Format | DateOnly |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | recurrencestarttime |
RequiredLevel | None |
Type | DateTime |
RegardingObjectId
Eigenschaft | Wert |
---|---|
Description | Unique identifier of the object with which the system job is associated. |
DisplayName | Regarding |
IsValidForForm | True |
IsValidForRead | True |
IsValidForUpdate | False |
LogicalName | regardingobjectid |
RequiredLevel | None |
Targets | account,activityfileattachment,activitymimeattachment,activitypointer,adx_externalidentity,adx_invitation,adx_inviteredemption,adx_portalcomment,adx_setting,adx_webformsession,aicopilot,aiplugin,aipluginexternalschema,aipluginexternalschemaproperty,aiplugininstance,aipluginoperation,aipluginoperationparameter,aiplugintitle,aipluginusersetting,annotation,annualfiscalcalendar,appaction,appactionmigration,appactionrule,appelement,applicationuser,appmodulecomponentedge,appmodulecomponentnode,appointment,appsetting,appusersetting,archivecleanupinfo,archivecleanupoperation,attributeimageconfig,attributemap,attributemaskingrule,bot,botcomponent,botcontentpack,bulkarchiveconfig,bulkarchivefailuredetail,bulkarchiveoperation,bulkarchiveoperationdetail,businessunit,businessunitnewsarticle,calendar,canvasappextendedmetadata,card,cascadegrantrevokeaccessrecordstracker,cascadegrantrevokeaccessversiontracker,catalog,catalogassignment,channelaccessprofile,channelaccessprofilerule,chat,comment,connection,connectioninstance,connectionreference,connectionrole,connector,contact,conversationtranscript,convertrule,copilotexamplequestion,copilotglossaryterm,copilotsynonyms,credential,customapi,customapirequestparameter,customapiresponseproperty,customeraddress,customerrelationship,datalakefolder,datalakefolderpermission,datalakeworkspace,datalakeworkspacepermission,dataprocessingconfiguration,delegatedauthorization,deleteditemreference,desktopflowbinary,desktopflowmodule,displaystring,dvfilesearch,dvfilesearchattribute,dvfilesearchentity,dvtablesearch,dvtablesearchattribute,dvtablesearchentity,email,emailserverprofile,enablearchivalrequest,entityanalyticsconfig,entityimageconfig,entityindex,entitymap,entityrecordfilter,environmentvariabledefinition,environmentvariablevalue,exportedexcel,exportsolutionupload,externalparty,externalpartyitem,fax,featurecontrolsetting,fixedmonthlyfiscalcalendar,flowcapacityassignment,flowcredentialapplication,flowevent,flowmachine,flowmachinegroup,flowmachineimage,flowmachineimageversion,flowmachinenetwork,flowsession,fxexpression,goal,goalrollupquery,holidaywrapper,import,importdata,importfile,importlog,importmap,indexattributes,interactionforemail,internalcatalogassignment,isvconfig,kbarticle,kbarticlecomment,kbarticletemplate,keyvaultreference,knowledgearticle,knowledgebaserecord,letter,mailbox,mailmergetemplate,mainfewshot,makerfewshot,managedidentity,maskingrule,metadataforarchival,metric,mobileofflineprofileextension,monthlyfiscalcalendar,msdynce_botcontent,msdyn_aibdataset,msdyn_aibdatasetfile,msdyn_aibdatasetrecord,msdyn_aibdatasetscontainer,msdyn_aibfeedbackloop,msdyn_aibfile,msdyn_aibfileattacheddata,msdyn_aiconfiguration,msdyn_aievent,msdyn_aifptrainingdocument,msdyn_aimodel,msdyn_aiodimage,msdyn_aiodlabel,msdyn_aiodtrainingboundingbox,msdyn_aiodtrainingimage,msdyn_aitemplate,msdyn_analysiscomponent,msdyn_analysisjob,msdyn_analysisoverride,msdyn_analysisresult,msdyn_analysisresultdetail,msdyn_appinsightsmetadata,msdyn_customcontrolextendedsettings,msdyn_dataflow,msdyn_dataflowconnectionreference,msdyn_dataflowrefreshhistory,msdyn_dataflowtemplate,msdyn_dataflow_datalakefolder,msdyn_dmsrequest,msdyn_dmsrequeststatus,msdyn_dmssyncrequest,msdyn_dmssyncstatus,msdyn_entitylinkchatconfiguration,msdyn_entityrefreshhistory,msdyn_favoriteknowledgearticle,msdyn_federatedarticle,msdyn_federatedarticleincident,msdyn_fileupload,msdyn_helppage,msdyn_insightsstorevirtualentity,msdyn_integratedsearchprovider,msdyn_kalanguagesetting,msdyn_kbattachment,msdyn_kmfederatedsearchconfig,msdyn_kmpersonalizationsetting,msdyn_knowledgearticleimage,msdyn_knowledgearticletemplate,msdyn_knowledgeassetconfiguration,msdyn_knowledgeconfiguration,msdyn_knowledgeinteractioninsight,msdyn_knowledgemanagementsetting,msdyn_knowledgepersonalfilter,msdyn_knowledgesearchfilter,msdyn_knowledgesearchinsight,msdyn_mobileapp,msdyn_modulerundetail,msdyn_pmanalysishistory,msdyn_pmbusinessruleautomationconfig,msdyn_pmcalendar,msdyn_pmcalendarversion,msdyn_pminferredtask,msdyn_pmprocessextendedmetadataversion,msdyn_pmprocesstemplate,msdyn_pmprocessusersettings,msdyn_pmprocessversion,msdyn_pmrecording,msdyn_pmtemplate,msdyn_pmview,msdyn_richtextfile,msdyn_schedule,msdyn_serviceconfiguration,msdyn_slakpi,msdyn_solutionhealthrule,msdyn_solutionhealthruleargument,msdyn_solutionhealthruleset,msdyn_tour,msdyn_virtualtablecolumncandidate,msdyn_workflowactionstatus,msgraphresourcetosubscription,mspcat_catalogsubmissionfiles,mspcat_packagestore,organization,organizationdatasyncfnostate,organizationdatasyncstate,organizationdatasyncsubscription,organizationdatasyncsubscriptionentity,organizationdatasyncsubscriptionfnotable,organizationsetting,package,packagehistory,pdfsetting,phonecall,plannerbusinessscenario,plannersyncaction,pluginpackage,position,post,postfollow,powerbidataset,powerbidatasetapdx,powerbimashupparameter,powerbireport,powerbireportapdx,powerfxrule,powerpagecomponent,powerpagesite,powerpagesitelanguage,powerpagesitepublished,privilege,privilegesremovalsetting,processstageparameter,provisionlanguageforuser,quarterlyfiscalcalendar,queue,queueitem,reconciliationentityinfo,reconciliationentitystepinfo,reconciliationinfo,recordfilter,recurringappointmentmaster,recyclebinconfig,relationshipattribute,relationshiprole,relationshiprolemap,report,retaineddataexcel,retentioncleanupinfo,retentioncleanupoperation,retentionconfig,retentionfailuredetail,retentionoperation,retentionoperationdetail,revokeinheritedaccessrecordstracker,role,roleeditorlayout,rollupfield,routingrule,routingruleitem,savedquery,searchattributesettings,searchcustomanalyzer,searchrelationshipsettings,semiannualfiscalcalendar,serviceplan,serviceplancustomcontrol,serviceplanmapping,settingdefinition,sharedlinksetting,sharedobject,sharedworkspace,sharedworkspacepool,sharepointdocumentlocation,sharepointsite,similarityrule,sla,socialactivity,socialprofile,solutioncomponentattributeconfiguration,solutioncomponentbatchconfiguration,solutioncomponentconfiguration,solutioncomponentrelationshipconfiguration,stagedentity,stagedentityattribute,stagedmetadataasyncoperation,stagesolutionupload,subject,supportusertable,synapsedatabase,synapselinkexternaltablestate,synapselinkprofile,synapselinkprofileentity,synapselinkprofileentitystate,synapselinkschedule,systemform,systemuser,systemuserauthorizationchangetracker,task,tdsmetadata,team,teammobileofflineprofilemembership,template,territory,theme,transactioncurrency,userform,usermapping,usermobileofflineprofilemembership,userquery,userrating,virtualentitymetadata,workflowbinary,workqueue,workqueueitem |
Type | Lookup |
RegardingObjectIdName
Eigenschaft | Wert |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
IsValidForUpdate | False |
LogicalName | regardingobjectidname |
MaxLength | 850 |
RequiredLevel | None |
Type | String |
RegardingObjectIdYomiName
Eigenschaft | Wert |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
IsValidForUpdate | False |
LogicalName | regardingobjectidyominame |
MaxLength | 850 |
RequiredLevel | None |
Type | String |
RegardingObjectTypeCode
Eigenschaft | Wert |
---|---|
Description | |
DisplayName | |
IsValidForForm | False |
IsValidForRead | True |
IsValidForUpdate | False |
LogicalName | regardingobjecttypecode |
RequiredLevel | None |
Type | EntityName |
RequestId
Eigenschaft | Wert |
---|---|
Description | Unique identifier of the request that generated the system job. |
DisplayName | Request |
IsValidForForm | False |
IsValidForRead | True |
IsValidForUpdate | False |
LogicalName | requestid |
RequiredLevel | None |
Type | Uniqueidentifier |
RetainJobHistory
Eigenschaft | Wert |
---|---|
Description | Retain job history. |
DisplayName | Retain Job History |
IsValidForForm | False |
IsValidForRead | True |
IsValidForUpdate | False |
LogicalName | retainjobhistory |
RequiredLevel | None |
Type | Boolean |
RetainJobHistory Auswahlen/Optionen
Wert | Etikett | Beschreibung |
---|---|---|
1 | Yes | |
0 | No |
Standardwert: 0
RootExecutionContext
Eigenschaft | Wert |
---|---|
Description | Root execution context of the job that trigerred async job. |
DisplayName | RootExecutionContext |
Format | TextArea |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | rootexecutioncontext |
MaxLength | 1073741823 |
RequiredLevel | None |
Type | Memo |
StateCode
Eigenschaft | Wert |
---|---|
Description | Status of the system job. |
DisplayName | Status |
IsValidForCreate | False |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | statecode |
RequiredLevel | SystemRequired |
Type | State |
StateCode Auswahlen/Optionen
Wert | Etikett | Standardstatuswert | Invariante Name |
---|---|---|---|
0 | Ready | 0 | Ready |
1 | Suspended | 10 | Suspended |
2 | Locked | 20 | Locked |
3 | Completed | 30 | Completed |
StatusCode
Eigenschaft | Wert |
---|---|
Description | Reason for the status of the system job. |
DisplayName | Status Reason |
IsValidForCreate | False |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | statuscode |
RequiredLevel | None |
Type | Status |
StatusCode Auswahlen/Optionen
Wert | Etikett | Status |
---|---|---|
0 | Waiting For Resources | 0 |
10 | Waiting | 1 |
20 | In Progress | 2 |
21 | Pausing | 2 |
22 | Canceling | 2 |
30 | Succeeded | 3 |
31 | Failed | 3 |
32 | Canceled | 3 |
TimeZoneRuleVersionNumber
Eigenschaft | Wert |
---|---|
Description | For internal use only. |
DisplayName | |
Format | None |
IsValidForForm | False |
IsValidForRead | True |
IsValidForUpdate | False |
LogicalName | timezoneruleversionnumber |
MaxValue | 2147483647 |
MinValue | -1 |
RequiredLevel | None |
Type | Integer |
UTCConversionTimeZoneCode
Eigenschaft | Wert |
---|---|
Description | Time zone code that was in use when the record was created. |
DisplayName | |
Format | None |
IsValidForForm | False |
IsValidForRead | True |
IsValidForUpdate | False |
LogicalName | utcconversiontimezonecode |
MaxValue | 2147483647 |
MinValue | -1 |
RequiredLevel | None |
Type | Integer |
WorkflowActivationId
Eigenschaft | Wert |
---|---|
Description | Unique identifier of the workflow activation related to the system job. |
DisplayName | Workflow Activation Id |
IsValidForForm | False |
IsValidForRead | True |
IsValidForUpdate | False |
LogicalName | workflowactivationid |
RequiredLevel | None |
Targets | workflow |
Type | Lookup |
Workload
Eigenschaft | Wert |
---|---|
Description | The workload name. |
DisplayName | Workload |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | True |
IsValidForRead | True |
IsValidForUpdate | False |
LogicalName | workload |
MaxLength | 256 |
RequiredLevel | None |
Type | String |
Schreibgeschützt Spalten/Attribute
Diese Spalten/Attribute geben false zurück für sowohl IsValidForCreate als auch IsValidForUpdate. Aufgelistet durch SchemaName.
- CompletedOn
- CreatedBy
- CreatedByName
- CreatedByYomiName
- CreatedOn
- CreatedOnBehalfBy
- CreatedOnBehalfByName
- CreatedOnBehalfByYomiName
- DataBlobId_Name
- ErrorCode
- ExecutionTimeSpan
- IsWaitingForEvent
- Message
- ModifiedBy
- ModifiedByName
- ModifiedByYomiName
- ModifiedOn
- ModifiedOnBehalfBy
- ModifiedOnBehalfByName
- ModifiedOnBehalfByYomiName
- OwnerIdName
- OwnerIdYomiName
- OwningBusinessUnit
- OwningBusinessUnitName
- OwningTeam
- OwningUser
- RetryCount
- Sequence
- StartedOn
- Subtype
- WorkflowActivationIdName
- WorkflowIsBlocked
- WorkflowStageName
- WorkflowState
CompletedOn
Eigenschaft | Wert |
---|---|
DateTimeBehavior | UserLocal |
Description | Date and time when the system job was completed. |
DisplayName | Completed On |
Format | DateAndTime |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | completedon |
RequiredLevel | None |
Type | DateTime |
CreatedBy
Eigenschaft | Wert |
---|---|
Description | Unique identifier of the user who created the system job. |
DisplayName | Created By |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | createdby |
RequiredLevel | SystemRequired |
Targets | systemuser |
Type | Lookup |
CreatedByName
Eigenschaft | Wert |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | createdbyname |
MaxLength | 160 |
RequiredLevel | None |
Type | String |
CreatedByYomiName
Eigenschaft | Wert |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | createdbyyominame |
MaxLength | 160 |
RequiredLevel | None |
Type | String |
CreatedOn
Eigenschaft | Wert |
---|---|
DateTimeBehavior | UserLocal |
Description | Date and time when the system job was created. |
DisplayName | Created On |
Format | DateAndTime |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | createdon |
RequiredLevel | None |
Type | DateTime |
CreatedOnBehalfBy
Eigenschaft | Wert |
---|---|
Description | Unique identifier of the delegate user who created the asyncoperation. |
DisplayName | Created By (Delegate) |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | createdonbehalfby |
RequiredLevel | None |
Targets | systemuser |
Type | Lookup |
CreatedOnBehalfByName
Eigenschaft | Wert |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | createdonbehalfbyname |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
CreatedOnBehalfByYomiName
Eigenschaft | Wert |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | createdonbehalfbyyominame |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
DataBlobId_Name
Hinzugefügt von: Active Solution-Lösung
Eigenschaft | Wert |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | datablobid_name |
MaxLength | 200 |
RequiredLevel | None |
Type | String |
ErrorCode
Eigenschaft | Wert |
---|---|
Description | Error code returned from a canceled system job. |
DisplayName | Error Code |
Format | None |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | errorcode |
MaxValue | 2147483647 |
MinValue | -2147483648 |
RequiredLevel | None |
Type | Integer |
ExecutionTimeSpan
Eigenschaft | Wert |
---|---|
Description | Time that the system job has taken to execute. |
DisplayName | ExecutionTimeSpan |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | executiontimespan |
MaxValue | 1000000000 |
MinValue | 0 |
Precision | 2 |
RequiredLevel | SystemRequired |
Type | Double |
IsWaitingForEvent
Eigenschaft | Wert |
---|---|
Description | Indicates that the system job is waiting for an event. |
DisplayName | Waiting for Event |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | iswaitingforevent |
RequiredLevel | None |
Type | Boolean |
IsWaitingForEvent Auswahlen/Optionen
Wert | Etikett | Beschreibung |
---|---|---|
1 | Yes | |
0 | No |
Standardwert: 0
Message
Eigenschaft | Wert |
---|---|
Description | Message related to the system job. |
DisplayName | Message |
Format | Text |
IsLocalizable | False |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | message |
MaxLength | 100000 |
RequiredLevel | None |
Type | Memo |
ModifiedBy
Eigenschaft | Wert |
---|---|
Description | Unique identifier of the user who last modified the system job. |
DisplayName | Modified By |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | modifiedby |
RequiredLevel | SystemRequired |
Targets | systemuser |
Type | Lookup |
ModifiedByName
Eigenschaft | Wert |
---|---|
Description | Name of the user who last modified the record. |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | modifiedbyname |
MaxLength | 160 |
RequiredLevel | None |
Type | String |
ModifiedByYomiName
Eigenschaft | Wert |
---|---|
Description | YomiName of the user who last modified the record. |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | modifiedbyyominame |
MaxLength | 160 |
RequiredLevel | None |
Type | String |
ModifiedOn
Eigenschaft | Wert |
---|---|
DateTimeBehavior | UserLocal |
Description | Date and time when the system job was last modified. |
DisplayName | Modified On |
Format | DateAndTime |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | modifiedon |
RequiredLevel | None |
Type | DateTime |
ModifiedOnBehalfBy
Eigenschaft | Wert |
---|---|
Description | Unique identifier of the delegate user who last modified the asyncoperation. |
DisplayName | Modified By (Delegate) |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | modifiedonbehalfby |
RequiredLevel | None |
Targets | systemuser |
Type | Lookup |
ModifiedOnBehalfByName
Eigenschaft | Wert |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | modifiedonbehalfbyname |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
ModifiedOnBehalfByYomiName
Eigenschaft | Wert |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | modifiedonbehalfbyyominame |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
OwnerIdName
Eigenschaft | Wert |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | owneridname |
MaxLength | 160 |
RequiredLevel | SystemRequired |
Type | String |
OwnerIdYomiName
Eigenschaft | Wert |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | owneridyominame |
MaxLength | 160 |
RequiredLevel | SystemRequired |
Type | String |
OwningBusinessUnit
Eigenschaft | Wert |
---|---|
Description | Unique identifier of the business unit that owns the system job. |
DisplayName | Owning Business Unit |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | owningbusinessunit |
RequiredLevel | SystemRequired |
Targets | businessunit |
Type | Lookup |
OwningBusinessUnitName
Eigenschaft | Wert |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | owningbusinessunitname |
MaxLength | 160 |
RequiredLevel | None |
Type | String |
OwningTeam
Eigenschaft | Wert |
---|---|
Description | Unique identifier of the team who owns the record. |
DisplayName | Owning Team |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | owningteam |
RequiredLevel | None |
Targets | team |
Type | Lookup |
OwningUser
Eigenschaft | Wert |
---|---|
Description | Unique identifier of the user who owns the record. |
DisplayName | Owning User |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | owninguser |
RequiredLevel | None |
Targets | systemuser |
Type | Lookup |
RetryCount
Eigenschaft | Wert |
---|---|
Description | Number of times to retry the system job. |
DisplayName | Retry Count |
Format | None |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | retrycount |
MaxValue | 2147483647 |
MinValue | 0 |
RequiredLevel | None |
Type | Integer |
Sequence
Eigenschaft | Wert |
---|---|
Description | Order in which operations were submitted. |
DisplayName | Sequence |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | sequence |
MaxValue | 9223372036854775807 |
MinValue | -9223372036854775808 |
RequiredLevel | SystemRequired |
Type | BigInt |
StartedOn
Eigenschaft | Wert |
---|---|
DateTimeBehavior | UserLocal |
Description | Date and time when the system job was started. |
DisplayName | Started On |
Format | DateAndTime |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | startedon |
RequiredLevel | None |
Type | DateTime |
Subtype
Eigenschaft | Wert |
---|---|
Description | The Subtype of the Async Job |
DisplayName | Subtype |
Format | None |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | subtype |
MaxValue | 255 |
MinValue | 0 |
RequiredLevel | None |
Type | Integer |
WorkflowActivationIdName
Eigenschaft | Wert |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | workflowactivationidname |
MaxLength | 160 |
RequiredLevel | None |
Type | String |
WorkflowIsBlocked
Eigenschaft | Wert |
---|---|
Description | Indicates whether the workflow instance was blocked when it was persisted. |
DisplayName | Workflow Is Blocked |
IsValidForForm | False |
IsValidForRead | False |
LogicalName | workflowisblocked |
RequiredLevel | None |
Type | Boolean |
WorkflowIsBlocked Auswahlen/Optionen
Wert | Etikett | Beschreibung |
---|---|---|
1 | Yes | |
0 | No |
Standardwert: 0
WorkflowStageName
Eigenschaft | Wert |
---|---|
Description | Name of a workflow stage. |
DisplayName | Workflow Stage |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | workflowstagename |
MaxLength | 256 |
RequiredLevel | None |
Type | String |
WorkflowState
Eigenschaft | Wert |
---|---|
Description | State of the workflow job. |
DisplayName | Workflow State |
FormatName | TextArea |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | False |
LogicalName | workflowstate |
MaxLength | 1073741823 |
RequiredLevel | None |
Type | String |
Eins-zu-Viele-Beziehungen
Aufgelistet durch SchemaName.
- AsyncOperation_MailboxTrackingFolder
- AsyncOperation_BulkDeleteOperation
- lk_workflowlog_asyncoperation_childworkflow
- AsyncOperation_Emails
- AsyncOperation_DuplicateBaseRecord
- lk_workflowlog_asyncoperations
- AsyncOperation_SocialActivities
AsyncOperation_MailboxTrackingFolder
Wie die AsyncOperation_MailboxTrackingFolder-Viele-zu-Eins-Beziehung für die mailboxtrackingfolder-Tabelle/-Entität.
Eigenschaft | Wert |
---|---|
ReferencingEntity | mailboxtrackingfolder |
ReferencingAttribute | regardingobjectid |
IsHierarchical | False |
IsCustomizable | False |
ReferencedEntityNavigationPropertyName | AsyncOperation_MailboxTrackingFolder |
AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
CascadeConfiguration | Assign: Cascade Delete: Cascade Merge: Cascade Reparent: Cascade Share: Cascade Unshare: Cascade |
AsyncOperation_BulkDeleteOperation
Wie die AsyncOperation_BulkDeleteOperation-Viele-zu-Eins-Beziehung für die bulkdeleteoperation-Tabelle/-Entität.
Eigenschaft | Wert |
---|---|
ReferencingEntity | bulkdeleteoperation |
ReferencingAttribute | asyncoperationid |
IsHierarchical | False |
IsCustomizable | False |
ReferencedEntityNavigationPropertyName | AsyncOperation_BulkDeleteOperation |
AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
CascadeConfiguration | Assign: NoCascade Delete: Cascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_workflowlog_asyncoperation_childworkflow
Wie die lk_workflowlog_asyncoperation_childworkflow-Viele-zu-Eins-Beziehung für die workflowlog-Tabelle/-Entität.
Eigenschaft | Wert |
---|---|
ReferencingEntity | workflowlog |
ReferencingAttribute | childworkflowinstanceid |
IsHierarchical | False |
IsCustomizable | False |
ReferencedEntityNavigationPropertyName | lk_workflowlog_asyncoperation_childworkflow |
AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
AsyncOperation_Emails
Wie die AsyncOperation_Emails-Viele-zu-Eins-Beziehung für die email-Tabelle/-Entität.
Eigenschaft | Wert |
---|---|
ReferencingEntity | |
ReferencingAttribute | regardingobjectid |
IsHierarchical | False |
IsCustomizable | False |
ReferencedEntityNavigationPropertyName | AsyncOperation_Emails |
AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
CascadeConfiguration | Assign: Cascade Delete: Cascade Merge: Cascade Reparent: Cascade Share: Cascade Unshare: Cascade |
AsyncOperation_DuplicateBaseRecord
Wie die AsyncOperation_DuplicateBaseRecord-Viele-zu-Eins-Beziehung für die duplicaterecord-Tabelle/-Entität.
Eigenschaft | Wert |
---|---|
ReferencingEntity | duplicaterecord |
ReferencingAttribute | asyncoperationid |
IsHierarchical | False |
IsCustomizable | False |
ReferencedEntityNavigationPropertyName | AsyncOperation_DuplicateBaseRecord |
AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
CascadeConfiguration | Assign: NoCascade Delete: Cascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_workflowlog_asyncoperations
Wie die lk_workflowlog_asyncoperations-Viele-zu-Eins-Beziehung für die workflowlog-Tabelle/-Entität.
Eigenschaft | Wert |
---|---|
ReferencingEntity | workflowlog |
ReferencingAttribute | asyncoperationid |
IsHierarchical | False |
IsCustomizable | False |
ReferencedEntityNavigationPropertyName | lk_workflowlog_asyncoperations |
AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
CascadeConfiguration | Assign: Cascade Delete: Cascade Merge: Cascade Reparent: Cascade Share: Cascade Unshare: Cascade |
AsyncOperation_SocialActivities
Wie die AsyncOperation_SocialActivities-Viele-zu-Eins-Beziehung für die socialactivity-Tabelle/-Entität.
Eigenschaft | Wert |
---|---|
ReferencingEntity | socialactivity |
ReferencingAttribute | regardingobjectid |
IsHierarchical | False |
IsCustomizable | False |
ReferencedEntityNavigationPropertyName | AsyncOperation_SocialActivities |
AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
CascadeConfiguration | Assign: Cascade Delete: Cascade Merge: Cascade Reparent: Cascade Share: Cascade Unshare: Cascade |
Viele-zu-Eins-Beziehungen
Jede Viele-zu-Eins-Beziehung wird durch eine entsprechende Viele-zu-Viele-Beziehungen mit der zugehörigen Tabelle definiert. Aufgelistet durch SchemaName.
- theme_AsyncOperations
- usermapping_AsyncOperations
- interactionforemail_AsyncOperations
- knowledgearticle_AsyncOperations
- post_AsyncOperations
- position_AsyncOperations
- KnowledgeBaseRecord_AsyncOperations
- lk_asyncoperation_createdby
- MonthlyFiscalCalendar_AsyncOperations
- lk_asyncoperation_workflowactivationid
- Report_AsyncOperations
- SocialActivity_AsyncOperations
- Connection_Role_AsyncOperations
- Team_AsyncOperations
- AnnualFiscalCalendar_AsyncOperations
- SharePointDocumentLocation_AsyncOperations
- PhoneCall_AsyncOperations
- mailbox_asyncoperations
- PostFollow_AsyncOperations
- Appointment_AsyncOperations
- slabase_AsyncOperations
- SavedQuery_AsyncOperations
- DisplayString_AsyncOperations
- KbArticleComment_AsyncOperations
- ActivityPointer_AsyncOperations
- Subject_AsyncOperations
- goalrollupquery_AsyncOperations
- Role_AsyncOperations
- SystemForm_AsyncOperations
- Annotation_AsyncOperations
- Privilege_AsyncOperations
- ActivityMimeAttachment_AsyncOperations
- Goal_AsyncOperations
- Fax_AsyncOperations
- QuarterlyFiscalCalendar_AsyncOperations
- SharePointSite_AsyncOperations
- UserQuery_AsyncOperations
- ImportMap_AsyncOperations
- BusinessUnit_AsyncOperations
- Queue_AsyncOperations
- QueueItem_AsyncOperations
- team_asyncoperation
- lk_asyncoperation_modifiedby
- UserForm_AsyncOperations
- TransactionCurrency_AsyncOperations
- rollupfield_AsyncOperations
- Letter_AsyncOperations
- KbArticle_AsyncOperations
- RecurringAppointmentMaster_AsyncOperations
- Task_AsyncOperations
- BusinessUnitNewsArticle_AsyncOperations
- Connection_AsyncOperations
- SystemUser_AsyncOperations
- KbArticleTemplate_AsyncOperations
- SdkMessageProcessingStep_AsyncOperations
- Template_AsyncOperations
- CustomerAddress_AsyncOperations
- Contact_AsyncOperations
- emailserverprofile_asyncoperations
- lk_asyncoperation_createdonbehalfby
- Import_AsyncOperations
- system_user_asyncoperation
- business_unit_asyncoperation
- ImportLog_AsyncOperations
- metric_AsyncOperations
- SocialProfile_AsyncOperations
- lk_asyncoperation_modifiedonbehalfby
- Account_AsyncOperations
- Email_AsyncOperations
- FixedMonthlyFiscalCalendar_AsyncOperations
- SemiAnnualFiscalCalendar_AsyncOperations
- MailMergeTemplate_AsyncOperations
- Organization_AsyncOperations
- Calendar_AsyncOperations
- ImportFile_AsyncOperations
- solutioncomponentattributeconfiguration_AsyncOperations
- solutioncomponentbatchconfiguration_AsyncOperations
- solutioncomponentconfiguration_AsyncOperations
- solutioncomponentrelationshipconfiguration_AsyncOperations
- package_AsyncOperations
- packagehistory_AsyncOperations
- stagesolutionupload_AsyncOperations
- exportsolutionupload_AsyncOperations
- featurecontrolsetting_AsyncOperations
- attributeimageconfig_AsyncOperations
- entityimageconfig_AsyncOperations
- relationshipattribute_AsyncOperations
- stagedentity_AsyncOperations
- stagedentityattribute_AsyncOperations
- stagedmetadataasyncoperation_AsyncOperations
- keyvaultreference_AsyncOperations
- managedidentity_AsyncOperations
- catalog_AsyncOperations
- catalogassignment_AsyncOperations
- customapi_AsyncOperations
- customapirequestparameter_AsyncOperations
- customapiresponseproperty_AsyncOperations
- pluginpackage_AsyncOperations
- provisionlanguageforuser_AsyncOperations
- sharedobject_AsyncOperations
- sharedworkspace_AsyncOperations
- sharedworkspacepool_AsyncOperations
- entityanalyticsconfig_AsyncOperations
- datalakefolder_AsyncOperations
- datalakefolderpermission_AsyncOperations
- datalakeworkspace_AsyncOperations
- datalakeworkspacepermission_AsyncOperations
- dataprocessingconfiguration_AsyncOperations
- exportedexcel_AsyncOperations
- retaineddataexcel_AsyncOperations
- synapsedatabase_AsyncOperations
- synapselinkexternaltablestate_AsyncOperations
- synapselinkprofile_AsyncOperations
- synapselinkprofileentity_AsyncOperations
- synapselinkprofileentitystate_AsyncOperations
- synapselinkschedule_AsyncOperations
- msdyn_dataflow_AsyncOperations
- msdyn_dataflowrefreshhistory_AsyncOperations
- msdyn_entityrefreshhistory_AsyncOperations
- sharedlinksetting_AsyncOperations
- entityrecordfilter_AsyncOperations
- recordfilter_AsyncOperations
- delegatedauthorization_AsyncOperations
- serviceplan_AsyncOperations
- serviceplanmapping_AsyncOperations
- applicationuser_AsyncOperations
- connector_AsyncOperations
- environmentvariabledefinition_AsyncOperations
- environmentvariablevalue_AsyncOperations
- workflowbinary_AsyncOperations
- credential_AsyncOperations
- desktopflowmodule_AsyncOperations
- flowcapacityassignment_AsyncOperations
- flowcredentialapplication_AsyncOperations
- flowevent_AsyncOperations
- flowmachine_AsyncOperations
- flowmachinegroup_AsyncOperations
- flowmachineimage_AsyncOperations
- flowmachineimageversion_AsyncOperations
- flowmachinenetwork_AsyncOperations
- processstageparameter_AsyncOperations
- workqueue_AsyncOperations
- workqueueitem_AsyncOperations
- desktopflowbinary_AsyncOperations
- flowsession_AsyncOperations
- connectionreference_AsyncOperations
- connectioninstance_AsyncOperations
- dvfilesearch_AsyncOperations
- dvfilesearchattribute_AsyncOperations
- dvfilesearchentity_AsyncOperations
- dvtablesearch_AsyncOperations
- dvtablesearchattribute_AsyncOperations
- dvtablesearchentity_AsyncOperations
- aicopilot_AsyncOperations
- aiplugintitle_AsyncOperations
- aiplugin_AsyncOperations
- aipluginexternalschema_AsyncOperations
- aipluginexternalschemaproperty_AsyncOperations
- aiplugininstance_AsyncOperations
- aipluginoperation_AsyncOperations
- aipluginoperationparameter_AsyncOperations
- aipluginusersetting_AsyncOperations
- msdyn_helppage_AsyncOperations
- msdyn_tour_AsyncOperations
- msdynce_botcontent_AsyncOperations
- conversationtranscript_AsyncOperations
- bot_AsyncOperations
- botcomponent_AsyncOperations
- botcontentpack_AsyncOperations
- msdyn_appinsightsmetadata_AsyncOperations
- msdyn_dataflowconnectionreference_AsyncOperations
- msdyn_schedule_AsyncOperations
- msdyn_dataflowtemplate_AsyncOperations
- msdyn_dataflow_datalakefolder_AsyncOperations
- msdyn_dmsrequest_AsyncOperations
- msdyn_dmsrequeststatus_AsyncOperations
- msdyn_dmssyncrequest_AsyncOperations
- msdyn_dmssyncstatus_AsyncOperations
- msdyn_knowledgeassetconfiguration_AsyncOperations
- msdyn_modulerundetail_AsyncOperations
- msdyn_workflowactionstatus_AsyncOperations
- Territory_AsyncOperations
- activityfileattachment_AsyncOperations
- chat_AsyncOperations
- msdyn_serviceconfiguration_AsyncOperations
- msdyn_slakpi_AsyncOperations
- msdyn_integratedsearchprovider_AsyncOperations
- msdyn_knowledgemanagementsetting_AsyncOperations
- msdyn_federatedarticle_AsyncOperations
- msdyn_federatedarticleincident_AsyncOperations
- msdyn_kmfederatedsearchconfig_AsyncOperations
- msdyn_knowledgearticleimage_AsyncOperations
- msdyn_knowledgeconfiguration_AsyncOperations
- msdyn_knowledgeinteractioninsight_AsyncOperations
- msdyn_knowledgesearchinsight_AsyncOperations
- msdyn_favoriteknowledgearticle_AsyncOperations
- msdyn_kalanguagesetting_AsyncOperations
- msdyn_kbattachment_AsyncOperations
- msdyn_kmpersonalizationsetting_AsyncOperations
- msdyn_knowledgearticletemplate_AsyncOperations
- msdyn_knowledgepersonalfilter_AsyncOperations
- msdyn_knowledgesearchfilter_AsyncOperations
- fxexpression_AsyncOperations
- powerfxrule_AsyncOperations
- msgraphresourcetosubscription_AsyncOperations
- virtualentitymetadata_AsyncOperations
- mobileofflineprofileextension_AsyncOperations
- teammobileofflineprofilemembership_AsyncOperations
- usermobileofflineprofilemembership_AsyncOperations
- organizationdatasyncsubscription_AsyncOperations
- organizationdatasyncsubscriptionentity_AsyncOperations
- organizationdatasyncsubscriptionfnotable_AsyncOperations
- organizationdatasyncfnostate_AsyncOperations
- organizationdatasyncstate_AsyncOperations
- metadataforarchival_AsyncOperations
- retentionconfig_AsyncOperations
- retentionfailuredetail_AsyncOperations
- retentionoperation_AsyncOperations
- retentionoperationdetail_AsyncOperations
- userrating_AsyncOperations
- msdyn_mobileapp_AsyncOperations
- msdyn_insightsstorevirtualentity_AsyncOperations
- roleeditorlayout_AsyncOperations
- attributemaskingrule_AsyncOperations
- maskingrule_AsyncOperations
- recyclebinconfig_AsyncOperations
- appaction_AsyncOperations
- appactionmigration_AsyncOperations
- appactionrule_AsyncOperations
- card_AsyncOperations
- msdyn_entitylinkchatconfiguration_AsyncOperations
- msdyn_richtextfile_AsyncOperations
- msdyn_customcontrolextendedsettings_AsyncOperations
- msdyn_virtualtablecolumncandidate_AsyncOperations
- msdyn_aiconfiguration_AsyncOperations
- msdyn_aievent_AsyncOperations
- msdyn_aimodel_AsyncOperations
- msdyn_aitemplate_AsyncOperations
- msdyn_aibfeedbackloop_AsyncOperations
- msdyn_aifptrainingdocument_AsyncOperations
- msdyn_aiodimage_AsyncOperations
- msdyn_aiodlabel_AsyncOperations
- msdyn_aiodtrainingboundingbox_AsyncOperations
- msdyn_aiodtrainingimage_AsyncOperations
- msdyn_aibdataset_AsyncOperations
- msdyn_aibdatasetfile_AsyncOperations
- msdyn_aibdatasetrecord_AsyncOperations
- msdyn_aibdatasetscontainer_AsyncOperations
- msdyn_aibfile_AsyncOperations
- msdyn_aibfileattacheddata_AsyncOperations
- msdyn_pmanalysishistory_AsyncOperations
- msdyn_pmbusinessruleautomationconfig_AsyncOperations
- msdyn_pmcalendar_AsyncOperations
- msdyn_pmcalendarversion_AsyncOperations
- msdyn_pminferredtask_AsyncOperations
- msdyn_pmprocessextendedmetadataversion_AsyncOperations
- msdyn_pmprocesstemplate_AsyncOperations
- msdyn_pmprocessusersettings_AsyncOperations
- msdyn_pmprocessversion_AsyncOperations
- msdyn_pmrecording_AsyncOperations
- msdyn_pmtemplate_AsyncOperations
- msdyn_pmview_AsyncOperations
- msdyn_analysiscomponent_AsyncOperations
- msdyn_analysisjob_AsyncOperations
- msdyn_analysisoverride_AsyncOperations
- msdyn_analysisresult_AsyncOperations
- msdyn_analysisresultdetail_AsyncOperations
- msdyn_solutionhealthrule_AsyncOperations
- msdyn_solutionhealthruleargument_AsyncOperations
- msdyn_solutionhealthruleset_AsyncOperations
- powerbidataset_AsyncOperations
- powerbidatasetapdx_AsyncOperations
- powerbimashupparameter_AsyncOperations
- powerbireport_AsyncOperations
- powerbireportapdx_AsyncOperations
- msdyn_fileupload_AsyncOperations
- mainfewshot_AsyncOperations
- makerfewshot_AsyncOperations
- searchattributesettings_AsyncOperations
- searchcustomanalyzer_AsyncOperations
- searchrelationshipsettings_AsyncOperations
- copilotexamplequestion_AsyncOperations
- powerpagecomponent_AsyncOperations
- powerpagesite_AsyncOperations
- powerpagesitelanguage_AsyncOperations
- powerpagesitepublished_AsyncOperations
- adx_externalidentity_AsyncOperations
- adx_invitation_AsyncOperations
- adx_inviteredemption_AsyncOperations
- adx_portalcomment_AsyncOperations
- adx_setting_AsyncOperations
- adx_webformsession_AsyncOperations
- mspcat_catalogsubmissionfiles_AsyncOperations
- mspcat_packagestore_AsyncOperations
- plannerbusinessscenario_AsyncOperations
- plannersyncaction_AsyncOperations
- copilotglossaryterm_AsyncOperations
- copilotsynonyms_AsyncOperations
theme_AsyncOperations
Siehe die theme_AsyncOperations-Eins-zu-Viele-Beziehung für die theme-Tabelle/-Entität.
usermapping_AsyncOperations
Siehe die usermapping_AsyncOperations-Eins-zu-Viele-Beziehung für die usermapping-Tabelle/-Entität.
interactionforemail_AsyncOperations
Siehe die interactionforemail_AsyncOperations-Eins-zu-Viele-Beziehung für die interactionforemail-Tabelle/-Entität.
knowledgearticle_AsyncOperations
Siehe die knowledgearticle_AsyncOperations-Eins-zu-Viele-Beziehung für die knowledgearticle-Tabelle/-Entität.
post_AsyncOperations
Siehe die post_AsyncOperations-Eins-zu-Viele-Beziehung für die post-Tabelle/-Entität.
position_AsyncOperations
Siehe die position_AsyncOperations-Eins-zu-Viele-Beziehung für die position-Tabelle/-Entität.
KnowledgeBaseRecord_AsyncOperations
Siehe die KnowledgeBaseRecord_AsyncOperations-Eins-zu-Viele-Beziehung für die knowledgebaserecord-Tabelle/-Entität.
lk_asyncoperation_createdby
Siehe die lk_asyncoperation_createdby-Eins-zu-Viele-Beziehung für die systemuser-Tabelle/-Entität.
MonthlyFiscalCalendar_AsyncOperations
Siehe die MonthlyFiscalCalendar_AsyncOperations-Eins-zu-Viele-Beziehung für die monthlyfiscalcalendar-Tabelle/-Entität.
lk_asyncoperation_workflowactivationid
Siehe die lk_asyncoperation_workflowactivationid-Eins-zu-Viele-Beziehung für die workflow-Tabelle/-Entität.
Report_AsyncOperations
Siehe die Report_AsyncOperations-Eins-zu-Viele-Beziehung für die report-Tabelle/-Entität.
SocialActivity_AsyncOperations
Siehe die SocialActivity_AsyncOperations-Eins-zu-Viele-Beziehung für die socialactivity-Tabelle/-Entität.
Connection_Role_AsyncOperations
Siehe die Connection_Role_AsyncOperations-Eins-zu-Viele-Beziehung für die connectionrole-Tabelle/-Entität.
Team_AsyncOperations
Siehe die Team_AsyncOperations-Eins-zu-Viele-Beziehung für die team-Tabelle/-Entität.
AnnualFiscalCalendar_AsyncOperations
Siehe die AnnualFiscalCalendar_AsyncOperations-Eins-zu-Viele-Beziehung für die annualfiscalcalendar-Tabelle/-Entität.
SharePointDocumentLocation_AsyncOperations
Siehe die SharePointDocumentLocation_AsyncOperations-Eins-zu-Viele-Beziehung für die sharepointdocumentlocation-Tabelle/-Entität.
PhoneCall_AsyncOperations
Siehe die PhoneCall_AsyncOperations-Eins-zu-Viele-Beziehung für die phonecall-Tabelle/-Entität.
mailbox_asyncoperations
Siehe die mailbox_asyncoperations-Eins-zu-Viele-Beziehung für die mailbox-Tabelle/-Entität.
PostFollow_AsyncOperations
Siehe die PostFollow_AsyncOperations-Eins-zu-Viele-Beziehung für die postfollow-Tabelle/-Entität.
Appointment_AsyncOperations
Siehe die Appointment_AsyncOperations-Eins-zu-Viele-Beziehung für die appointment-Tabelle/-Entität.
slabase_AsyncOperations
Siehe die slabase_AsyncOperations-Eins-zu-Viele-Beziehung für die sla-Tabelle/-Entität.
SavedQuery_AsyncOperations
Siehe die SavedQuery_AsyncOperations-Eins-zu-Viele-Beziehung für die savedquery-Tabelle/-Entität.
DisplayString_AsyncOperations
Siehe die DisplayString_AsyncOperations-Eins-zu-Viele-Beziehung für die displaystring-Tabelle/-Entität.
KbArticleComment_AsyncOperations
Siehe die KbArticleComment_AsyncOperations-Eins-zu-Viele-Beziehung für die kbarticlecomment-Tabelle/-Entität.
ActivityPointer_AsyncOperations
Siehe die ActivityPointer_AsyncOperations-Eins-zu-Viele-Beziehung für die activitypointer-Tabelle/-Entität.
Subject_AsyncOperations
Siehe die Subject_AsyncOperations-Eins-zu-Viele-Beziehung für die subject-Tabelle/-Entität.
goalrollupquery_AsyncOperations
Siehe die goalrollupquery_AsyncOperations-Eins-zu-Viele-Beziehung für die goalrollupquery-Tabelle/-Entität.
Role_AsyncOperations
Siehe die Role_AsyncOperations-Eins-zu-Viele-Beziehung für die role-Tabelle/-Entität.
SystemForm_AsyncOperations
Siehe die SystemForm_AsyncOperations-Eins-zu-Viele-Beziehung für die systemform-Tabelle/-Entität.
Annotation_AsyncOperations
Siehe die Annotation_AsyncOperations-Eins-zu-Viele-Beziehung für die annotation-Tabelle/-Entität.
Privilege_AsyncOperations
Siehe die Privilege_AsyncOperations-Eins-zu-Viele-Beziehung für die privilege-Tabelle/-Entität.
ActivityMimeAttachment_AsyncOperations
Siehe die ActivityMimeAttachment_AsyncOperations-Eins-zu-Viele-Beziehung für die activitymimeattachment-Tabelle/-Entität.
Goal_AsyncOperations
Siehe die Goal_AsyncOperations-Eins-zu-Viele-Beziehung für die goal-Tabelle/-Entität.
Fax_AsyncOperations
Siehe die Fax_AsyncOperations-Eins-zu-Viele-Beziehung für die fax-Tabelle/-Entität.
QuarterlyFiscalCalendar_AsyncOperations
Siehe die QuarterlyFiscalCalendar_AsyncOperations-Eins-zu-Viele-Beziehung für die quarterlyfiscalcalendar-Tabelle/-Entität.
SharePointSite_AsyncOperations
Siehe die SharePointSite_AsyncOperations-Eins-zu-Viele-Beziehung für die sharepointsite-Tabelle/-Entität.
UserQuery_AsyncOperations
Siehe die UserQuery_AsyncOperations-Eins-zu-Viele-Beziehung für die userquery-Tabelle/-Entität.
ImportMap_AsyncOperations
Siehe die ImportMap_AsyncOperations-Eins-zu-Viele-Beziehung für die importmap-Tabelle/-Entität.
BusinessUnit_AsyncOperations
Siehe die BusinessUnit_AsyncOperations-Eins-zu-Viele-Beziehung für die businessunit-Tabelle/-Entität.
Queue_AsyncOperations
Siehe die Queue_AsyncOperations-Eins-zu-Viele-Beziehung für die queue-Tabelle/-Entität.
QueueItem_AsyncOperations
Siehe die QueueItem_AsyncOperations-Eins-zu-Viele-Beziehung für die queueitem-Tabelle/-Entität.
team_asyncoperation
Siehe die team_asyncoperation-Eins-zu-Viele-Beziehung für die team-Tabelle/-Entität.
lk_asyncoperation_modifiedby
Siehe die lk_asyncoperation_modifiedby-Eins-zu-Viele-Beziehung für die systemuser-Tabelle/-Entität.
UserForm_AsyncOperations
Siehe die UserForm_AsyncOperations-Eins-zu-Viele-Beziehung für die userform-Tabelle/-Entität.
TransactionCurrency_AsyncOperations
Siehe die TransactionCurrency_AsyncOperations-Eins-zu-Viele-Beziehung für die transactioncurrency-Tabelle/-Entität.
rollupfield_AsyncOperations
Siehe die rollupfield_AsyncOperations-Eins-zu-Viele-Beziehung für die rollupfield-Tabelle/-Entität.
Letter_AsyncOperations
Siehe die Letter_AsyncOperations-Eins-zu-Viele-Beziehung für die letter-Tabelle/-Entität.
KbArticle_AsyncOperations
Siehe die KbArticle_AsyncOperations-Eins-zu-Viele-Beziehung für die kbarticle-Tabelle/-Entität.
RecurringAppointmentMaster_AsyncOperations
Siehe die RecurringAppointmentMaster_AsyncOperations-Eins-zu-Viele-Beziehung für die recurringappointmentmaster-Tabelle/-Entität.
Task_AsyncOperations
Siehe die Task_AsyncOperations-Eins-zu-Viele-Beziehung für die task-Tabelle/-Entität.
BusinessUnitNewsArticle_AsyncOperations
Siehe die BusinessUnitNewsArticle_AsyncOperations-Eins-zu-Viele-Beziehung für die businessunitnewsarticle-Tabelle/-Entität.
Connection_AsyncOperations
Siehe die Connection_AsyncOperations-Eins-zu-Viele-Beziehung für die connection-Tabelle/-Entität.
SystemUser_AsyncOperations
Siehe die SystemUser_AsyncOperations-Eins-zu-Viele-Beziehung für die systemuser-Tabelle/-Entität.
KbArticleTemplate_AsyncOperations
Siehe die KbArticleTemplate_AsyncOperations-Eins-zu-Viele-Beziehung für die kbarticletemplate-Tabelle/-Entität.
SdkMessageProcessingStep_AsyncOperations
Siehe die SdkMessageProcessingStep_AsyncOperations-Eins-zu-Viele-Beziehung für die sdkmessageprocessingstep-Tabelle/-Entität.
Template_AsyncOperations
Siehe die Template_AsyncOperations-Eins-zu-Viele-Beziehung für die template-Tabelle/-Entität.
CustomerAddress_AsyncOperations
Siehe die CustomerAddress_AsyncOperations-Eins-zu-Viele-Beziehung für die customeraddress-Tabelle/-Entität.
Contact_AsyncOperations
Siehe die Contact_AsyncOperations-Eins-zu-Viele-Beziehung für die contact-Tabelle/-Entität.
emailserverprofile_asyncoperations
Siehe die emailserverprofile_asyncoperations-Eins-zu-Viele-Beziehung für die emailserverprofile-Tabelle/-Entität.
lk_asyncoperation_createdonbehalfby
Siehe die lk_asyncoperation_createdonbehalfby-Eins-zu-Viele-Beziehung für die systemuser-Tabelle/-Entität.
Import_AsyncOperations
Siehe die Import_AsyncOperations-Eins-zu-Viele-Beziehung für die import-Tabelle/-Entität.
system_user_asyncoperation
Siehe die system_user_asyncoperation-Eins-zu-Viele-Beziehung für die systemuser-Tabelle/-Entität.
business_unit_asyncoperation
Siehe die business_unit_asyncoperation-Eins-zu-Viele-Beziehung für die businessunit-Tabelle/-Entität.
ImportLog_AsyncOperations
Siehe die ImportLog_AsyncOperations-Eins-zu-Viele-Beziehung für die importlog-Tabelle/-Entität.
metric_AsyncOperations
Siehe die metric_AsyncOperations-Eins-zu-Viele-Beziehung für die metric-Tabelle/-Entität.
SocialProfile_AsyncOperations
Siehe die SocialProfile_AsyncOperations-Eins-zu-Viele-Beziehung für die socialprofile-Tabelle/-Entität.
lk_asyncoperation_modifiedonbehalfby
Siehe die lk_asyncoperation_modifiedonbehalfby-Eins-zu-Viele-Beziehung für die systemuser-Tabelle/-Entität.
Account_AsyncOperations
Siehe die Account_AsyncOperations-Eins-zu-Viele-Beziehung für die account-Tabelle/-Entität.
Email_AsyncOperations
Siehe die Email_AsyncOperations-Eins-zu-Viele-Beziehung für die email-Tabelle/-Entität.
FixedMonthlyFiscalCalendar_AsyncOperations
Siehe die FixedMonthlyFiscalCalendar_AsyncOperations-Eins-zu-Viele-Beziehung für die fixedmonthlyfiscalcalendar-Tabelle/-Entität.
SemiAnnualFiscalCalendar_AsyncOperations
Siehe die SemiAnnualFiscalCalendar_AsyncOperations-Eins-zu-Viele-Beziehung für die semiannualfiscalcalendar-Tabelle/-Entität.
MailMergeTemplate_AsyncOperations
Siehe die MailMergeTemplate_AsyncOperations-Eins-zu-Viele-Beziehung für die mailmergetemplate-Tabelle/-Entität.
Organization_AsyncOperations
Siehe die Organization_AsyncOperations-Eins-zu-Viele-Beziehung für die organization-Tabelle/-Entität.
Calendar_AsyncOperations
Siehe die Calendar_AsyncOperations-Eins-zu-Viele-Beziehung für die calendar-Tabelle/-Entität.
ImportFile_AsyncOperations
Siehe die ImportFile_AsyncOperations-Eins-zu-Viele-Beziehung für die importfile-Tabelle/-Entität.
solutioncomponentattributeconfiguration_AsyncOperations
Hinzugefügt von: Solution Component Configuration-Lösung
Siehe die solutioncomponentattributeconfiguration_AsyncOperations-Eins-zu-Viele-Beziehung für die solutioncomponentattributeconfiguration-Tabelle/-Entität.
solutioncomponentbatchconfiguration_AsyncOperations
Hinzugefügt von: Solution Component Configuration-Lösung
Siehe die solutioncomponentbatchconfiguration_AsyncOperations-Eins-zu-Viele-Beziehung für die solutioncomponentbatchconfiguration-Tabelle/-Entität.
solutioncomponentconfiguration_AsyncOperations
Hinzugefügt von: Solution Component Configuration-Lösung
Siehe die solutioncomponentconfiguration_AsyncOperations-Eins-zu-Viele-Beziehung für die solutioncomponentconfiguration-Tabelle/-Entität.
solutioncomponentrelationshipconfiguration_AsyncOperations
Hinzugefügt von: Solution Component Configuration-Lösung
Siehe die solutioncomponentrelationshipconfiguration_AsyncOperations-Eins-zu-Viele-Beziehung für die solutioncomponentrelationshipconfiguration-Tabelle/-Entität.
package_AsyncOperations
Hinzugefügt von: msdyn_SolutionPackageMapping-Lösung
Siehe die package_AsyncOperations-Eins-zu-Viele-Beziehung für die package-Tabelle/-Entität.
packagehistory_AsyncOperations
Hinzugefügt von: msdyn_SolutionPackageMapping-Lösung
Siehe die packagehistory_AsyncOperations-Eins-zu-Viele-Beziehung für die packagehistory-Tabelle/-Entität.
stagesolutionupload_AsyncOperations
Hinzugefügt von: StageSolutionUpload-Lösung
Siehe die stagesolutionupload_AsyncOperations-Eins-zu-Viele-Beziehung für die stagesolutionupload-Tabelle/-Entität.
exportsolutionupload_AsyncOperations
Hinzugefügt von: ExportSolutionUpload-Lösung
Siehe die exportsolutionupload_AsyncOperations-Eins-zu-Viele-Beziehung für die exportsolutionupload-Tabelle/-Entität.
featurecontrolsetting_AsyncOperations
Hinzugefügt von: msdyn_FeatureControlSetting-Lösung
Siehe die featurecontrolsetting_AsyncOperations-Eins-zu-Viele-Beziehung für die featurecontrolsetting-Tabelle/-Entität.
attributeimageconfig_AsyncOperations
Hinzugefügt von: Image Configuration-Lösung
Siehe die attributeimageconfig_AsyncOperations-Eins-zu-Viele-Beziehung für die attributeimageconfig-Tabelle/-Entität.
entityimageconfig_AsyncOperations
Hinzugefügt von: Image Configuration-Lösung
Siehe die entityimageconfig_AsyncOperations-Eins-zu-Viele-Beziehung für die entityimageconfig-Tabelle/-Entität.
relationshipattribute_AsyncOperations
Hinzugefügt von: Metadata Extension-Lösung
Siehe die relationshipattribute_AsyncOperations-Eins-zu-Viele-Beziehung für die relationshipattribute-Tabelle/-Entität.
stagedentity_AsyncOperations
Hinzugefügt von: Metadata Extension-Lösung
Siehe die stagedentity_AsyncOperations-Eins-zu-Viele-Beziehung für die stagedentity-Tabelle/-Entität.
stagedentityattribute_AsyncOperations
Hinzugefügt von: Metadata Extension-Lösung
Siehe die stagedentityattribute_AsyncOperations-Eins-zu-Viele-Beziehung für die stagedentityattribute-Tabelle/-Entität.
stagedmetadataasyncoperation_AsyncOperations
Hinzugefügt von: Metadata Extension-Lösung
Siehe die stagedmetadataasyncoperation_AsyncOperations-Eins-zu-Viele-Beziehung für die stagedmetadataasyncoperation-Tabelle/-Entität.
keyvaultreference_AsyncOperations
Hinzugefügt von: ManagedIdentityExtensions-Lösung
Siehe die keyvaultreference_AsyncOperations-Eins-zu-Viele-Beziehung für die keyvaultreference-Tabelle/-Entität.
managedidentity_AsyncOperations
Hinzugefügt von: ManagedIdentityExtensions-Lösung
Siehe die managedidentity_AsyncOperations-Eins-zu-Viele-Beziehung für die managedidentity-Tabelle/-Entität.
catalog_AsyncOperations
Hinzugefügt von: CatalogFramework-Lösung
Siehe die catalog_AsyncOperations-Eins-zu-Viele-Beziehung für die catalog-Tabelle/-Entität.
catalogassignment_AsyncOperations
Hinzugefügt von: CatalogFramework-Lösung
Siehe die catalogassignment_AsyncOperations-Eins-zu-Viele-Beziehung für die catalogassignment-Tabelle/-Entität.
customapi_AsyncOperations
Hinzugefügt von: Custom API Framework-Lösung
Siehe die customapi_AsyncOperations-Eins-zu-Viele-Beziehung für die customapi-Tabelle/-Entität.
customapirequestparameter_AsyncOperations
Hinzugefügt von: Custom API Framework-Lösung
Siehe die customapirequestparameter_AsyncOperations-Eins-zu-Viele-Beziehung für die customapirequestparameter-Tabelle/-Entität.
customapiresponseproperty_AsyncOperations
Hinzugefügt von: Custom API Framework-Lösung
Siehe die customapiresponseproperty_AsyncOperations-Eins-zu-Viele-Beziehung für die customapiresponseproperty-Tabelle/-Entität.
pluginpackage_AsyncOperations
Hinzugefügt von: Plugin Infrastructure Extension-Lösung
Siehe die pluginpackage_AsyncOperations-Eins-zu-Viele-Beziehung für die pluginpackage-Tabelle/-Entität.
provisionlanguageforuser_AsyncOperations
Hinzugefügt von: msft_LocalizationExtension-Lösung
Siehe die provisionlanguageforuser_AsyncOperations-Eins-zu-Viele-Beziehung für die provisionlanguageforuser-Tabelle/-Entität.
sharedobject_AsyncOperations
Hinzugefügt von: Real-time Collaboration App-Lösung
Siehe die sharedobject_AsyncOperations-Eins-zu-Viele-Beziehung für die sharedobject-Tabelle/-Entität.
sharedworkspace_AsyncOperations
Hinzugefügt von: Real-time Collaboration App-Lösung
Siehe die sharedworkspace_AsyncOperations-Eins-zu-Viele-Beziehung für die sharedworkspace-Tabelle/-Entität.
sharedworkspacepool_AsyncOperations
Hinzugefügt von: Real-time Collaboration App-Lösung
Siehe die sharedworkspacepool_AsyncOperations-Eins-zu-Viele-Beziehung für die sharedworkspacepool-Tabelle/-Entität.
entityanalyticsconfig_AsyncOperations
Hinzugefügt von: Advanced Analytics Infrastructure-Lösung
Siehe die entityanalyticsconfig_AsyncOperations-Eins-zu-Viele-Beziehung für die entityanalyticsconfig-Tabelle/-Entität.
datalakefolder_AsyncOperations
Hinzugefügt von: Data lake workspaces-Lösung
Siehe die datalakefolder_AsyncOperations-Eins-zu-Viele-Beziehung für die datalakefolder-Tabelle/-Entität.
datalakefolderpermission_AsyncOperations
Hinzugefügt von: Data lake workspaces-Lösung
Siehe die datalakefolderpermission_AsyncOperations-Eins-zu-Viele-Beziehung für die datalakefolderpermission-Tabelle/-Entität.
datalakeworkspace_AsyncOperations
Hinzugefügt von: Data lake workspaces-Lösung
Siehe die datalakeworkspace_AsyncOperations-Eins-zu-Viele-Beziehung für die datalakeworkspace-Tabelle/-Entität.
datalakeworkspacepermission_AsyncOperations
Hinzugefügt von: Data lake workspaces-Lösung
Siehe die datalakeworkspacepermission_AsyncOperations-Eins-zu-Viele-Beziehung für die datalakeworkspacepermission-Tabelle/-Entität.
dataprocessingconfiguration_AsyncOperations
Hinzugefügt von: Data lake workspaces-Lösung
Siehe die dataprocessingconfiguration_AsyncOperations-Eins-zu-Viele-Beziehung für die dataprocessingconfiguration-Tabelle/-Entität.
exportedexcel_AsyncOperations
Hinzugefügt von: Data lake workspaces-Lösung
Siehe die exportedexcel_AsyncOperations-Eins-zu-Viele-Beziehung für die exportedexcel-Tabelle/-Entität.
retaineddataexcel_AsyncOperations
Hinzugefügt von: Data lake workspaces-Lösung
Siehe die retaineddataexcel_AsyncOperations-Eins-zu-Viele-Beziehung für die retaineddataexcel-Tabelle/-Entität.
synapsedatabase_AsyncOperations
Hinzugefügt von: Data lake workspaces-Lösung
Siehe die synapsedatabase_AsyncOperations-Eins-zu-Viele-Beziehung für die synapsedatabase-Tabelle/-Entität.
synapselinkexternaltablestate_AsyncOperations
Hinzugefügt von: Synapse Link-Lösung
Siehe die synapselinkexternaltablestate_AsyncOperations-Eins-zu-Viele-Beziehung für die synapselinkexternaltablestate-Tabelle/-Entität.
synapselinkprofile_AsyncOperations
Hinzugefügt von: Synapse Link-Lösung
Siehe die synapselinkprofile_AsyncOperations-Eins-zu-Viele-Beziehung für die synapselinkprofile-Tabelle/-Entität.
synapselinkprofileentity_AsyncOperations
Hinzugefügt von: Synapse Link-Lösung
Siehe die synapselinkprofileentity_AsyncOperations-Eins-zu-Viele-Beziehung für die synapselinkprofileentity-Tabelle/-Entität.
synapselinkprofileentitystate_AsyncOperations
Hinzugefügt von: Synapse Link-Lösung
Siehe die synapselinkprofileentitystate_AsyncOperations-Eins-zu-Viele-Beziehung für die synapselinkprofileentitystate-Tabelle/-Entität.
synapselinkschedule_AsyncOperations
Hinzugefügt von: Synapse Link-Lösung
Siehe die synapselinkschedule_AsyncOperations-Eins-zu-Viele-Beziehung für die synapselinkschedule-Tabelle/-Entität.
msdyn_dataflow_AsyncOperations
Hinzugefügt von: Power Platform Dataflows-Lösung
Siehe die msdyn_dataflow_AsyncOperations-Eins-zu-Viele-Beziehung für die msdyn_dataflow-Tabelle/-Entität.
msdyn_dataflowrefreshhistory_AsyncOperations
Hinzugefügt von: Power Platform Dataflows-Lösung
Siehe die msdyn_dataflowrefreshhistory_AsyncOperations-Eins-zu-Viele-Beziehung für die msdyn_dataflowrefreshhistory-Tabelle/-Entität.
msdyn_entityrefreshhistory_AsyncOperations
Hinzugefügt von: Power Platform Dataflows-Lösung
Siehe die msdyn_entityrefreshhistory_AsyncOperations-Eins-zu-Viele-Beziehung für die msdyn_entityrefreshhistory-Tabelle/-Entität.
sharedlinksetting_AsyncOperations
Hinzugefügt von: Access Team-Lösung
Siehe die sharedlinksetting_AsyncOperations-Eins-zu-Viele-Beziehung für die sharedlinksetting-Tabelle/-Entität.
entityrecordfilter_AsyncOperations
Hinzugefügt von: AuthorizationCore-Lösung
Siehe die entityrecordfilter_AsyncOperations-Eins-zu-Viele-Beziehung für die entityrecordfilter-Tabelle/-Entität.
recordfilter_AsyncOperations
Hinzugefügt von: AuthorizationCore-Lösung
Siehe die recordfilter_AsyncOperations-Eins-zu-Viele-Beziehung für die recordfilter-Tabelle/-Entität.
delegatedauthorization_AsyncOperations
Hinzugefügt von: Delegated Authorization-Lösung
Siehe die delegatedauthorization_AsyncOperations-Eins-zu-Viele-Beziehung für die delegatedauthorization-Tabelle/-Entität.
serviceplan_AsyncOperations
Hinzugefügt von: License Enforcement-Lösung
Siehe die serviceplan_AsyncOperations-Eins-zu-Viele-Beziehung für die serviceplan-Tabelle/-Entität.
serviceplanmapping_AsyncOperations
Hinzugefügt von: License Enforcement-Lösung
Siehe die serviceplanmapping_AsyncOperations-Eins-zu-Viele-Beziehung für die serviceplanmapping-Tabelle/-Entität.
applicationuser_AsyncOperations
Hinzugefügt von: ApplicationUserSolution-Lösung
Siehe die applicationuser_AsyncOperations-Eins-zu-Viele-Beziehung für die applicationuser-Tabelle/-Entität.
connector_AsyncOperations
Hinzugefügt von: Power Connector Solution-Lösung
Siehe die connector_AsyncOperations-Eins-zu-Viele-Beziehung für die connector-Tabelle/-Entität.
environmentvariabledefinition_AsyncOperations
Hinzugefügt von: Environment Variables-Lösung
Siehe die environmentvariabledefinition_AsyncOperations-Eins-zu-Viele-Beziehung für die environmentvariabledefinition-Tabelle/-Entität.
environmentvariablevalue_AsyncOperations
Hinzugefügt von: Environment Variables-Lösung
Siehe die environmentvariablevalue_AsyncOperations-Eins-zu-Viele-Beziehung für die environmentvariablevalue-Tabelle/-Entität.
workflowbinary_AsyncOperations
Hinzugefügt von: Power Automate Workflow Binary Table-Lösung
Siehe die workflowbinary_AsyncOperations-Eins-zu-Viele-Beziehung für die workflowbinary-Tabelle/-Entität.
credential_AsyncOperations
Hinzugefügt von: Power Automate Core Components-Lösung
Siehe die credential_AsyncOperations-Eins-zu-Viele-Beziehung für die credential-Tabelle/-Entität.
desktopflowmodule_AsyncOperations
Hinzugefügt von: Power Automate Core Components-Lösung
Siehe die desktopflowmodule_AsyncOperations-Eins-zu-Viele-Beziehung für die desktopflowmodule-Tabelle/-Entität.
flowcapacityassignment_AsyncOperations
Hinzugefügt von: Power Automate Core Components-Lösung
Siehe die flowcapacityassignment_AsyncOperations-Eins-zu-Viele-Beziehung für die flowcapacityassignment-Tabelle/-Entität.
flowcredentialapplication_AsyncOperations
Hinzugefügt von: Power Automate Core Components-Lösung
Siehe die flowcredentialapplication_AsyncOperations-Eins-zu-Viele-Beziehung für die flowcredentialapplication-Tabelle/-Entität.
flowevent_AsyncOperations
Hinzugefügt von: Power Automate Core Components-Lösung
Siehe die flowevent_AsyncOperations-Eins-zu-Viele-Beziehung für die flowevent-Tabelle/-Entität.
flowmachine_AsyncOperations
Hinzugefügt von: Power Automate Core Components-Lösung
Siehe die flowmachine_AsyncOperations-Eins-zu-Viele-Beziehung für die flowmachine-Tabelle/-Entität.
flowmachinegroup_AsyncOperations
Hinzugefügt von: Power Automate Core Components-Lösung
Siehe die flowmachinegroup_AsyncOperations-Eins-zu-Viele-Beziehung für die flowmachinegroup-Tabelle/-Entität.
flowmachineimage_AsyncOperations
Hinzugefügt von: Power Automate Core Components-Lösung
Siehe die flowmachineimage_AsyncOperations-Eins-zu-Viele-Beziehung für die flowmachineimage-Tabelle/-Entität.
flowmachineimageversion_AsyncOperations
Hinzugefügt von: Power Automate Core Components-Lösung
Siehe die flowmachineimageversion_AsyncOperations-Eins-zu-Viele-Beziehung für die flowmachineimageversion-Tabelle/-Entität.
flowmachinenetwork_AsyncOperations
Hinzugefügt von: Power Automate Core Components-Lösung
Siehe die flowmachinenetwork_AsyncOperations-Eins-zu-Viele-Beziehung für die flowmachinenetwork-Tabelle/-Entität.
processstageparameter_AsyncOperations
Hinzugefügt von: Power Automate Core Components-Lösung
Siehe die processstageparameter_AsyncOperations-Eins-zu-Viele-Beziehung für die processstageparameter-Tabelle/-Entität.
workqueue_AsyncOperations
Hinzugefügt von: Power Automate Core Components-Lösung
Siehe die workqueue_AsyncOperations-Eins-zu-Viele-Beziehung für die workqueue-Tabelle/-Entität.
workqueueitem_AsyncOperations
Hinzugefügt von: Power Automate Core Components-Lösung
Siehe die workqueueitem_AsyncOperations-Eins-zu-Viele-Beziehung für die workqueueitem-Tabelle/-Entität.
desktopflowbinary_AsyncOperations
Hinzugefügt von: Power Automate Core Components-Lösung
Siehe die desktopflowbinary_AsyncOperations-Eins-zu-Viele-Beziehung für die desktopflowbinary-Tabelle/-Entität.
flowsession_AsyncOperations
Hinzugefügt von: Power Automate Core Components-Lösung
Siehe die flowsession_AsyncOperations-Eins-zu-Viele-Beziehung für die flowsession-Tabelle/-Entität.
connectionreference_AsyncOperations
Hinzugefügt von: Power Platform Connection References-Lösung
Siehe die connectionreference_AsyncOperations-Eins-zu-Viele-Beziehung für die connectionreference-Tabelle/-Entität.
connectioninstance_AsyncOperations
Hinzugefügt von: Connection Instance Solution-Lösung
Siehe die connectioninstance_AsyncOperations-Eins-zu-Viele-Beziehung für die connectioninstance-Tabelle/-Entität.
dvfilesearch_AsyncOperations
Hinzugefügt von: AIPlatformExtensionsComponents Solution-Lösung
Siehe die dvfilesearch_AsyncOperations-Eins-zu-Viele-Beziehung für die dvfilesearch-Tabelle/-Entität.
dvfilesearchattribute_AsyncOperations
Hinzugefügt von: AIPlatformExtensionsComponents Solution-Lösung
Siehe die dvfilesearchattribute_AsyncOperations-Eins-zu-Viele-Beziehung für die dvfilesearchattribute-Tabelle/-Entität.
dvfilesearchentity_AsyncOperations
Hinzugefügt von: AIPlatformExtensionsComponents Solution-Lösung
Siehe die dvfilesearchentity_AsyncOperations-Eins-zu-Viele-Beziehung für die dvfilesearchentity-Tabelle/-Entität.
dvtablesearch_AsyncOperations
Hinzugefügt von: AIPlatformExtensionsComponents Solution-Lösung
Siehe die dvtablesearch_AsyncOperations-Eins-zu-Viele-Beziehung für die dvtablesearch-Tabelle/-Entität.
dvtablesearchattribute_AsyncOperations
Hinzugefügt von: AIPlatformExtensionsComponents Solution-Lösung
Siehe die dvtablesearchattribute_AsyncOperations-Eins-zu-Viele-Beziehung für die dvtablesearchattribute-Tabelle/-Entität.
dvtablesearchentity_AsyncOperations
Hinzugefügt von: AIPlatformExtensionsComponents Solution-Lösung
Siehe die dvtablesearchentity_AsyncOperations-Eins-zu-Viele-Beziehung für die dvtablesearchentity-Tabelle/-Entität.
aicopilot_AsyncOperations
Hinzugefügt von: AIPlatformExtensionsCore Solution-Lösung
Siehe die aicopilot_AsyncOperations-Eins-zu-Viele-Beziehung für die aicopilot-Tabelle/-Entität.
aiplugintitle_AsyncOperations
Hinzugefügt von: AIPlatformExtensionsCore Solution-Lösung
Siehe die aiplugintitle_AsyncOperations-Eins-zu-Viele-Beziehung für die aiplugintitle-Tabelle/-Entität.
aiplugin_AsyncOperations
Hinzugefügt von: AIPlatformExtensionsCore Solution-Lösung
Siehe die aiplugin_AsyncOperations-Eins-zu-Viele-Beziehung für die aiplugin-Tabelle/-Entität.
aipluginexternalschema_AsyncOperations
Hinzugefügt von: AIPlatformExtensionsCore Solution-Lösung
Siehe die aipluginexternalschema_AsyncOperations-Eins-zu-Viele-Beziehung für die aipluginexternalschema-Tabelle/-Entität.
aipluginexternalschemaproperty_AsyncOperations
Hinzugefügt von: AIPlatformExtensionsCore Solution-Lösung
Siehe die aipluginexternalschemaproperty_AsyncOperations-Eins-zu-Viele-Beziehung für die aipluginexternalschemaproperty-Tabelle/-Entität.
aiplugininstance_AsyncOperations
Hinzugefügt von: AIPlatformExtensionsCore Solution-Lösung
Siehe die aiplugininstance_AsyncOperations-Eins-zu-Viele-Beziehung für die aiplugininstance-Tabelle/-Entität.
aipluginoperation_AsyncOperations
Hinzugefügt von: AIPlatformExtensionsCore Solution-Lösung
Siehe die aipluginoperation_AsyncOperations-Eins-zu-Viele-Beziehung für die aipluginoperation-Tabelle/-Entität.
aipluginoperationparameter_AsyncOperations
Hinzugefügt von: AIPlatformExtensionsCore Solution-Lösung
Siehe die aipluginoperationparameter_AsyncOperations-Eins-zu-Viele-Beziehung für die aipluginoperationparameter-Tabelle/-Entität.
aipluginusersetting_AsyncOperations
Hinzugefügt von: AIPlatformExtensionsCore Solution-Lösung
Siehe die aipluginusersetting_AsyncOperations-Eins-zu-Viele-Beziehung für die aipluginusersetting-Tabelle/-Entität.
msdyn_helppage_AsyncOperations
Hinzugefügt von: Contextual Help-Lösung
Siehe die msdyn_helppage_AsyncOperations-Eins-zu-Viele-Beziehung für die msdyn_helppage-Tabelle/-Entität.
msdyn_tour_AsyncOperations
Hinzugefügt von: Contextual Help-Lösung
Siehe die msdyn_tour_AsyncOperations-Eins-zu-Viele-Beziehung für die msdyn_tour-Tabelle/-Entität.
msdynce_botcontent_AsyncOperations
Hinzugefügt von: Customer Care Intelligence Bots-Lösung
Siehe die msdynce_botcontent_AsyncOperations-Eins-zu-Viele-Beziehung für die msdynce_botcontent-Tabelle/-Entität.
conversationtranscript_AsyncOperations
Hinzugefügt von: Power Virtual Agents Common-Lösung
Siehe die conversationtranscript_AsyncOperations-Eins-zu-Viele-Beziehung für die conversationtranscript-Tabelle/-Entität.
bot_AsyncOperations
Hinzugefügt von: Power Virtual Agents-Lösung
Siehe die bot_AsyncOperations-Eins-zu-Viele-Beziehung für die bot-Tabelle/-Entität.
botcomponent_AsyncOperations
Hinzugefügt von: Power Virtual Agents-Lösung
Siehe die botcomponent_AsyncOperations-Eins-zu-Viele-Beziehung für die botcomponent-Tabelle/-Entität.
botcontentpack_AsyncOperations
Hinzugefügt von: Power Virtual Agents-Lösung
Siehe die botcontentpack_AsyncOperations-Eins-zu-Viele-Beziehung für die botcontentpack-Tabelle/-Entität.
msdyn_appinsightsmetadata_AsyncOperations
Hinzugefügt von: Insights App Platform Base-Lösung
Siehe die msdyn_appinsightsmetadata_AsyncOperations-Eins-zu-Viele-Beziehung für die msdyn_appinsightsmetadata-Tabelle/-Entität.
msdyn_dataflowconnectionreference_AsyncOperations
Hinzugefügt von: Insights App Platform Base-Lösung
Siehe die msdyn_dataflowconnectionreference_AsyncOperations-Eins-zu-Viele-Beziehung für die msdyn_dataflowconnectionreference-Tabelle/-Entität.
msdyn_schedule_AsyncOperations
Hinzugefügt von: Insights App Platform Base-Lösung
Siehe die msdyn_schedule_AsyncOperations-Eins-zu-Viele-Beziehung für die msdyn_schedule-Tabelle/-Entität.
msdyn_dataflowtemplate_AsyncOperations
Hinzugefügt von: Insights App Platform Base-Lösung
Siehe die msdyn_dataflowtemplate_AsyncOperations-Eins-zu-Viele-Beziehung für die msdyn_dataflowtemplate-Tabelle/-Entität.
msdyn_dataflow_datalakefolder_AsyncOperations
Hinzugefügt von: Insights App Platform Base-Lösung
Siehe die msdyn_dataflow_datalakefolder_AsyncOperations-Eins-zu-Viele-Beziehung für die msdyn_dataflow_datalakefolder-Tabelle/-Entität.
msdyn_dmsrequest_AsyncOperations
Hinzugefügt von: Insights App Platform Base-Lösung
Siehe die msdyn_dmsrequest_AsyncOperations-Eins-zu-Viele-Beziehung für die msdyn_dmsrequest-Tabelle/-Entität.
msdyn_dmsrequeststatus_AsyncOperations
Hinzugefügt von: Insights App Platform Base-Lösung
Siehe die msdyn_dmsrequeststatus_AsyncOperations-Eins-zu-Viele-Beziehung für die msdyn_dmsrequeststatus-Tabelle/-Entität.
msdyn_dmssyncrequest_AsyncOperations
Hinzugefügt von: Insights App Platform Base-Lösung
Siehe die msdyn_dmssyncrequest_AsyncOperations-Eins-zu-Viele-Beziehung für die msdyn_dmssyncrequest-Tabelle/-Entität.
msdyn_dmssyncstatus_AsyncOperations
Hinzugefügt von: Insights App Platform Base-Lösung
Siehe die msdyn_dmssyncstatus_AsyncOperations-Eins-zu-Viele-Beziehung für die msdyn_dmssyncstatus-Tabelle/-Entität.
msdyn_knowledgeassetconfiguration_AsyncOperations
Hinzugefügt von: Insights App Platform Base-Lösung
Siehe die msdyn_knowledgeassetconfiguration_AsyncOperations-Eins-zu-Viele-Beziehung für die msdyn_knowledgeassetconfiguration-Tabelle/-Entität.
msdyn_modulerundetail_AsyncOperations
Hinzugefügt von: Insights App Platform Base-Lösung
Siehe die msdyn_modulerundetail_AsyncOperations-Eins-zu-Viele-Beziehung für die msdyn_modulerundetail-Tabelle/-Entität.
msdyn_workflowactionstatus_AsyncOperations
Hinzugefügt von: Insights App Platform Base-Lösung
Siehe die msdyn_workflowactionstatus_AsyncOperations-Eins-zu-Viele-Beziehung für die msdyn_workflowactionstatus-Tabelle/-Entität.
Territory_AsyncOperations
Hinzugefügt von: Application Common-Lösung
Siehe die Territory_AsyncOperations-Eins-zu-Viele-Beziehung für die territory-Tabelle/-Entität.
activityfileattachment_AsyncOperations
Hinzugefügt von: Activities Patch-Lösung
Siehe die activityfileattachment_AsyncOperations-Eins-zu-Viele-Beziehung für die activityfileattachment-Tabelle/-Entität.
chat_AsyncOperations
Hinzugefügt von: Activities Patch-Lösung
Siehe die chat_AsyncOperations-Eins-zu-Viele-Beziehung für die chat-Tabelle/-Entität.
msdyn_serviceconfiguration_AsyncOperations
Hinzugefügt von: Service Level Agreement (SLA) Extension-Lösung
Siehe die msdyn_serviceconfiguration_AsyncOperations-Eins-zu-Viele-Beziehung für die msdyn_serviceconfiguration-Tabelle/-Entität.
msdyn_slakpi_AsyncOperations
Hinzugefügt von: Service Level Agreement (SLA) Extension-Lösung
Siehe die msdyn_slakpi_AsyncOperations-Eins-zu-Viele-Beziehung für die msdyn_slakpi-Tabelle/-Entität.
msdyn_integratedsearchprovider_AsyncOperations
Hinzugefügt von: Knowledge Management Patch-Lösung
Siehe die msdyn_integratedsearchprovider_AsyncOperations-Eins-zu-Viele-Beziehung für die msdyn_integratedsearchprovider-Tabelle/-Entität.
msdyn_knowledgemanagementsetting_AsyncOperations
Hinzugefügt von: Knowledge Management Patch-Lösung
Siehe die msdyn_knowledgemanagementsetting_AsyncOperations-Eins-zu-Viele-Beziehung für die msdyn_knowledgemanagementsetting-Tabelle/-Entität.
msdyn_federatedarticle_AsyncOperations
Hinzugefügt von: Knowledge Management Online Features-Lösung
Siehe die msdyn_federatedarticle_AsyncOperations-Eins-zu-Viele-Beziehung für die msdyn_federatedarticle-Tabelle/-Entität.
msdyn_federatedarticleincident_AsyncOperations
Hinzugefügt von: Knowledge Management Online Features-Lösung
Siehe die msdyn_federatedarticleincident_AsyncOperations-Eins-zu-Viele-Beziehung für die msdyn_federatedarticleincident-Tabelle/-Entität.
msdyn_kmfederatedsearchconfig_AsyncOperations
Hinzugefügt von: Knowledge Management Online Features-Lösung
Siehe die msdyn_kmfederatedsearchconfig_AsyncOperations-Eins-zu-Viele-Beziehung für die msdyn_kmfederatedsearchconfig-Tabelle/-Entität.
msdyn_knowledgearticleimage_AsyncOperations
Hinzugefügt von: Knowledge Management Online Features-Lösung
Siehe die msdyn_knowledgearticleimage_AsyncOperations-Eins-zu-Viele-Beziehung für die msdyn_knowledgearticleimage-Tabelle/-Entität.
msdyn_knowledgeconfiguration_AsyncOperations
Hinzugefügt von: Knowledge Management Online Features-Lösung
Siehe die msdyn_knowledgeconfiguration_AsyncOperations-Eins-zu-Viele-Beziehung für die msdyn_knowledgeconfiguration-Tabelle/-Entität.
msdyn_knowledgeinteractioninsight_AsyncOperations
Hinzugefügt von: Knowledge Management Online Features-Lösung
Siehe die msdyn_knowledgeinteractioninsight_AsyncOperations-Eins-zu-Viele-Beziehung für die msdyn_knowledgeinteractioninsight-Tabelle/-Entität.
msdyn_knowledgesearchinsight_AsyncOperations
Hinzugefügt von: Knowledge Management Online Features-Lösung
Siehe die msdyn_knowledgesearchinsight_AsyncOperations-Eins-zu-Viele-Beziehung für die msdyn_knowledgesearchinsight-Tabelle/-Entität.
msdyn_favoriteknowledgearticle_AsyncOperations
Hinzugefügt von: Knowledge Management Features-Lösung
Siehe die msdyn_favoriteknowledgearticle_AsyncOperations-Eins-zu-Viele-Beziehung für die msdyn_favoriteknowledgearticle-Tabelle/-Entität.
msdyn_kalanguagesetting_AsyncOperations
Hinzugefügt von: Knowledge Management Features-Lösung
Siehe die msdyn_kalanguagesetting_AsyncOperations-Eins-zu-Viele-Beziehung für die msdyn_kalanguagesetting-Tabelle/-Entität.
msdyn_kbattachment_AsyncOperations
Hinzugefügt von: Knowledge Management Features-Lösung
Siehe die msdyn_kbattachment_AsyncOperations-Eins-zu-Viele-Beziehung für die msdyn_kbattachment-Tabelle/-Entität.
msdyn_kmpersonalizationsetting_AsyncOperations
Hinzugefügt von: Knowledge Management Features-Lösung
Siehe die msdyn_kmpersonalizationsetting_AsyncOperations-Eins-zu-Viele-Beziehung für die msdyn_kmpersonalizationsetting-Tabelle/-Entität.
msdyn_knowledgearticletemplate_AsyncOperations
Hinzugefügt von: Knowledge Management Features-Lösung
Siehe die msdyn_knowledgearticletemplate_AsyncOperations-Eins-zu-Viele-Beziehung für die msdyn_knowledgearticletemplate-Tabelle/-Entität.
msdyn_knowledgepersonalfilter_AsyncOperations
Hinzugefügt von: Knowledge Management Features-Lösung
Siehe die msdyn_knowledgepersonalfilter_AsyncOperations-Eins-zu-Viele-Beziehung für die msdyn_knowledgepersonalfilter-Tabelle/-Entität.
msdyn_knowledgesearchfilter_AsyncOperations
Hinzugefügt von: Knowledge Management Features-Lösung
Siehe die msdyn_knowledgesearchfilter_AsyncOperations-Eins-zu-Viele-Beziehung für die msdyn_knowledgesearchfilter-Tabelle/-Entität.
fxexpression_AsyncOperations
Hinzugefügt von: msft_PowerfxRuleSolution-Lösung
Siehe die fxexpression_AsyncOperations-Eins-zu-Viele-Beziehung für die fxexpression-Tabelle/-Entität.
powerfxrule_AsyncOperations
Hinzugefügt von: msft_PowerfxRuleSolution-Lösung
Siehe die powerfxrule_AsyncOperations-Eins-zu-Viele-Beziehung für die powerfxrule-Tabelle/-Entität.
msgraphresourcetosubscription_AsyncOperations
Hinzugefügt von: msft_ActivitiesInfra_Extensions-Lösung
Siehe die msgraphresourcetosubscription_AsyncOperations-Eins-zu-Viele-Beziehung für die msgraphresourcetosubscription-Tabelle/-Entität.
virtualentitymetadata_AsyncOperations
Hinzugefügt von: RuntimeIntegration-Lösung
Siehe die virtualentitymetadata_AsyncOperations-Eins-zu-Viele-Beziehung für die virtualentitymetadata-Tabelle/-Entität.
mobileofflineprofileextension_AsyncOperations
Hinzugefügt von: MobileOfflineProfileExtensionSolution-Lösung
Siehe die mobileofflineprofileextension_AsyncOperations-Eins-zu-Viele-Beziehung für die mobileofflineprofileextension-Tabelle/-Entität.
teammobileofflineprofilemembership_AsyncOperations
Hinzugefügt von: MobileOfflineMembership-Lösung
Siehe die teammobileofflineprofilemembership_AsyncOperations-Eins-zu-Viele-Beziehung für die teammobileofflineprofilemembership-Tabelle/-Entität.
usermobileofflineprofilemembership_AsyncOperations
Hinzugefügt von: MobileOfflineMembership-Lösung
Siehe die usermobileofflineprofilemembership_AsyncOperations-Eins-zu-Viele-Beziehung für die usermobileofflineprofilemembership-Tabelle/-Entität.
organizationdatasyncsubscription_AsyncOperations
Hinzugefügt von: OrganizationDataSyncSolution-Lösung
Siehe die organizationdatasyncsubscription_AsyncOperations-Eins-zu-Viele-Beziehung für die organizationdatasyncsubscription-Tabelle/-Entität.
organizationdatasyncsubscriptionentity_AsyncOperations
Hinzugefügt von: OrganizationDataSyncSolution-Lösung
Siehe die organizationdatasyncsubscriptionentity_AsyncOperations-Eins-zu-Viele-Beziehung für die organizationdatasyncsubscriptionentity-Tabelle/-Entität.
organizationdatasyncsubscriptionfnotable_AsyncOperations
Hinzugefügt von: OrganizationDataSyncSolution-Lösung
Siehe die organizationdatasyncsubscriptionfnotable_AsyncOperations-Eins-zu-Viele-Beziehung für die organizationdatasyncsubscriptionfnotable-Tabelle/-Entität.
organizationdatasyncfnostate_AsyncOperations
Hinzugefügt von: DataSyncState-Lösung
Siehe die organizationdatasyncfnostate_AsyncOperations-Eins-zu-Viele-Beziehung für die organizationdatasyncfnostate-Tabelle/-Entität.
organizationdatasyncstate_AsyncOperations
Hinzugefügt von: DataSyncState-Lösung
Siehe die organizationdatasyncstate_AsyncOperations-Eins-zu-Viele-Beziehung für die organizationdatasyncstate-Tabelle/-Entität.
metadataforarchival_AsyncOperations
Hinzugefügt von: Retention Base Components-Lösung
Siehe die metadataforarchival_AsyncOperations-Eins-zu-Viele-Beziehung für die metadataforarchival-Tabelle/-Entität.
retentionconfig_AsyncOperations
Hinzugefügt von: Retention Base Components-Lösung
Siehe die retentionconfig_AsyncOperations-Eins-zu-Viele-Beziehung für die retentionconfig-Tabelle/-Entität.
retentionfailuredetail_AsyncOperations
Hinzugefügt von: Retention Base Components-Lösung
Siehe die retentionfailuredetail_AsyncOperations-Eins-zu-Viele-Beziehung für die retentionfailuredetail-Tabelle/-Entität.
retentionoperation_AsyncOperations
Hinzugefügt von: Retention Base Components-Lösung
Siehe die retentionoperation_AsyncOperations-Eins-zu-Viele-Beziehung für die retentionoperation-Tabelle/-Entität.
retentionoperationdetail_AsyncOperations
Hinzugefügt von: Retention Base Components-Lösung
Siehe die retentionoperationdetail_AsyncOperations-Eins-zu-Viele-Beziehung für die retentionoperationdetail-Tabelle/-Entität.
userrating_AsyncOperations
Hinzugefügt von: User Rating-Lösung
Siehe die userrating_AsyncOperations-Eins-zu-Viele-Beziehung für die userrating-Tabelle/-Entität.
msdyn_mobileapp_AsyncOperations
Hinzugefügt von: Mobile Apps Solution-Lösung
Siehe die msdyn_mobileapp_AsyncOperations-Eins-zu-Viele-Beziehung für die msdyn_mobileapp-Tabelle/-Entität.
msdyn_insightsstorevirtualentity_AsyncOperations
Hinzugefügt von: Insights Store Data Provider-Lösung
Siehe die msdyn_insightsstorevirtualentity_AsyncOperations-Eins-zu-Viele-Beziehung für die msdyn_insightsstorevirtualentity-Tabelle/-Entität.
roleeditorlayout_AsyncOperations
Hinzugefügt von: Role Editor-Lösung
Siehe die roleeditorlayout_AsyncOperations-Eins-zu-Viele-Beziehung für die roleeditorlayout-Tabelle/-Entität.
attributemaskingrule_AsyncOperations
Hinzugefügt von: Column Level Security-Lösung
Siehe die attributemaskingrule_AsyncOperations-Eins-zu-Viele-Beziehung für die attributemaskingrule-Tabelle/-Entität.
maskingrule_AsyncOperations
Hinzugefügt von: Column Level Security-Lösung
Siehe die maskingrule_AsyncOperations-Eins-zu-Viele-Beziehung für die maskingrule-Tabelle/-Entität.
recyclebinconfig_AsyncOperations
Hinzugefügt von: RecycleBin Base Components-Lösung
Siehe die recyclebinconfig_AsyncOperations-Eins-zu-Viele-Beziehung für die recyclebinconfig-Tabelle/-Entität.
appaction_AsyncOperations
Hinzugefügt von: Power Apps Actions-Lösung
Siehe die appaction_AsyncOperations-Eins-zu-Viele-Beziehung für die appaction-Tabelle/-Entität.
appactionmigration_AsyncOperations
Hinzugefügt von: Power Apps Actions-Lösung
Siehe die appactionmigration_AsyncOperations-Eins-zu-Viele-Beziehung für die appactionmigration-Tabelle/-Entität.
appactionrule_AsyncOperations
Hinzugefügt von: Power Apps Actions-Lösung
Siehe die appactionrule_AsyncOperations-Eins-zu-Viele-Beziehung für die appactionrule-Tabelle/-Entität.
card_AsyncOperations
Hinzugefügt von: Power Apps cards-Lösung
Siehe die card_AsyncOperations-Eins-zu-Viele-Beziehung für die card-Tabelle/-Entität.
msdyn_entitylinkchatconfiguration_AsyncOperations
Hinzugefügt von: Teams Chat Settings Solution-Lösung
Siehe die msdyn_entitylinkchatconfiguration_AsyncOperations-Eins-zu-Viele-Beziehung für die msdyn_entitylinkchatconfiguration-Tabelle/-Entität.
msdyn_richtextfile_AsyncOperations
Hinzugefügt von: Rich Text Editor-Lösung
Siehe die msdyn_richtextfile_AsyncOperations-Eins-zu-Viele-Beziehung für die msdyn_richtextfile-Tabelle/-Entität.
msdyn_customcontrolextendedsettings_AsyncOperations
Hinzugefügt von: User Experiences Extended Settings-Lösung
Siehe die msdyn_customcontrolextendedsettings_AsyncOperations-Eins-zu-Viele-Beziehung für die msdyn_customcontrolextendedsettings-Tabelle/-Entität.
msdyn_virtualtablecolumncandidate_AsyncOperations
Hinzugefügt von: Virtual Connector Provider-Lösung
Siehe die msdyn_virtualtablecolumncandidate_AsyncOperations-Eins-zu-Viele-Beziehung für die msdyn_virtualtablecolumncandidate-Tabelle/-Entität.
msdyn_aiconfiguration_AsyncOperations
Hinzugefügt von: AISolution-Lösung
Siehe die msdyn_aiconfiguration_AsyncOperations-Eins-zu-Viele-Beziehung für die msdyn_aiconfiguration-Tabelle/-Entität.
msdyn_aievent_AsyncOperations
Hinzugefügt von: AISolution-Lösung
Siehe die msdyn_aievent_AsyncOperations-Eins-zu-Viele-Beziehung für die msdyn_aievent-Tabelle/-Entität.
msdyn_aimodel_AsyncOperations
Hinzugefügt von: AISolution-Lösung
Siehe die msdyn_aimodel_AsyncOperations-Eins-zu-Viele-Beziehung für die msdyn_aimodel-Tabelle/-Entität.
msdyn_aitemplate_AsyncOperations
Hinzugefügt von: AISolution-Lösung
Siehe die msdyn_aitemplate_AsyncOperations-Eins-zu-Viele-Beziehung für die msdyn_aitemplate-Tabelle/-Entität.
msdyn_aibfeedbackloop_AsyncOperations
Hinzugefügt von: AISolutionFullAdditions-Lösung
Siehe die msdyn_aibfeedbackloop_AsyncOperations-Eins-zu-Viele-Beziehung für die msdyn_aibfeedbackloop-Tabelle/-Entität.
msdyn_aifptrainingdocument_AsyncOperations
Hinzugefügt von: AI Solution deprecated templates-Lösung
Siehe die msdyn_aifptrainingdocument_AsyncOperations-Eins-zu-Viele-Beziehung für die msdyn_aifptrainingdocument-Tabelle/-Entität.
msdyn_aiodimage_AsyncOperations
Hinzugefügt von: AI Solution deprecated templates-Lösung
Siehe die msdyn_aiodimage_AsyncOperations-Eins-zu-Viele-Beziehung für die msdyn_aiodimage-Tabelle/-Entität.
msdyn_aiodlabel_AsyncOperations
Hinzugefügt von: AI Solution deprecated templates-Lösung
Siehe die msdyn_aiodlabel_AsyncOperations-Eins-zu-Viele-Beziehung für die msdyn_aiodlabel-Tabelle/-Entität.
msdyn_aiodtrainingboundingbox_AsyncOperations
Hinzugefügt von: AI Solution deprecated templates-Lösung
Siehe die msdyn_aiodtrainingboundingbox_AsyncOperations-Eins-zu-Viele-Beziehung für die msdyn_aiodtrainingboundingbox-Tabelle/-Entität.
msdyn_aiodtrainingimage_AsyncOperations
Hinzugefügt von: AI Solution deprecated templates-Lösung
Siehe die msdyn_aiodtrainingimage_AsyncOperations-Eins-zu-Viele-Beziehung für die msdyn_aiodtrainingimage-Tabelle/-Entität.
msdyn_aibdataset_AsyncOperations
Hinzugefügt von: AI Solution default templates-Lösung
Siehe die msdyn_aibdataset_AsyncOperations-Eins-zu-Viele-Beziehung für die msdyn_aibdataset-Tabelle/-Entität.
msdyn_aibdatasetfile_AsyncOperations
Hinzugefügt von: AI Solution default templates-Lösung
Siehe die msdyn_aibdatasetfile_AsyncOperations-Eins-zu-Viele-Beziehung für die msdyn_aibdatasetfile-Tabelle/-Entität.
msdyn_aibdatasetrecord_AsyncOperations
Hinzugefügt von: AI Solution default templates-Lösung
Siehe die msdyn_aibdatasetrecord_AsyncOperations-Eins-zu-Viele-Beziehung für die msdyn_aibdatasetrecord-Tabelle/-Entität.
msdyn_aibdatasetscontainer_AsyncOperations
Hinzugefügt von: AI Solution default templates-Lösung
Siehe die msdyn_aibdatasetscontainer_AsyncOperations-Eins-zu-Viele-Beziehung für die msdyn_aibdatasetscontainer-Tabelle/-Entität.
msdyn_aibfile_AsyncOperations
Hinzugefügt von: AI Solution default templates-Lösung
Siehe die msdyn_aibfile_AsyncOperations-Eins-zu-Viele-Beziehung für die msdyn_aibfile-Tabelle/-Entität.
msdyn_aibfileattacheddata_AsyncOperations
Hinzugefügt von: AI Solution default templates-Lösung
Siehe die msdyn_aibfileattacheddata_AsyncOperations-Eins-zu-Viele-Beziehung für die msdyn_aibfileattacheddata-Tabelle/-Entität.
msdyn_pmanalysishistory_AsyncOperations
Hinzugefügt von: Process Mining-Lösung
Siehe die msdyn_pmanalysishistory_AsyncOperations-Eins-zu-Viele-Beziehung für die msdyn_pmanalysishistory-Tabelle/-Entität.
msdyn_pmbusinessruleautomationconfig_AsyncOperations
Hinzugefügt von: Process Mining-Lösung
Siehe die msdyn_pmbusinessruleautomationconfig_AsyncOperations-Eins-zu-Viele-Beziehung für die msdyn_pmbusinessruleautomationconfig-Tabelle/-Entität.
msdyn_pmcalendar_AsyncOperations
Hinzugefügt von: Process Mining-Lösung
Siehe die msdyn_pmcalendar_AsyncOperations-Eins-zu-Viele-Beziehung für die msdyn_pmcalendar-Tabelle/-Entität.
msdyn_pmcalendarversion_AsyncOperations
Hinzugefügt von: Process Mining-Lösung
Siehe die msdyn_pmcalendarversion_AsyncOperations-Eins-zu-Viele-Beziehung für die msdyn_pmcalendarversion-Tabelle/-Entität.
msdyn_pminferredtask_AsyncOperations
Hinzugefügt von: Process Mining-Lösung
Siehe die msdyn_pminferredtask_AsyncOperations-Eins-zu-Viele-Beziehung für die msdyn_pminferredtask-Tabelle/-Entität.
msdyn_pmprocessextendedmetadataversion_AsyncOperations
Hinzugefügt von: Process Mining-Lösung
Siehe die msdyn_pmprocessextendedmetadataversion_AsyncOperations-Eins-zu-Viele-Beziehung für die msdyn_pmprocessextendedmetadataversion-Tabelle/-Entität.
msdyn_pmprocesstemplate_AsyncOperations
Hinzugefügt von: Process Mining-Lösung
Siehe die msdyn_pmprocesstemplate_AsyncOperations-Eins-zu-Viele-Beziehung für die msdyn_pmprocesstemplate-Tabelle/-Entität.
msdyn_pmprocessusersettings_AsyncOperations
Hinzugefügt von: Process Mining-Lösung
Siehe die msdyn_pmprocessusersettings_AsyncOperations-Eins-zu-Viele-Beziehung für die msdyn_pmprocessusersettings-Tabelle/-Entität.
msdyn_pmprocessversion_AsyncOperations
Hinzugefügt von: Process Mining-Lösung
Siehe die msdyn_pmprocessversion_AsyncOperations-Eins-zu-Viele-Beziehung für die msdyn_pmprocessversion-Tabelle/-Entität.
msdyn_pmrecording_AsyncOperations
Hinzugefügt von: Process Mining-Lösung
Siehe die msdyn_pmrecording_AsyncOperations-Eins-zu-Viele-Beziehung für die msdyn_pmrecording-Tabelle/-Entität.
msdyn_pmtemplate_AsyncOperations
Hinzugefügt von: Process Mining-Lösung
Siehe die msdyn_pmtemplate_AsyncOperations-Eins-zu-Viele-Beziehung für die msdyn_pmtemplate-Tabelle/-Entität.
msdyn_pmview_AsyncOperations
Hinzugefügt von: Process Mining-Lösung
Siehe die msdyn_pmview_AsyncOperations-Eins-zu-Viele-Beziehung für die msdyn_pmview-Tabelle/-Entität.
msdyn_analysiscomponent_AsyncOperations
Hinzugefügt von: Power Apps Checker-Lösung
Siehe die msdyn_analysiscomponent_AsyncOperations-Eins-zu-Viele-Beziehung für die msdyn_analysiscomponent-Tabelle/-Entität.
msdyn_analysisjob_AsyncOperations
Hinzugefügt von: Power Apps Checker-Lösung
Siehe die msdyn_analysisjob_AsyncOperations-Eins-zu-Viele-Beziehung für die msdyn_analysisjob-Tabelle/-Entität.
msdyn_analysisoverride_AsyncOperations
Hinzugefügt von: Power Apps Checker-Lösung
Siehe die msdyn_analysisoverride_AsyncOperations-Eins-zu-Viele-Beziehung für die msdyn_analysisoverride-Tabelle/-Entität.
msdyn_analysisresult_AsyncOperations
Hinzugefügt von: Power Apps Checker-Lösung
Siehe die msdyn_analysisresult_AsyncOperations-Eins-zu-Viele-Beziehung für die msdyn_analysisresult-Tabelle/-Entität.
msdyn_analysisresultdetail_AsyncOperations
Hinzugefügt von: Power Apps Checker-Lösung
Siehe die msdyn_analysisresultdetail_AsyncOperations-Eins-zu-Viele-Beziehung für die msdyn_analysisresultdetail-Tabelle/-Entität.
msdyn_solutionhealthrule_AsyncOperations
Hinzugefügt von: Power Apps Checker-Lösung
Siehe die msdyn_solutionhealthrule_AsyncOperations-Eins-zu-Viele-Beziehung für die msdyn_solutionhealthrule-Tabelle/-Entität.
msdyn_solutionhealthruleargument_AsyncOperations
Hinzugefügt von: Power Apps Checker-Lösung
Siehe die msdyn_solutionhealthruleargument_AsyncOperations-Eins-zu-Viele-Beziehung für die msdyn_solutionhealthruleargument-Tabelle/-Entität.
msdyn_solutionhealthruleset_AsyncOperations
Hinzugefügt von: Power Apps Checker-Lösung
Siehe die msdyn_solutionhealthruleset_AsyncOperations-Eins-zu-Viele-Beziehung für die msdyn_solutionhealthruleset-Tabelle/-Entität.
powerbidataset_AsyncOperations
Hinzugefügt von: Power BI Entities-Lösung
Siehe die powerbidataset_AsyncOperations-Eins-zu-Viele-Beziehung für die powerbidataset-Tabelle/-Entität.
powerbidatasetapdx_AsyncOperations
Hinzugefügt von: Power BI Entities-Lösung
Siehe die powerbidatasetapdx_AsyncOperations-Eins-zu-Viele-Beziehung für die powerbidatasetapdx-Tabelle/-Entität.
powerbimashupparameter_AsyncOperations
Hinzugefügt von: Power BI Entities-Lösung
Siehe die powerbimashupparameter_AsyncOperations-Eins-zu-Viele-Beziehung für die powerbimashupparameter-Tabelle/-Entität.
powerbireport_AsyncOperations
Hinzugefügt von: Power BI Entities-Lösung
Siehe die powerbireport_AsyncOperations-Eins-zu-Viele-Beziehung für die powerbireport-Tabelle/-Entität.
powerbireportapdx_AsyncOperations
Hinzugefügt von: Power BI Entities-Lösung
Siehe die powerbireportapdx_AsyncOperations-Eins-zu-Viele-Beziehung für die powerbireportapdx-Tabelle/-Entität.
msdyn_fileupload_AsyncOperations
Hinzugefügt von: Smart Data Import Base-Lösung
Siehe die msdyn_fileupload_AsyncOperations-Eins-zu-Viele-Beziehung für die msdyn_fileupload-Tabelle/-Entität.
mainfewshot_AsyncOperations
Hinzugefügt von: msdyn_RelevanceSearch-Lösung
Siehe die mainfewshot_AsyncOperations-Eins-zu-Viele-Beziehung für die mainfewshot-Tabelle/-Entität.
makerfewshot_AsyncOperations
Hinzugefügt von: msdyn_RelevanceSearch-Lösung
Siehe die makerfewshot_AsyncOperations-Eins-zu-Viele-Beziehung für die makerfewshot-Tabelle/-Entität.
searchattributesettings_AsyncOperations
Hinzugefügt von: msdyn_RelevanceSearch-Lösung
Siehe die searchattributesettings_AsyncOperations-Eins-zu-Viele-Beziehung für die searchattributesettings-Tabelle/-Entität.
searchcustomanalyzer_AsyncOperations
Hinzugefügt von: msdyn_RelevanceSearch-Lösung
Siehe die searchcustomanalyzer_AsyncOperations-Eins-zu-Viele-Beziehung für die searchcustomanalyzer-Tabelle/-Entität.
searchrelationshipsettings_AsyncOperations
Hinzugefügt von: msdyn_RelevanceSearch-Lösung
Siehe die searchrelationshipsettings_AsyncOperations-Eins-zu-Viele-Beziehung für die searchrelationshipsettings-Tabelle/-Entität.
copilotexamplequestion_AsyncOperations
Hinzugefügt von: msdyn_RelevanceSearch-Lösung
Siehe die copilotexamplequestion_AsyncOperations-Eins-zu-Viele-Beziehung für die copilotexamplequestion-Tabelle/-Entität.
powerpagecomponent_AsyncOperations
Hinzugefügt von: Power Pages Core Base-Lösung
Siehe die powerpagecomponent_AsyncOperations-Eins-zu-Viele-Beziehung für die powerpagecomponent-Tabelle/-Entität.
powerpagesite_AsyncOperations
Hinzugefügt von: Power Pages Core Base-Lösung
Siehe die powerpagesite_AsyncOperations-Eins-zu-Viele-Beziehung für die powerpagesite-Tabelle/-Entität.
powerpagesitelanguage_AsyncOperations
Hinzugefügt von: Power Pages Core Base-Lösung
Siehe die powerpagesitelanguage_AsyncOperations-Eins-zu-Viele-Beziehung für die powerpagesitelanguage-Tabelle/-Entität.
powerpagesitepublished_AsyncOperations
Hinzugefügt von: Power Pages Core Base-Lösung
Siehe die powerpagesitepublished_AsyncOperations-Eins-zu-Viele-Beziehung für die powerpagesitepublished-Tabelle/-Entität.
adx_externalidentity_AsyncOperations
Hinzugefügt von: Power Pages Runtime Core-Lösung
Siehe die adx_externalidentity_AsyncOperations-Eins-zu-Viele-Beziehung für die adx_externalidentity-Tabelle/-Entität.
adx_invitation_AsyncOperations
Hinzugefügt von: Power Pages Runtime Core-Lösung
Siehe die adx_invitation_AsyncOperations-Eins-zu-Viele-Beziehung für die adx_invitation-Tabelle/-Entität.
adx_inviteredemption_AsyncOperations
Hinzugefügt von: Active Solution-Lösung
Siehe die adx_inviteredemption_AsyncOperations-Eins-zu-Viele-Beziehung für die adx_inviteredemption-Tabelle/-Entität.
adx_portalcomment_AsyncOperations
Hinzugefügt von: Active Solution-Lösung
Siehe die adx_portalcomment_AsyncOperations-Eins-zu-Viele-Beziehung für die adx_portalcomment-Tabelle/-Entität.
adx_setting_AsyncOperations
Hinzugefügt von: Power Pages Runtime Core-Lösung
Siehe die adx_setting_AsyncOperations-Eins-zu-Viele-Beziehung für die adx_setting-Tabelle/-Entität.
adx_webformsession_AsyncOperations
Hinzugefügt von: Power Pages Runtime Core-Lösung
Siehe die adx_webformsession_AsyncOperations-Eins-zu-Viele-Beziehung für die adx_webformsession-Tabelle/-Entität.
mspcat_catalogsubmissionfiles_AsyncOperations
Hinzugefügt von: Catalog in Power Platform Packaging-Lösung
Siehe die mspcat_catalogsubmissionfiles_AsyncOperations-Eins-zu-Viele-Beziehung für die mspcat_catalogsubmissionfiles-Tabelle/-Entität.
mspcat_packagestore_AsyncOperations
Hinzugefügt von: Catalog in Power Platform Packaging-Lösung
Siehe die mspcat_packagestore_AsyncOperations-Eins-zu-Viele-Beziehung für die mspcat_packagestore-Tabelle/-Entität.
plannerbusinessscenario_AsyncOperations
Hinzugefügt von: PlannerSync_Extensions-Lösung
Siehe die plannerbusinessscenario_AsyncOperations-Eins-zu-Viele-Beziehung für die plannerbusinessscenario-Tabelle/-Entität.
plannersyncaction_AsyncOperations
Hinzugefügt von: PlannerSync_Extensions-Lösung
Siehe die plannersyncaction_AsyncOperations-Eins-zu-Viele-Beziehung für die plannersyncaction-Tabelle/-Entität.
copilotglossaryterm_AsyncOperations
Hinzugefügt von: msdyn_RelevanceSearch-Lösung
Siehe die copilotglossaryterm_AsyncOperations-Eins-zu-Viele-Beziehung für die copilotglossaryterm-Tabelle/-Entität.
copilotsynonyms_AsyncOperations
Hinzugefügt von: msdyn_RelevanceSearch-Lösung
Siehe die copilotsynonyms_AsyncOperations-Eins-zu-Viele-Beziehung für die copilotsynonyms-Tabelle/-Entität.
Siehe auch
Dataverse-Tabelle/-Entitätsreferenz Web-API-Referenz asyncoperation EntityType