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.
Information that is generated when a dialog is run. Every time that you run a dialog, a dialog session is created.
Nachrichten
Nachricht | Web-API-Vorgang | SDK-Klasse oder -Methode |
---|---|---|
Assign | PATCH [org URI]/api/data/v9.0/processsessions(processsessionid) Aktualisieren die Eigenschaft ownerid . |
AssignRequest |
Create | POST [org URI]/api/data/v9.0/processsessions Weitere Informationen finden Sie unter Erstellen |
CreateRequest oder Create |
Delete | DELETE [org URI]/api/data/v9.0/processsessions(processsessionid) Weitere Informationen finden Sie unter Löschen |
DeleteRequest oder Delete |
GrantAccess | GrantAccess Action | GrantAccessRequest |
ModifyAccess | ModifyAccess Action | ModifyAccessRequest |
Retrieve | GET [org URI]/api/data/v9.0/processsessions(processsessionid) Weitere Informationen finden Sie unter Abrufen |
RetrieveRequest oder Retrieve |
RetrieveMultiple | GET [org URI]/api/data/v9.0/processsessions Weitere Informationen finden Sie unter Daten abfragen |
RetrieveMultipleRequest oder RetrieveMultiple |
RetrievePrincipalAccess | RetrievePrincipalAccess Function | RetrievePrincipalAccessRequest |
RetrieveSharedPrincipalsAndAccess | RetrieveSharedPrincipalsAndAccess Function | RetrieveSharedPrincipalsAndAccessRequest |
RevokeAccess | RevokeAccess Action | RevokeAccessRequest |
SetState | PATCH [org URI]/api/data/v9.0/processsessions(processsessionid) Aktualisieren der Eigenschaften statecode und statuscode . |
SetStateRequest |
Update | PATCH [org URI]/api/data/v9.0/processsessions(processsessionid) Weitere Informationen finden Sie unter Aktualisieren |
UpdateRequest oder Update |
Eigenschaften
Eigenschaft | Wert |
---|---|
CollectionSchemaName | ProcessSession |
DisplayCollectionName | Process Sessions |
DisplayName | Process Session |
EntitySetName | processsessions |
IsBPFEntity | False |
LogicalCollectionName | processsessions |
LogicalName | processsession |
OwnershipType | UserOwned |
PrimaryIdAttribute | processsessionid |
PrimaryNameAttribute | name |
SchemaName | ProcessSession |
Schreibbare Spalten/Attribute
Diese Spalten/Attribute geben entweder für IsValidForCreate oder IsValidForUpdate (normalerweise beides) true zurück. Aufgelistet durch SchemaName.
- ActivityName
- CanceledOn
- Comments
- CompletedOn
- ErrorCode
- ExecutedBy
- InputArguments
- Name
- NextLinkedSessionId
- OriginatingSessionId
- OwnerId
- OwnerIdType
- PreviousLinkedSessionId
- ProcessId
- ProcessSessionId
- ProcessStageName
- ProcessState
- RegardingObjectId
- RegardingObjectIdName
- RegardingObjectIdYomiName
- RegardingObjectTypeCode
- StartedOn
- StateCode
- StatusCode
- StepName
ActivityName
Eigenschaft | Wert |
---|---|
Description | Name of the activity that is being executed. |
DisplayName | Activity Name |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | activityname |
MaxLength | 256 |
RequiredLevel | None |
Type | String |
CanceledOn
Eigenschaft | Wert |
---|---|
DateTimeBehavior | UserLocal |
Description | Date and time when the dialog session was canceled. |
DisplayName | Canceled On |
Format | DateAndTime |
IsValidForCreate | False |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | canceledon |
RequiredLevel | None |
Type | DateTime |
Comments
Eigenschaft | Wert |
---|---|
Description | User comments. |
DisplayName | Comments |
Format | Text |
IsLocalizable | False |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | comments |
MaxLength | 2000 |
RequiredLevel | None |
Type | Memo |
CompletedOn
Eigenschaft | Wert |
---|---|
DateTimeBehavior | UserLocal |
Description | Date and time when the dialog session was completed. |
DisplayName | Completed On |
Format | DateAndTime |
IsValidForCreate | False |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | completedon |
RequiredLevel | None |
Type | DateTime |
ErrorCode
Eigenschaft | Wert |
---|---|
Description | Error code related to the dialog session. |
DisplayName | Error Code |
Format | None |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | errorcode |
MaxValue | 2147483647 |
MinValue | -2147483648 |
RequiredLevel | None |
Type | Integer |
ExecutedBy
Eigenschaft | Wert |
---|---|
Description | Unique identifier of the user who ran the dialog process. |
DisplayName | Executed By |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | executedby |
RequiredLevel | None |
Targets | systemuser |
Type | Lookup |
InputArguments
Eigenschaft | Wert |
---|---|
Description | Input arguments for the child dialog process. |
DisplayName | Input Arguments |
Format | TextArea |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
IsValidForUpdate | False |
LogicalName | inputarguments |
MaxLength | 1073741823 |
RequiredLevel | None |
Type | Memo |
Name
Eigenschaft | Wert |
---|---|
Description | Name of the dialog session. |
DisplayName | Name |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | name |
MaxLength | 256 |
RequiredLevel | None |
Type | String |
NextLinkedSessionId
Eigenschaft | Wert |
---|---|
Description | Unique identifier of the succeeding linked dialog session. |
DisplayName | Next Linked Session |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | nextlinkedsessionid |
RequiredLevel | None |
Targets | processsession |
Type | Lookup |
OriginatingSessionId
Eigenschaft | Wert |
---|---|
Description | Unique identifier of the originating dialog session. |
DisplayName | Originating Session |
IsValidForForm | True |
IsValidForRead | True |
IsValidForUpdate | False |
LogicalName | originatingsessionid |
RequiredLevel | None |
Targets | processsession |
Type | Lookup |
OwnerId
Eigenschaft | Wert |
---|---|
Description | Unique identifier of the user or team who owns the dialog session. |
DisplayName | Owner |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | ownerid |
RequiredLevel | SystemRequired |
Targets | systemuser,team |
Type | Owner |
OwnerIdType
Eigenschaft | Wert |
---|---|
Description | |
DisplayName | |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | owneridtype |
RequiredLevel | SystemRequired |
Type | EntityName |
PreviousLinkedSessionId
Eigenschaft | Wert |
---|---|
Description | Unique identifier of the preceding linked dialog session. |
DisplayName | Previous Linked Session |
IsValidForForm | True |
IsValidForRead | True |
IsValidForUpdate | False |
LogicalName | previouslinkedsessionid |
RequiredLevel | None |
Targets | processsession |
Type | Lookup |
ProcessId
Eigenschaft | Wert |
---|---|
Description | Select the process activation record that is related to the dialog session. |
DisplayName | Process |
IsValidForForm | False |
IsValidForRead | True |
IsValidForUpdate | False |
LogicalName | processid |
RequiredLevel | None |
Targets | workflow |
Type | Lookup |
ProcessSessionId
Eigenschaft | Wert |
---|---|
Description | Unique identifier of the dialog session. |
DisplayName | Dialog Session |
IsValidForForm | False |
IsValidForRead | True |
IsValidForUpdate | False |
LogicalName | processsessionid |
RequiredLevel | SystemRequired |
Type | Uniqueidentifier |
ProcessStageName
Eigenschaft | Wert |
---|---|
Description | Name of the dialog stage. |
DisplayName | Dialog Stage |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | processstagename |
MaxLength | 256 |
RequiredLevel | None |
Type | String |
ProcessState
Eigenschaft | Wert |
---|---|
Description | State of the dialog process. |
DisplayName | Process State |
FormatName | TextArea |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | processstate |
MaxLength | 1073741823 |
RequiredLevel | None |
Type | String |
RegardingObjectId
Eigenschaft | Wert |
---|---|
Description | Unique identifier of the object with which the dialog session is associated. |
DisplayName | Regarding |
IsValidForForm | False |
IsValidForRead | True |
IsValidForUpdate | False |
LogicalName | regardingobjectid |
RequiredLevel | None |
Targets | account,activityfileattachment,adx_externalidentity,adx_invitation,adx_inviteredemption,adx_portalcomment,adx_setting,adx_webformsession,aicopilot,aiplugin,aipluginexternalschema,aipluginexternalschemaproperty,aiplugininstance,aipluginoperation,aipluginoperationparameter,aiplugintitle,aipluginusersetting,annotation,appaction,appactionmigration,appactionrule,appelement,applicationuser,appmodulecomponentedge,appmodulecomponentnode,appointment,appsetting,appusersetting,archivecleanupinfo,archivecleanupoperation,attributemaskingrule,bot,botcomponent,botcontentpack,bulkarchiveconfig,bulkarchivefailuredetail,bulkarchiveoperation,bulkarchiveoperationdetail,businessunit,businessunitnewsarticle,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,dvfilesearch,dvfilesearchattribute,dvfilesearchentity,dvtablesearch,dvtablesearchattribute,dvtablesearchentity,email,enablearchivalrequest,entityrecordfilter,environmentvariabledefinition,environmentvariablevalue,expiredprocess,exportedexcel,exportsolutionupload,externalparty,externalpartyitem,fax,featurecontrolsetting,flowcapacityassignment,flowcredentialapplication,flowevent,flowmachine,flowmachinegroup,flowmachineimage,flowmachineimageversion,flowmachinenetwork,fxexpression,goal,goalrollupquery,holidaywrapper,internalcatalogassignment,kbarticle,kbarticlecomment,kbarticletemplate,keyvaultreference,knowledgearticle,knowledgebaserecord,letter,mailbox,mailmergetemplate,mainfewshot,makerfewshot,managedidentity,maskingrule,metadataforarchival,metric,mobileofflineprofileextension,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,newprocess,organizationdatasyncfnostate,organizationdatasyncstate,organizationdatasyncsubscription,organizationdatasyncsubscriptionentity,organizationdatasyncsubscriptionfnotable,organizationsetting,package,packagehistory,pdfsetting,phonecall,plannerbusinessscenario,plannersyncaction,position,powerbidataset,powerbidatasetapdx,powerbimashupparameter,powerbireport,powerbireportapdx,powerfxrule,powerpagecomponent,powerpagesite,powerpagesitelanguage,powerpagesitepublished,privilegesremovalsetting,processstageparameter,provisionlanguageforuser,queue,queueitem,reconciliationentityinfo,reconciliationentitystepinfo,reconciliationinfo,recordfilter,recurringappointmentmaster,recyclebinconfig,relationshiprole,report,retaineddataexcel,retentioncleanupinfo,retentioncleanupoperation,retentionconfig,retentionfailuredetail,retentionoperation,retentionoperationdetail,revokeinheritedaccessrecordstracker,roleeditorlayout,rollupfield,routingrule,routingruleitem,searchattributesettings,searchcustomanalyzer,searchrelationshipsettings,serviceplan,serviceplancustomcontrol,serviceplanmapping,settingdefinition,sharedlinksetting,sharedobject,sharedworkspace,sharedworkspacepool,sharepointdocumentlocation,sharepointsite,sla,socialactivity,socialprofile,solutioncomponentattributeconfiguration,solutioncomponentbatchconfiguration,solutioncomponentconfiguration,solutioncomponentrelationshipconfiguration,stagedentity,stagedentityattribute,stagedmetadataasyncoperation,stagesolutionupload,subject,supportusertable,synapsedatabase,synapselinkexternaltablestate,synapselinkprofile,synapselinkprofileentity,synapselinkprofileentitystate,synapselinkschedule,systemuser,systemuserauthorizationchangetracker,task,tdsmetadata,team,teammobileofflineprofilemembership,template,territory,theme,transactioncurrency,translationprocess,usermapping,usermobileofflineprofilemembership,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 |
StartedOn
Eigenschaft | Wert |
---|---|
DateTimeBehavior | UserLocal |
Description | Date and time when the dialog session was started. |
DisplayName | Started On |
Format | DateAndTime |
IsValidForForm | True |
IsValidForRead | True |
IsValidForUpdate | False |
LogicalName | startedon |
RequiredLevel | None |
Type | DateTime |
StateCode
Eigenschaft | Wert |
---|---|
Description | Status of the dialog session. |
DisplayName | Status |
IsValidForCreate | False |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | statecode |
RequiredLevel | SystemRequired |
Type | State |
StateCode Auswahlen/Optionen
Wert | Etikett | Standardstatuswert | Invariante Name |
---|---|---|---|
0 | Incomplete | 1 | Incomplete |
1 | Complete | 2 | Complete |
StatusCode
Eigenschaft | Wert |
---|---|
Description | Reason for the status of the dialog session. |
DisplayName | Status Reason |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | statuscode |
RequiredLevel | None |
Type | Status |
StatusCode Auswahlen/Optionen
Wert | Etikett | Status |
---|---|---|
1 | Not Started | 0 |
2 | In Progress | 0 |
3 | Paused | 0 |
4 | Completed | 1 |
5 | Canceled | 1 |
6 | Failed | 1 |
StepName
Eigenschaft | Wert |
---|---|
Description | Name of the dialog step. |
DisplayName | Step Name |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | stepname |
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.
- CanceledBy
- CanceledByName
- CanceledByYomiName
- CompletedBy
- CompletedByName
- CompletedByYomiName
- CreatedBy
- CreatedByName
- CreatedByYomiName
- CreatedOn
- CreatedOnBehalfBy
- CreatedOnBehalfByName
- CreatedOnBehalfByYomiName
- ExecutedByName
- ExecutedByYomiName
- ExecutedOn
- ModifiedBy
- ModifiedByName
- ModifiedByYomiName
- ModifiedOn
- ModifiedOnBehalfBy
- ModifiedOnBehalfByName
- ModifiedOnBehalfByYomiName
- NextLinkedSessionIdName
- OriginatingSessionIdName
- OwnerIdName
- OwnerIdYomiName
- OwningBusinessUnit
- OwningBusinessUnitName
- OwningTeam
- OwningUser
- PreviousLinkedSessionIdName
- ProcessIdName
- ProtectionKey
- StartedBy
- StartedByName
- StartedByYomiName
CanceledBy
Eigenschaft | Wert |
---|---|
Description | Unique identifier of the user who canceled the dialog session. |
DisplayName | Canceled By |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | canceledby |
RequiredLevel | None |
Targets | systemuser |
Type | Lookup |
CanceledByName
Eigenschaft | Wert |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | canceledbyname |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
CanceledByYomiName
Eigenschaft | Wert |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | canceledbyyominame |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
CompletedBy
Eigenschaft | Wert |
---|---|
Description | Unique identifier of the user who completed the dialog session. |
DisplayName | Completed By |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | completedby |
RequiredLevel | None |
Targets | systemuser |
Type | Lookup |
CompletedByName
Eigenschaft | Wert |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | completedbyname |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
CompletedByYomiName
Eigenschaft | Wert |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | completedbyyominame |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
CreatedBy
Eigenschaft | Wert |
---|---|
Description | Unique identifier of the user who started the dialog session. |
DisplayName | Created By |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | createdby |
RequiredLevel | None |
Targets | systemuser |
Type | Lookup |
CreatedByName
Eigenschaft | Wert |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | createdbyname |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
CreatedByYomiName
Eigenschaft | Wert |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | createdbyyominame |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
CreatedOn
Eigenschaft | Wert |
---|---|
DateTimeBehavior | UserLocal |
Description | Date and time when the dialog session 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 dialog session. |
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 |
ExecutedByName
Eigenschaft | Wert |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | executedbyname |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
ExecutedByYomiName
Eigenschaft | Wert |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | executedbyyominame |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
ExecutedOn
Eigenschaft | Wert |
---|---|
DateTimeBehavior | UserLocal |
Description | Date and time when the dialog process was run. |
DisplayName | Executed On |
Format | DateAndTime |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | executedon |
RequiredLevel | None |
Type | DateTime |
ModifiedBy
Eigenschaft | Wert |
---|---|
Description | Unique identifier of the user who last modified the dialog session. |
DisplayName | Modified By |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | modifiedby |
RequiredLevel | None |
Targets | systemuser |
Type | Lookup |
ModifiedByName
Eigenschaft | Wert |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | modifiedbyname |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
ModifiedByYomiName
Eigenschaft | Wert |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | modifiedbyyominame |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
ModifiedOn
Eigenschaft | Wert |
---|---|
DateTimeBehavior | UserLocal |
Description | Date and time when the dialog session 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 modified the dialog session. |
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 |
NextLinkedSessionIdName
Eigenschaft | Wert |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | nextlinkedsessionidname |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
OriginatingSessionIdName
Eigenschaft | Wert |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | originatingsessionidname |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
OwnerIdName
Eigenschaft | Wert |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | owneridname |
MaxLength | 100 |
RequiredLevel | SystemRequired |
Type | String |
OwnerIdYomiName
Eigenschaft | Wert |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | owneridyominame |
MaxLength | 100 |
RequiredLevel | SystemRequired |
Type | String |
OwningBusinessUnit
Eigenschaft | Wert |
---|---|
Description | Unique identifier of the business unit that owns the dialog session. |
DisplayName | Owning Business Unit |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | owningbusinessunit |
RequiredLevel | None |
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 dialog session. |
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 dialog session. |
DisplayName | Owning User |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | owninguser |
RequiredLevel | None |
Targets | systemuser |
Type | Lookup |
PreviousLinkedSessionIdName
Eigenschaft | Wert |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | previouslinkedsessionidname |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
ProcessIdName
Eigenschaft | Wert |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | processidname |
MaxLength | 160 |
RequiredLevel | None |
Type | String |
ProtectionKey
Eigenschaft | Wert |
---|---|
Description | For internal use only. |
DisplayName | Protection Key |
FormatName | TextArea |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | False |
LogicalName | protectionkey |
MaxLength | 256 |
RequiredLevel | None |
Type | String |
StartedBy
Eigenschaft | Wert |
---|---|
Description | Unique identifier of the user who started the dialog session. |
DisplayName | Started By |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | startedby |
RequiredLevel | None |
Targets | systemuser |
Type | Lookup |
StartedByName
Eigenschaft | Wert |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | startedbyname |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
StartedByYomiName
Eigenschaft | Wert |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | startedbyyominame |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
Eins-zu-Viele-Beziehungen
Aufgelistet durch SchemaName.
- lk_workflowlog_processsession
- lk_workflowlog_processsession_childworkflow
- lk_processsession_previouslinkedsessionid
- lk_processsession_nextlinkedsessionid
- lk_processsession_originatingsessionid
- processsession_connections2
- ProcessSession_SyncErrors
- processsession_connections1
- processsession_PostFollows
lk_workflowlog_processsession
Wie die lk_workflowlog_processsession-Viele-zu-Eins-Beziehung für die workflowlog-Tabelle/-Entität.
Eigenschaft | Wert |
---|---|
ReferencingEntity | workflowlog |
ReferencingAttribute | asyncoperationid |
IsHierarchical | False |
IsCustomizable | False |
ReferencedEntityNavigationPropertyName | lk_workflowlog_processsession |
AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
CascadeConfiguration | Assign: Cascade Delete: Cascade Merge: Cascade Reparent: Cascade Share: Cascade Unshare: Cascade |
lk_workflowlog_processsession_childworkflow
Wie die lk_workflowlog_processsession_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_processsession_childworkflow |
AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_processsession_previouslinkedsessionid
Wie die lk_processsession_previouslinkedsessionid-Viele-zu-Eins-Beziehung für die processsession-Tabelle/-Entität.
Eigenschaft | Wert |
---|---|
ReferencingEntity | processsession |
ReferencingAttribute | previouslinkedsessionid |
IsHierarchical | False |
IsCustomizable | False |
ReferencedEntityNavigationPropertyName | lk_processsession_previouslinkedsessionid |
AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
CascadeConfiguration | Assign: NoCascade Delete: RemoveLink Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_processsession_nextlinkedsessionid
Wie die lk_processsession_nextlinkedsessionid-Viele-zu-Eins-Beziehung für die processsession-Tabelle/-Entität.
Eigenschaft | Wert |
---|---|
ReferencingEntity | processsession |
ReferencingAttribute | nextlinkedsessionid |
IsHierarchical | False |
IsCustomizable | False |
ReferencedEntityNavigationPropertyName | lk_processsession_nextlinkedsessionid |
AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
CascadeConfiguration | Assign: NoCascade Delete: RemoveLink Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_processsession_originatingsessionid
Wie die lk_processsession_originatingsessionid-Viele-zu-Eins-Beziehung für die processsession-Tabelle/-Entität.
Eigenschaft | Wert |
---|---|
ReferencingEntity | processsession |
ReferencingAttribute | originatingsessionid |
IsHierarchical | False |
IsCustomizable | False |
ReferencedEntityNavigationPropertyName | lk_processsession_originatingsessionid |
AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
CascadeConfiguration | Assign: NoCascade Delete: RemoveLink Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
processsession_connections2
Wie die processsession_connections2-Viele-zu-Eins-Beziehung für die connection-Tabelle/-Entität.
Eigenschaft | Wert |
---|---|
ReferencingEntity | connection |
ReferencingAttribute | record2id |
IsHierarchical | False |
IsCustomizable | True |
ReferencedEntityNavigationPropertyName | processsession_connections2 |
AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: 100 |
CascadeConfiguration | Assign: NoCascade Delete: Cascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
ProcessSession_SyncErrors
Wie die ProcessSession_SyncErrors-Viele-zu-Eins-Beziehung für die syncerror-Tabelle/-Entität.
Eigenschaft | Wert |
---|---|
ReferencingEntity | syncerror |
ReferencingAttribute | regardingobjectid |
IsHierarchical | False |
IsCustomizable | True |
ReferencedEntityNavigationPropertyName | ProcessSession_SyncErrors |
AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
CascadeConfiguration | Assign: Cascade Delete: Cascade Merge: Cascade Reparent: Cascade Share: Cascade Unshare: Cascade |
processsession_connections1
Wie die processsession_connections1-Viele-zu-Eins-Beziehung für die connection-Tabelle/-Entität.
Eigenschaft | Wert |
---|---|
ReferencingEntity | connection |
ReferencingAttribute | record1id |
IsHierarchical | False |
IsCustomizable | True |
ReferencedEntityNavigationPropertyName | processsession_connections1 |
AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: 100 |
CascadeConfiguration | Assign: NoCascade Delete: Cascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
processsession_PostFollows
Wie die processsession_PostFollows-Viele-zu-Eins-Beziehung für die postfollow-Tabelle/-Entität.
Eigenschaft | Wert |
---|---|
ReferencingEntity | postfollow |
ReferencingAttribute | regardingobjectid |
IsHierarchical | False |
IsCustomizable | False |
ReferencedEntityNavigationPropertyName | processsession_PostFollows |
AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
CascadeConfiguration | Assign: NoCascade Delete: Cascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
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_ProcessSession
- usermapping_ProcessSession
- knowledgearticle_ProcessSession
- position_ProcessSession
- KnowledgeBaseRecord_ProcessSession
- SharePointSite_ProcessSessions
- MailMergeTemplate_ProcessSessions
- Annotation_ProcessSessions
- BusinessUnitNewsArticle_ProcessSessions
- Appointment_ProcessSessions
- QueueItem_ProcessSessions
- lk_processsession_previouslinkedsessionid
- lk_processsession_nextlinkedsessionid
- lk_processsession_originatingsessionid
- Team_ProcessSessions
- Goal_ProcessSessions
- mailbox_processsessions
- TranslationProcess_ProcessSessions
- SystemUser_ProcessSessions
- BusinessUnit_ProcessSessions
- KbArticleComment_ProcessSessions
- lk_processsession_canceledby
- goalrollupquery_ProcessSessions
- rollupfield_ProcessSessions
- SharePointDocumentLocation_ProcessSessions
- lk_processsession_startedby
- Account_ProcessSessions
- PhoneCall_ProcessSessions
- slabase_ProcessSessions
- lk_processsession_createdby
- lk_processsessionbase_modifiedonbehalfby
- Template_ProcessSessions
- NewProcess_ProcessSessions
- Report_ProcessSessions
- Owning_businessunit_processsessions
- CustomerAddress_ProcessSessions
- Connection_ProcessSessions
- lk_processsession_executedby
- team_processsession
- metric_ProcessSessions
- ExpiredProcess_ProcessSessions
- KbArticle_ProcessSessions
- SocialActivity_ProcessSessions
- Task_ProcessSessions
- lk_processsession_processid
- lk_processsession_modifiedby
- ConnectionRole_ProcessSessions
- TransactionCurrency_ProcessSessions
- Fax_ProcessSessions
- KbArticleTemplate_ProcessSessions
- Letter_ProcessSessions
- RecurringAppointmentMaster_ProcessSessions
- Email_ProcessSessions
- lk_processsession_completedby
- Contact_ProcessSessions
- Queue_ProcessSessions
- lk_processsessionbase_createdonbehalfby
- Subject_ProcessSessions
- SocialProfile_ProcessSessions
- solutioncomponentattributeconfiguration_ProcessSession
- solutioncomponentbatchconfiguration_ProcessSession
- solutioncomponentconfiguration_ProcessSession
- solutioncomponentrelationshipconfiguration_ProcessSession
- package_ProcessSession
- packagehistory_ProcessSession
- stagesolutionupload_ProcessSession
- exportsolutionupload_ProcessSession
- featurecontrolsetting_ProcessSession
- stagedentity_ProcessSession
- stagedentityattribute_ProcessSession
- stagedmetadataasyncoperation_ProcessSession
- keyvaultreference_ProcessSession
- managedidentity_ProcessSession
- catalog_ProcessSession
- catalogassignment_ProcessSession
- customapi_ProcessSession
- customapirequestparameter_ProcessSession
- customapiresponseproperty_ProcessSession
- provisionlanguageforuser_ProcessSession
- sharedobject_ProcessSession
- sharedworkspace_ProcessSession
- sharedworkspacepool_ProcessSession
- datalakefolder_ProcessSession
- datalakefolderpermission_ProcessSession
- datalakeworkspace_ProcessSession
- datalakeworkspacepermission_ProcessSession
- dataprocessingconfiguration_ProcessSession
- exportedexcel_ProcessSession
- retaineddataexcel_ProcessSession
- synapsedatabase_ProcessSession
- synapselinkexternaltablestate_ProcessSession
- synapselinkprofile_ProcessSession
- synapselinkprofileentity_ProcessSession
- synapselinkprofileentitystate_ProcessSession
- synapselinkschedule_ProcessSession
- msdyn_dataflow_ProcessSession
- msdyn_dataflowrefreshhistory_ProcessSession
- msdyn_entityrefreshhistory_ProcessSession
- sharedlinksetting_ProcessSession
- entityrecordfilter_ProcessSession
- recordfilter_ProcessSession
- delegatedauthorization_ProcessSession
- serviceplan_ProcessSession
- serviceplanmapping_ProcessSession
- applicationuser_ProcessSession
- connector_ProcessSession
- environmentvariabledefinition_ProcessSession
- environmentvariablevalue_ProcessSession
- workflowbinary_ProcessSession
- credential_ProcessSession
- desktopflowmodule_ProcessSession
- flowcapacityassignment_ProcessSession
- flowcredentialapplication_ProcessSession
- flowevent_ProcessSession
- flowmachine_ProcessSession
- flowmachinegroup_ProcessSession
- flowmachineimage_ProcessSession
- flowmachineimageversion_ProcessSession
- flowmachinenetwork_ProcessSession
- processstageparameter_ProcessSession
- workqueue_ProcessSession
- workqueueitem_ProcessSession
- desktopflowbinary_ProcessSession
- connectionreference_ProcessSession
- connectioninstance_ProcessSession
- dvfilesearch_ProcessSession
- dvfilesearchattribute_ProcessSession
- dvfilesearchentity_ProcessSession
- dvtablesearch_ProcessSession
- dvtablesearchattribute_ProcessSession
- dvtablesearchentity_ProcessSession
- aicopilot_ProcessSession
- aiplugintitle_ProcessSession
- aiplugin_ProcessSession
- aipluginexternalschema_ProcessSession
- aipluginexternalschemaproperty_ProcessSession
- aiplugininstance_ProcessSession
- aipluginoperation_ProcessSession
- aipluginoperationparameter_ProcessSession
- aipluginusersetting_ProcessSession
- msdyn_helppage_ProcessSession
- msdyn_tour_ProcessSession
- msdynce_botcontent_ProcessSession
- conversationtranscript_ProcessSession
- bot_ProcessSession
- botcomponent_ProcessSession
- botcontentpack_ProcessSession
- msdyn_appinsightsmetadata_ProcessSession
- msdyn_dataflowconnectionreference_ProcessSession
- msdyn_schedule_ProcessSession
- msdyn_dataflowtemplate_ProcessSession
- msdyn_dataflow_datalakefolder_ProcessSession
- msdyn_dmsrequest_ProcessSession
- msdyn_dmsrequeststatus_ProcessSession
- msdyn_dmssyncrequest_ProcessSession
- msdyn_dmssyncstatus_ProcessSession
- msdyn_knowledgeassetconfiguration_ProcessSession
- msdyn_modulerundetail_ProcessSession
- msdyn_workflowactionstatus_ProcessSession
- Territory_ProcessSessions
- activityfileattachment_ProcessSession
- chat_ProcessSession
- msdyn_serviceconfiguration_ProcessSession
- msdyn_slakpi_ProcessSession
- msdyn_integratedsearchprovider_ProcessSession
- msdyn_knowledgemanagementsetting_ProcessSession
- msdyn_federatedarticle_ProcessSession
- msdyn_federatedarticleincident_ProcessSession
- msdyn_kmfederatedsearchconfig_ProcessSession
- msdyn_knowledgearticleimage_ProcessSession
- msdyn_knowledgeconfiguration_ProcessSession
- msdyn_knowledgeinteractioninsight_ProcessSession
- msdyn_knowledgesearchinsight_ProcessSession
- msdyn_favoriteknowledgearticle_ProcessSession
- msdyn_kalanguagesetting_ProcessSession
- msdyn_kbattachment_ProcessSession
- msdyn_kmpersonalizationsetting_ProcessSession
- msdyn_knowledgearticletemplate_ProcessSession
- msdyn_knowledgepersonalfilter_ProcessSession
- msdyn_knowledgesearchfilter_ProcessSession
- fxexpression_ProcessSession
- powerfxrule_ProcessSession
- msgraphresourcetosubscription_ProcessSession
- virtualentitymetadata_ProcessSession
- mobileofflineprofileextension_ProcessSession
- teammobileofflineprofilemembership_ProcessSession
- usermobileofflineprofilemembership_ProcessSession
- organizationdatasyncsubscription_ProcessSession
- organizationdatasyncsubscriptionentity_ProcessSession
- organizationdatasyncsubscriptionfnotable_ProcessSession
- organizationdatasyncfnostate_ProcessSession
- organizationdatasyncstate_ProcessSession
- metadataforarchival_ProcessSession
- retentionconfig_ProcessSession
- retentionfailuredetail_ProcessSession
- retentionoperation_ProcessSession
- retentionoperationdetail_ProcessSession
- userrating_ProcessSession
- msdyn_mobileapp_ProcessSession
- msdyn_insightsstorevirtualentity_ProcessSession
- roleeditorlayout_ProcessSession
- attributemaskingrule_ProcessSession
- maskingrule_ProcessSession
- recyclebinconfig_ProcessSession
- appaction_ProcessSession
- appactionmigration_ProcessSession
- appactionrule_ProcessSession
- card_ProcessSession
- msdyn_entitylinkchatconfiguration_ProcessSession
- msdyn_richtextfile_ProcessSession
- msdyn_customcontrolextendedsettings_ProcessSession
- msdyn_virtualtablecolumncandidate_ProcessSession
- msdyn_aiconfiguration_ProcessSession
- msdyn_aievent_ProcessSession
- msdyn_aimodel_ProcessSession
- msdyn_aitemplate_ProcessSession
- msdyn_aibfeedbackloop_ProcessSession
- msdyn_aifptrainingdocument_ProcessSession
- msdyn_aiodimage_ProcessSession
- msdyn_aiodlabel_ProcessSession
- msdyn_aiodtrainingboundingbox_ProcessSession
- msdyn_aiodtrainingimage_ProcessSession
- msdyn_aibdataset_ProcessSession
- msdyn_aibdatasetfile_ProcessSession
- msdyn_aibdatasetrecord_ProcessSession
- msdyn_aibdatasetscontainer_ProcessSession
- msdyn_aibfile_ProcessSession
- msdyn_aibfileattacheddata_ProcessSession
- msdyn_pmanalysishistory_ProcessSession
- msdyn_pmbusinessruleautomationconfig_ProcessSession
- msdyn_pmcalendar_ProcessSession
- msdyn_pmcalendarversion_ProcessSession
- msdyn_pminferredtask_ProcessSession
- msdyn_pmprocessextendedmetadataversion_ProcessSession
- msdyn_pmprocesstemplate_ProcessSession
- msdyn_pmprocessusersettings_ProcessSession
- msdyn_pmprocessversion_ProcessSession
- msdyn_pmrecording_ProcessSession
- msdyn_pmtemplate_ProcessSession
- msdyn_pmview_ProcessSession
- msdyn_analysiscomponent_ProcessSession
- msdyn_analysisjob_ProcessSession
- msdyn_analysisoverride_ProcessSession
- msdyn_analysisresult_ProcessSession
- msdyn_analysisresultdetail_ProcessSession
- msdyn_solutionhealthrule_ProcessSession
- msdyn_solutionhealthruleargument_ProcessSession
- msdyn_solutionhealthruleset_ProcessSession
- powerbidataset_ProcessSession
- powerbidatasetapdx_ProcessSession
- powerbimashupparameter_ProcessSession
- powerbireport_ProcessSession
- powerbireportapdx_ProcessSession
- msdyn_fileupload_ProcessSession
- mainfewshot_ProcessSession
- makerfewshot_ProcessSession
- searchattributesettings_ProcessSession
- searchcustomanalyzer_ProcessSession
- searchrelationshipsettings_ProcessSession
- copilotexamplequestion_ProcessSession
- powerpagecomponent_ProcessSession
- powerpagesite_ProcessSession
- powerpagesitelanguage_ProcessSession
- powerpagesitepublished_ProcessSession
- adx_externalidentity_ProcessSession
- adx_invitation_ProcessSession
- adx_inviteredemption_ProcessSession
- adx_portalcomment_ProcessSession
- adx_setting_ProcessSession
- adx_webformsession_ProcessSession
- mspcat_catalogsubmissionfiles_ProcessSession
- mspcat_packagestore_ProcessSession
- plannerbusinessscenario_ProcessSession
- plannersyncaction_ProcessSession
- copilotglossaryterm_ProcessSession
- copilotsynonyms_ProcessSession
theme_ProcessSession
Siehe die theme_ProcessSession-Eins-zu-Viele-Beziehung für die theme-Tabelle/-Entität.
usermapping_ProcessSession
Siehe die usermapping_ProcessSession-Eins-zu-Viele-Beziehung für die usermapping-Tabelle/-Entität.
knowledgearticle_ProcessSession
Siehe die knowledgearticle_ProcessSession-Eins-zu-Viele-Beziehung für die knowledgearticle-Tabelle/-Entität.
position_ProcessSession
Siehe die position_ProcessSession-Eins-zu-Viele-Beziehung für die position-Tabelle/-Entität.
KnowledgeBaseRecord_ProcessSession
Siehe die KnowledgeBaseRecord_ProcessSession-Eins-zu-Viele-Beziehung für die knowledgebaserecord-Tabelle/-Entität.
SharePointSite_ProcessSessions
Siehe die SharePointSite_ProcessSessions-Eins-zu-Viele-Beziehung für die sharepointsite-Tabelle/-Entität.
MailMergeTemplate_ProcessSessions
Siehe die MailMergeTemplate_ProcessSessions-Eins-zu-Viele-Beziehung für die mailmergetemplate-Tabelle/-Entität.
Annotation_ProcessSessions
Siehe die Annotation_ProcessSessions-Eins-zu-Viele-Beziehung für die annotation-Tabelle/-Entität.
BusinessUnitNewsArticle_ProcessSessions
Siehe die BusinessUnitNewsArticle_ProcessSessions-Eins-zu-Viele-Beziehung für die businessunitnewsarticle-Tabelle/-Entität.
Appointment_ProcessSessions
Siehe die Appointment_ProcessSessions-Eins-zu-Viele-Beziehung für die appointment-Tabelle/-Entität.
QueueItem_ProcessSessions
Siehe die QueueItem_ProcessSessions-Eins-zu-Viele-Beziehung für die queueitem-Tabelle/-Entität.
lk_processsession_previouslinkedsessionid
Siehe die lk_processsession_previouslinkedsessionid-Eins-zu-Viele-Beziehung für die processsession-Tabelle/-Entität.
lk_processsession_nextlinkedsessionid
Siehe die lk_processsession_nextlinkedsessionid-Eins-zu-Viele-Beziehung für die processsession-Tabelle/-Entität.
lk_processsession_originatingsessionid
Siehe die lk_processsession_originatingsessionid-Eins-zu-Viele-Beziehung für die processsession-Tabelle/-Entität.
Team_ProcessSessions
Siehe die Team_ProcessSessions-Eins-zu-Viele-Beziehung für die team-Tabelle/-Entität.
Goal_ProcessSessions
Siehe die Goal_ProcessSessions-Eins-zu-Viele-Beziehung für die goal-Tabelle/-Entität.
mailbox_processsessions
Siehe die mailbox_processsessions-Eins-zu-Viele-Beziehung für die mailbox-Tabelle/-Entität.
TranslationProcess_ProcessSessions
Siehe die TranslationProcess_ProcessSessions-Eins-zu-Viele-Beziehung für die translationprocess-Tabelle/-Entität.
SystemUser_ProcessSessions
Siehe die SystemUser_ProcessSessions-Eins-zu-Viele-Beziehung für die systemuser-Tabelle/-Entität.
BusinessUnit_ProcessSessions
Siehe die BusinessUnit_ProcessSessions-Eins-zu-Viele-Beziehung für die businessunit-Tabelle/-Entität.
KbArticleComment_ProcessSessions
Siehe die KbArticleComment_ProcessSessions-Eins-zu-Viele-Beziehung für die kbarticlecomment-Tabelle/-Entität.
lk_processsession_canceledby
Siehe die lk_processsession_canceledby-Eins-zu-Viele-Beziehung für die systemuser-Tabelle/-Entität.
goalrollupquery_ProcessSessions
Siehe die goalrollupquery_ProcessSessions-Eins-zu-Viele-Beziehung für die goalrollupquery-Tabelle/-Entität.
rollupfield_ProcessSessions
Siehe die rollupfield_ProcessSessions-Eins-zu-Viele-Beziehung für die rollupfield-Tabelle/-Entität.
SharePointDocumentLocation_ProcessSessions
Siehe die SharePointDocumentLocation_ProcessSessions-Eins-zu-Viele-Beziehung für die sharepointdocumentlocation-Tabelle/-Entität.
lk_processsession_startedby
Siehe die lk_processsession_startedby-Eins-zu-Viele-Beziehung für die systemuser-Tabelle/-Entität.
Account_ProcessSessions
Siehe die Account_ProcessSessions-Eins-zu-Viele-Beziehung für die account-Tabelle/-Entität.
PhoneCall_ProcessSessions
Siehe die PhoneCall_ProcessSessions-Eins-zu-Viele-Beziehung für die phonecall-Tabelle/-Entität.
slabase_ProcessSessions
Siehe die slabase_ProcessSessions-Eins-zu-Viele-Beziehung für die sla-Tabelle/-Entität.
lk_processsession_createdby
Siehe die lk_processsession_createdby-Eins-zu-Viele-Beziehung für die systemuser-Tabelle/-Entität.
lk_processsessionbase_modifiedonbehalfby
Siehe die lk_processsessionbase_modifiedonbehalfby-Eins-zu-Viele-Beziehung für die systemuser-Tabelle/-Entität.
Template_ProcessSessions
Siehe die Template_ProcessSessions-Eins-zu-Viele-Beziehung für die template-Tabelle/-Entität.
NewProcess_ProcessSessions
Siehe die NewProcess_ProcessSessions-Eins-zu-Viele-Beziehung für die newprocess-Tabelle/-Entität.
Report_ProcessSessions
Siehe die Report_ProcessSessions-Eins-zu-Viele-Beziehung für die report-Tabelle/-Entität.
Owning_businessunit_processsessions
Siehe die Owning_businessunit_processsessions-Eins-zu-Viele-Beziehung für die businessunit-Tabelle/-Entität.
CustomerAddress_ProcessSessions
Siehe die CustomerAddress_ProcessSessions-Eins-zu-Viele-Beziehung für die customeraddress-Tabelle/-Entität.
Connection_ProcessSessions
Siehe die Connection_ProcessSessions-Eins-zu-Viele-Beziehung für die connection-Tabelle/-Entität.
lk_processsession_executedby
Siehe die lk_processsession_executedby-Eins-zu-Viele-Beziehung für die systemuser-Tabelle/-Entität.
team_processsession
Siehe die team_processsession-Eins-zu-Viele-Beziehung für die team-Tabelle/-Entität.
metric_ProcessSessions
Siehe die metric_ProcessSessions-Eins-zu-Viele-Beziehung für die metric-Tabelle/-Entität.
ExpiredProcess_ProcessSessions
Siehe die ExpiredProcess_ProcessSessions-Eins-zu-Viele-Beziehung für die expiredprocess-Tabelle/-Entität.
KbArticle_ProcessSessions
Siehe die KbArticle_ProcessSessions-Eins-zu-Viele-Beziehung für die kbarticle-Tabelle/-Entität.
SocialActivity_ProcessSessions
Siehe die SocialActivity_ProcessSessions-Eins-zu-Viele-Beziehung für die socialactivity-Tabelle/-Entität.
Task_ProcessSessions
Siehe die Task_ProcessSessions-Eins-zu-Viele-Beziehung für die task-Tabelle/-Entität.
lk_processsession_processid
Siehe die lk_processsession_processid-Eins-zu-Viele-Beziehung für die workflow-Tabelle/-Entität.
lk_processsession_modifiedby
Siehe die lk_processsession_modifiedby-Eins-zu-Viele-Beziehung für die systemuser-Tabelle/-Entität.
ConnectionRole_ProcessSessions
Siehe die ConnectionRole_ProcessSessions-Eins-zu-Viele-Beziehung für die connectionrole-Tabelle/-Entität.
TransactionCurrency_ProcessSessions
Siehe die TransactionCurrency_ProcessSessions-Eins-zu-Viele-Beziehung für die transactioncurrency-Tabelle/-Entität.
Fax_ProcessSessions
Siehe die Fax_ProcessSessions-Eins-zu-Viele-Beziehung für die fax-Tabelle/-Entität.
KbArticleTemplate_ProcessSessions
Siehe die KbArticleTemplate_ProcessSessions-Eins-zu-Viele-Beziehung für die kbarticletemplate-Tabelle/-Entität.
Letter_ProcessSessions
Siehe die Letter_ProcessSessions-Eins-zu-Viele-Beziehung für die letter-Tabelle/-Entität.
RecurringAppointmentMaster_ProcessSessions
Siehe die RecurringAppointmentMaster_ProcessSessions-Eins-zu-Viele-Beziehung für die recurringappointmentmaster-Tabelle/-Entität.
Email_ProcessSessions
Siehe die Email_ProcessSessions-Eins-zu-Viele-Beziehung für die email-Tabelle/-Entität.
lk_processsession_completedby
Siehe die lk_processsession_completedby-Eins-zu-Viele-Beziehung für die systemuser-Tabelle/-Entität.
Contact_ProcessSessions
Siehe die Contact_ProcessSessions-Eins-zu-Viele-Beziehung für die contact-Tabelle/-Entität.
Queue_ProcessSessions
Siehe die Queue_ProcessSessions-Eins-zu-Viele-Beziehung für die queue-Tabelle/-Entität.
lk_processsessionbase_createdonbehalfby
Siehe die lk_processsessionbase_createdonbehalfby-Eins-zu-Viele-Beziehung für die systemuser-Tabelle/-Entität.
Subject_ProcessSessions
Siehe die Subject_ProcessSessions-Eins-zu-Viele-Beziehung für die subject-Tabelle/-Entität.
SocialProfile_ProcessSessions
Siehe die SocialProfile_ProcessSessions-Eins-zu-Viele-Beziehung für die socialprofile-Tabelle/-Entität.
solutioncomponentattributeconfiguration_ProcessSession
Hinzugefügt von: Solution Component Configuration-Lösung
Siehe die solutioncomponentattributeconfiguration_ProcessSession-Eins-zu-Viele-Beziehung für die solutioncomponentattributeconfiguration-Tabelle/-Entität.
solutioncomponentbatchconfiguration_ProcessSession
Hinzugefügt von: Solution Component Configuration-Lösung
Siehe die solutioncomponentbatchconfiguration_ProcessSession-Eins-zu-Viele-Beziehung für die solutioncomponentbatchconfiguration-Tabelle/-Entität.
solutioncomponentconfiguration_ProcessSession
Hinzugefügt von: Solution Component Configuration-Lösung
Siehe die solutioncomponentconfiguration_ProcessSession-Eins-zu-Viele-Beziehung für die solutioncomponentconfiguration-Tabelle/-Entität.
solutioncomponentrelationshipconfiguration_ProcessSession
Hinzugefügt von: Solution Component Configuration-Lösung
Siehe die solutioncomponentrelationshipconfiguration_ProcessSession-Eins-zu-Viele-Beziehung für die solutioncomponentrelationshipconfiguration-Tabelle/-Entität.
package_ProcessSession
Hinzugefügt von: msdyn_SolutionPackageMapping-Lösung
Siehe die package_ProcessSession-Eins-zu-Viele-Beziehung für die package-Tabelle/-Entität.
packagehistory_ProcessSession
Hinzugefügt von: msdyn_SolutionPackageMapping-Lösung
Siehe die packagehistory_ProcessSession-Eins-zu-Viele-Beziehung für die packagehistory-Tabelle/-Entität.
stagesolutionupload_ProcessSession
Hinzugefügt von: StageSolutionUpload-Lösung
Siehe die stagesolutionupload_ProcessSession-Eins-zu-Viele-Beziehung für die stagesolutionupload-Tabelle/-Entität.
exportsolutionupload_ProcessSession
Hinzugefügt von: ExportSolutionUpload-Lösung
Siehe die exportsolutionupload_ProcessSession-Eins-zu-Viele-Beziehung für die exportsolutionupload-Tabelle/-Entität.
featurecontrolsetting_ProcessSession
Hinzugefügt von: msdyn_FeatureControlSetting-Lösung
Siehe die featurecontrolsetting_ProcessSession-Eins-zu-Viele-Beziehung für die featurecontrolsetting-Tabelle/-Entität.
stagedentity_ProcessSession
Hinzugefügt von: Metadata Extension-Lösung
Siehe die stagedentity_ProcessSession-Eins-zu-Viele-Beziehung für die stagedentity-Tabelle/-Entität.
stagedentityattribute_ProcessSession
Hinzugefügt von: Metadata Extension-Lösung
Siehe die stagedentityattribute_ProcessSession-Eins-zu-Viele-Beziehung für die stagedentityattribute-Tabelle/-Entität.
stagedmetadataasyncoperation_ProcessSession
Hinzugefügt von: Metadata Extension-Lösung
Siehe die stagedmetadataasyncoperation_ProcessSession-Eins-zu-Viele-Beziehung für die stagedmetadataasyncoperation-Tabelle/-Entität.
keyvaultreference_ProcessSession
Hinzugefügt von: ManagedIdentityExtensions-Lösung
Siehe die keyvaultreference_ProcessSession-Eins-zu-Viele-Beziehung für die keyvaultreference-Tabelle/-Entität.
managedidentity_ProcessSession
Hinzugefügt von: ManagedIdentityExtensions-Lösung
Siehe die managedidentity_ProcessSession-Eins-zu-Viele-Beziehung für die managedidentity-Tabelle/-Entität.
catalog_ProcessSession
Hinzugefügt von: CatalogFramework-Lösung
Siehe die catalog_ProcessSession-Eins-zu-Viele-Beziehung für die catalog-Tabelle/-Entität.
catalogassignment_ProcessSession
Hinzugefügt von: CatalogFramework-Lösung
Siehe die catalogassignment_ProcessSession-Eins-zu-Viele-Beziehung für die catalogassignment-Tabelle/-Entität.
customapi_ProcessSession
Hinzugefügt von: Custom API Framework-Lösung
Siehe die customapi_ProcessSession-Eins-zu-Viele-Beziehung für die customapi-Tabelle/-Entität.
customapirequestparameter_ProcessSession
Hinzugefügt von: Custom API Framework-Lösung
Siehe die customapirequestparameter_ProcessSession-Eins-zu-Viele-Beziehung für die customapirequestparameter-Tabelle/-Entität.
customapiresponseproperty_ProcessSession
Hinzugefügt von: Custom API Framework-Lösung
Siehe die customapiresponseproperty_ProcessSession-Eins-zu-Viele-Beziehung für die customapiresponseproperty-Tabelle/-Entität.
provisionlanguageforuser_ProcessSession
Hinzugefügt von: msft_LocalizationExtension-Lösung
Siehe die provisionlanguageforuser_ProcessSession-Eins-zu-Viele-Beziehung für die provisionlanguageforuser-Tabelle/-Entität.
sharedobject_ProcessSession
Hinzugefügt von: Real-time Collaboration App-Lösung
Siehe die sharedobject_ProcessSession-Eins-zu-Viele-Beziehung für die sharedobject-Tabelle/-Entität.
sharedworkspace_ProcessSession
Hinzugefügt von: Real-time Collaboration App-Lösung
Siehe die sharedworkspace_ProcessSession-Eins-zu-Viele-Beziehung für die sharedworkspace-Tabelle/-Entität.
sharedworkspacepool_ProcessSession
Hinzugefügt von: Real-time Collaboration App-Lösung
Siehe die sharedworkspacepool_ProcessSession-Eins-zu-Viele-Beziehung für die sharedworkspacepool-Tabelle/-Entität.
datalakefolder_ProcessSession
Hinzugefügt von: Data lake workspaces-Lösung
Siehe die datalakefolder_ProcessSession-Eins-zu-Viele-Beziehung für die datalakefolder-Tabelle/-Entität.
datalakefolderpermission_ProcessSession
Hinzugefügt von: Data lake workspaces-Lösung
Siehe die datalakefolderpermission_ProcessSession-Eins-zu-Viele-Beziehung für die datalakefolderpermission-Tabelle/-Entität.
datalakeworkspace_ProcessSession
Hinzugefügt von: Data lake workspaces-Lösung
Siehe die datalakeworkspace_ProcessSession-Eins-zu-Viele-Beziehung für die datalakeworkspace-Tabelle/-Entität.
datalakeworkspacepermission_ProcessSession
Hinzugefügt von: Data lake workspaces-Lösung
Siehe die datalakeworkspacepermission_ProcessSession-Eins-zu-Viele-Beziehung für die datalakeworkspacepermission-Tabelle/-Entität.
dataprocessingconfiguration_ProcessSession
Hinzugefügt von: Data lake workspaces-Lösung
Siehe die dataprocessingconfiguration_ProcessSession-Eins-zu-Viele-Beziehung für die dataprocessingconfiguration-Tabelle/-Entität.
exportedexcel_ProcessSession
Hinzugefügt von: Data lake workspaces-Lösung
Siehe die exportedexcel_ProcessSession-Eins-zu-Viele-Beziehung für die exportedexcel-Tabelle/-Entität.
retaineddataexcel_ProcessSession
Hinzugefügt von: Data lake workspaces-Lösung
Siehe die retaineddataexcel_ProcessSession-Eins-zu-Viele-Beziehung für die retaineddataexcel-Tabelle/-Entität.
synapsedatabase_ProcessSession
Hinzugefügt von: Data lake workspaces-Lösung
Siehe die synapsedatabase_ProcessSession-Eins-zu-Viele-Beziehung für die synapsedatabase-Tabelle/-Entität.
synapselinkexternaltablestate_ProcessSession
Hinzugefügt von: Synapse Link-Lösung
Siehe die synapselinkexternaltablestate_ProcessSession-Eins-zu-Viele-Beziehung für die synapselinkexternaltablestate-Tabelle/-Entität.
synapselinkprofile_ProcessSession
Hinzugefügt von: Synapse Link-Lösung
Siehe die synapselinkprofile_ProcessSession-Eins-zu-Viele-Beziehung für die synapselinkprofile-Tabelle/-Entität.
synapselinkprofileentity_ProcessSession
Hinzugefügt von: Synapse Link-Lösung
Siehe die synapselinkprofileentity_ProcessSession-Eins-zu-Viele-Beziehung für die synapselinkprofileentity-Tabelle/-Entität.
synapselinkprofileentitystate_ProcessSession
Hinzugefügt von: Synapse Link-Lösung
Siehe die synapselinkprofileentitystate_ProcessSession-Eins-zu-Viele-Beziehung für die synapselinkprofileentitystate-Tabelle/-Entität.
synapselinkschedule_ProcessSession
Hinzugefügt von: Synapse Link-Lösung
Siehe die synapselinkschedule_ProcessSession-Eins-zu-Viele-Beziehung für die synapselinkschedule-Tabelle/-Entität.
msdyn_dataflow_ProcessSession
Hinzugefügt von: Power Platform Dataflows-Lösung
Siehe die msdyn_dataflow_ProcessSession-Eins-zu-Viele-Beziehung für die msdyn_dataflow-Tabelle/-Entität.
msdyn_dataflowrefreshhistory_ProcessSession
Hinzugefügt von: Power Platform Dataflows-Lösung
Siehe die msdyn_dataflowrefreshhistory_ProcessSession-Eins-zu-Viele-Beziehung für die msdyn_dataflowrefreshhistory-Tabelle/-Entität.
msdyn_entityrefreshhistory_ProcessSession
Hinzugefügt von: Power Platform Dataflows-Lösung
Siehe die msdyn_entityrefreshhistory_ProcessSession-Eins-zu-Viele-Beziehung für die msdyn_entityrefreshhistory-Tabelle/-Entität.
sharedlinksetting_ProcessSession
Hinzugefügt von: Access Team-Lösung
Siehe die sharedlinksetting_ProcessSession-Eins-zu-Viele-Beziehung für die sharedlinksetting-Tabelle/-Entität.
entityrecordfilter_ProcessSession
Hinzugefügt von: AuthorizationCore-Lösung
Siehe die entityrecordfilter_ProcessSession-Eins-zu-Viele-Beziehung für die entityrecordfilter-Tabelle/-Entität.
recordfilter_ProcessSession
Hinzugefügt von: AuthorizationCore-Lösung
Siehe die recordfilter_ProcessSession-Eins-zu-Viele-Beziehung für die recordfilter-Tabelle/-Entität.
delegatedauthorization_ProcessSession
Hinzugefügt von: Delegated Authorization-Lösung
Siehe die delegatedauthorization_ProcessSession-Eins-zu-Viele-Beziehung für die delegatedauthorization-Tabelle/-Entität.
serviceplan_ProcessSession
Hinzugefügt von: License Enforcement-Lösung
Siehe die serviceplan_ProcessSession-Eins-zu-Viele-Beziehung für die serviceplan-Tabelle/-Entität.
serviceplanmapping_ProcessSession
Hinzugefügt von: License Enforcement-Lösung
Siehe die serviceplanmapping_ProcessSession-Eins-zu-Viele-Beziehung für die serviceplanmapping-Tabelle/-Entität.
applicationuser_ProcessSession
Hinzugefügt von: ApplicationUserSolution-Lösung
Siehe die applicationuser_ProcessSession-Eins-zu-Viele-Beziehung für die applicationuser-Tabelle/-Entität.
connector_ProcessSession
Hinzugefügt von: Power Connector Solution-Lösung
Siehe die connector_ProcessSession-Eins-zu-Viele-Beziehung für die connector-Tabelle/-Entität.
environmentvariabledefinition_ProcessSession
Hinzugefügt von: Environment Variables-Lösung
Siehe die environmentvariabledefinition_ProcessSession-Eins-zu-Viele-Beziehung für die environmentvariabledefinition-Tabelle/-Entität.
environmentvariablevalue_ProcessSession
Hinzugefügt von: Environment Variables-Lösung
Siehe die environmentvariablevalue_ProcessSession-Eins-zu-Viele-Beziehung für die environmentvariablevalue-Tabelle/-Entität.
workflowbinary_ProcessSession
Hinzugefügt von: Power Automate Workflow Binary Table-Lösung
Siehe die workflowbinary_ProcessSession-Eins-zu-Viele-Beziehung für die workflowbinary-Tabelle/-Entität.
credential_ProcessSession
Hinzugefügt von: Power Automate Core Components-Lösung
Siehe die credential_ProcessSession-Eins-zu-Viele-Beziehung für die credential-Tabelle/-Entität.
desktopflowmodule_ProcessSession
Hinzugefügt von: Power Automate Core Components-Lösung
Siehe die desktopflowmodule_ProcessSession-Eins-zu-Viele-Beziehung für die desktopflowmodule-Tabelle/-Entität.
flowcapacityassignment_ProcessSession
Hinzugefügt von: Power Automate Core Components-Lösung
Siehe die flowcapacityassignment_ProcessSession-Eins-zu-Viele-Beziehung für die flowcapacityassignment-Tabelle/-Entität.
flowcredentialapplication_ProcessSession
Hinzugefügt von: Power Automate Core Components-Lösung
Siehe die flowcredentialapplication_ProcessSession-Eins-zu-Viele-Beziehung für die flowcredentialapplication-Tabelle/-Entität.
flowevent_ProcessSession
Hinzugefügt von: Power Automate Core Components-Lösung
Siehe die flowevent_ProcessSession-Eins-zu-Viele-Beziehung für die flowevent-Tabelle/-Entität.
flowmachine_ProcessSession
Hinzugefügt von: Power Automate Core Components-Lösung
Siehe die flowmachine_ProcessSession-Eins-zu-Viele-Beziehung für die flowmachine-Tabelle/-Entität.
flowmachinegroup_ProcessSession
Hinzugefügt von: Power Automate Core Components-Lösung
Siehe die flowmachinegroup_ProcessSession-Eins-zu-Viele-Beziehung für die flowmachinegroup-Tabelle/-Entität.
flowmachineimage_ProcessSession
Hinzugefügt von: Power Automate Core Components-Lösung
Siehe die flowmachineimage_ProcessSession-Eins-zu-Viele-Beziehung für die flowmachineimage-Tabelle/-Entität.
flowmachineimageversion_ProcessSession
Hinzugefügt von: Power Automate Core Components-Lösung
Siehe die flowmachineimageversion_ProcessSession-Eins-zu-Viele-Beziehung für die flowmachineimageversion-Tabelle/-Entität.
flowmachinenetwork_ProcessSession
Hinzugefügt von: Power Automate Core Components-Lösung
Siehe die flowmachinenetwork_ProcessSession-Eins-zu-Viele-Beziehung für die flowmachinenetwork-Tabelle/-Entität.
processstageparameter_ProcessSession
Hinzugefügt von: Power Automate Core Components-Lösung
Siehe die processstageparameter_ProcessSession-Eins-zu-Viele-Beziehung für die processstageparameter-Tabelle/-Entität.
workqueue_ProcessSession
Hinzugefügt von: Power Automate Core Components-Lösung
Siehe die workqueue_ProcessSession-Eins-zu-Viele-Beziehung für die workqueue-Tabelle/-Entität.
workqueueitem_ProcessSession
Hinzugefügt von: Power Automate Core Components-Lösung
Siehe die workqueueitem_ProcessSession-Eins-zu-Viele-Beziehung für die workqueueitem-Tabelle/-Entität.
desktopflowbinary_ProcessSession
Hinzugefügt von: Power Automate Core Components-Lösung
Siehe die desktopflowbinary_ProcessSession-Eins-zu-Viele-Beziehung für die desktopflowbinary-Tabelle/-Entität.
connectionreference_ProcessSession
Hinzugefügt von: Power Platform Connection References-Lösung
Siehe die connectionreference_ProcessSession-Eins-zu-Viele-Beziehung für die connectionreference-Tabelle/-Entität.
connectioninstance_ProcessSession
Hinzugefügt von: Connection Instance Solution-Lösung
Siehe die connectioninstance_ProcessSession-Eins-zu-Viele-Beziehung für die connectioninstance-Tabelle/-Entität.
dvfilesearch_ProcessSession
Hinzugefügt von: AIPlatformExtensionsComponents Solution-Lösung
Siehe die dvfilesearch_ProcessSession-Eins-zu-Viele-Beziehung für die dvfilesearch-Tabelle/-Entität.
dvfilesearchattribute_ProcessSession
Hinzugefügt von: AIPlatformExtensionsComponents Solution-Lösung
Siehe die dvfilesearchattribute_ProcessSession-Eins-zu-Viele-Beziehung für die dvfilesearchattribute-Tabelle/-Entität.
dvfilesearchentity_ProcessSession
Hinzugefügt von: AIPlatformExtensionsComponents Solution-Lösung
Siehe die dvfilesearchentity_ProcessSession-Eins-zu-Viele-Beziehung für die dvfilesearchentity-Tabelle/-Entität.
dvtablesearch_ProcessSession
Hinzugefügt von: AIPlatformExtensionsComponents Solution-Lösung
Siehe die dvtablesearch_ProcessSession-Eins-zu-Viele-Beziehung für die dvtablesearch-Tabelle/-Entität.
dvtablesearchattribute_ProcessSession
Hinzugefügt von: AIPlatformExtensionsComponents Solution-Lösung
Siehe die dvtablesearchattribute_ProcessSession-Eins-zu-Viele-Beziehung für die dvtablesearchattribute-Tabelle/-Entität.
dvtablesearchentity_ProcessSession
Hinzugefügt von: AIPlatformExtensionsComponents Solution-Lösung
Siehe die dvtablesearchentity_ProcessSession-Eins-zu-Viele-Beziehung für die dvtablesearchentity-Tabelle/-Entität.
aicopilot_ProcessSession
Hinzugefügt von: AIPlatformExtensionsCore Solution-Lösung
Siehe die aicopilot_ProcessSession-Eins-zu-Viele-Beziehung für die aicopilot-Tabelle/-Entität.
aiplugintitle_ProcessSession
Hinzugefügt von: AIPlatformExtensionsCore Solution-Lösung
Siehe die aiplugintitle_ProcessSession-Eins-zu-Viele-Beziehung für die aiplugintitle-Tabelle/-Entität.
aiplugin_ProcessSession
Hinzugefügt von: AIPlatformExtensionsCore Solution-Lösung
Siehe die aiplugin_ProcessSession-Eins-zu-Viele-Beziehung für die aiplugin-Tabelle/-Entität.
aipluginexternalschema_ProcessSession
Hinzugefügt von: AIPlatformExtensionsCore Solution-Lösung
Siehe die aipluginexternalschema_ProcessSession-Eins-zu-Viele-Beziehung für die aipluginexternalschema-Tabelle/-Entität.
aipluginexternalschemaproperty_ProcessSession
Hinzugefügt von: AIPlatformExtensionsCore Solution-Lösung
Siehe die aipluginexternalschemaproperty_ProcessSession-Eins-zu-Viele-Beziehung für die aipluginexternalschemaproperty-Tabelle/-Entität.
aiplugininstance_ProcessSession
Hinzugefügt von: AIPlatformExtensionsCore Solution-Lösung
Siehe die aiplugininstance_ProcessSession-Eins-zu-Viele-Beziehung für die aiplugininstance-Tabelle/-Entität.
aipluginoperation_ProcessSession
Hinzugefügt von: AIPlatformExtensionsCore Solution-Lösung
Siehe die aipluginoperation_ProcessSession-Eins-zu-Viele-Beziehung für die aipluginoperation-Tabelle/-Entität.
aipluginoperationparameter_ProcessSession
Hinzugefügt von: AIPlatformExtensionsCore Solution-Lösung
Siehe die aipluginoperationparameter_ProcessSession-Eins-zu-Viele-Beziehung für die aipluginoperationparameter-Tabelle/-Entität.
aipluginusersetting_ProcessSession
Hinzugefügt von: AIPlatformExtensionsCore Solution-Lösung
Siehe die aipluginusersetting_ProcessSession-Eins-zu-Viele-Beziehung für die aipluginusersetting-Tabelle/-Entität.
msdyn_helppage_ProcessSession
Hinzugefügt von: Contextual Help-Lösung
Siehe die msdyn_helppage_ProcessSession-Eins-zu-Viele-Beziehung für die msdyn_helppage-Tabelle/-Entität.
msdyn_tour_ProcessSession
Hinzugefügt von: Contextual Help-Lösung
Siehe die msdyn_tour_ProcessSession-Eins-zu-Viele-Beziehung für die msdyn_tour-Tabelle/-Entität.
msdynce_botcontent_ProcessSession
Hinzugefügt von: Customer Care Intelligence Bots-Lösung
Siehe die msdynce_botcontent_ProcessSession-Eins-zu-Viele-Beziehung für die msdynce_botcontent-Tabelle/-Entität.
conversationtranscript_ProcessSession
Hinzugefügt von: Power Virtual Agents Common-Lösung
Siehe die conversationtranscript_ProcessSession-Eins-zu-Viele-Beziehung für die conversationtranscript-Tabelle/-Entität.
bot_ProcessSession
Hinzugefügt von: Power Virtual Agents-Lösung
Siehe die bot_ProcessSession-Eins-zu-Viele-Beziehung für die bot-Tabelle/-Entität.
botcomponent_ProcessSession
Hinzugefügt von: Power Virtual Agents-Lösung
Siehe die botcomponent_ProcessSession-Eins-zu-Viele-Beziehung für die botcomponent-Tabelle/-Entität.
botcontentpack_ProcessSession
Hinzugefügt von: Power Virtual Agents-Lösung
Siehe die botcontentpack_ProcessSession-Eins-zu-Viele-Beziehung für die botcontentpack-Tabelle/-Entität.
msdyn_appinsightsmetadata_ProcessSession
Hinzugefügt von: Insights App Platform Base-Lösung
Siehe die msdyn_appinsightsmetadata_ProcessSession-Eins-zu-Viele-Beziehung für die msdyn_appinsightsmetadata-Tabelle/-Entität.
msdyn_dataflowconnectionreference_ProcessSession
Hinzugefügt von: Insights App Platform Base-Lösung
Siehe die msdyn_dataflowconnectionreference_ProcessSession-Eins-zu-Viele-Beziehung für die msdyn_dataflowconnectionreference-Tabelle/-Entität.
msdyn_schedule_ProcessSession
Hinzugefügt von: Insights App Platform Base-Lösung
Siehe die msdyn_schedule_ProcessSession-Eins-zu-Viele-Beziehung für die msdyn_schedule-Tabelle/-Entität.
msdyn_dataflowtemplate_ProcessSession
Hinzugefügt von: Insights App Platform Base-Lösung
Siehe die msdyn_dataflowtemplate_ProcessSession-Eins-zu-Viele-Beziehung für die msdyn_dataflowtemplate-Tabelle/-Entität.
msdyn_dataflow_datalakefolder_ProcessSession
Hinzugefügt von: Insights App Platform Base-Lösung
Siehe die msdyn_dataflow_datalakefolder_ProcessSession-Eins-zu-Viele-Beziehung für die msdyn_dataflow_datalakefolder-Tabelle/-Entität.
msdyn_dmsrequest_ProcessSession
Hinzugefügt von: Insights App Platform Base-Lösung
Siehe die msdyn_dmsrequest_ProcessSession-Eins-zu-Viele-Beziehung für die msdyn_dmsrequest-Tabelle/-Entität.
msdyn_dmsrequeststatus_ProcessSession
Hinzugefügt von: Insights App Platform Base-Lösung
Siehe die msdyn_dmsrequeststatus_ProcessSession-Eins-zu-Viele-Beziehung für die msdyn_dmsrequeststatus-Tabelle/-Entität.
msdyn_dmssyncrequest_ProcessSession
Hinzugefügt von: Insights App Platform Base-Lösung
Siehe die msdyn_dmssyncrequest_ProcessSession-Eins-zu-Viele-Beziehung für die msdyn_dmssyncrequest-Tabelle/-Entität.
msdyn_dmssyncstatus_ProcessSession
Hinzugefügt von: Insights App Platform Base-Lösung
Siehe die msdyn_dmssyncstatus_ProcessSession-Eins-zu-Viele-Beziehung für die msdyn_dmssyncstatus-Tabelle/-Entität.
msdyn_knowledgeassetconfiguration_ProcessSession
Hinzugefügt von: Insights App Platform Base-Lösung
Siehe die msdyn_knowledgeassetconfiguration_ProcessSession-Eins-zu-Viele-Beziehung für die msdyn_knowledgeassetconfiguration-Tabelle/-Entität.
msdyn_modulerundetail_ProcessSession
Hinzugefügt von: Insights App Platform Base-Lösung
Siehe die msdyn_modulerundetail_ProcessSession-Eins-zu-Viele-Beziehung für die msdyn_modulerundetail-Tabelle/-Entität.
msdyn_workflowactionstatus_ProcessSession
Hinzugefügt von: Insights App Platform Base-Lösung
Siehe die msdyn_workflowactionstatus_ProcessSession-Eins-zu-Viele-Beziehung für die msdyn_workflowactionstatus-Tabelle/-Entität.
Territory_ProcessSessions
Hinzugefügt von: Application Common-Lösung
Siehe die Territory_ProcessSessions-Eins-zu-Viele-Beziehung für die territory-Tabelle/-Entität.
activityfileattachment_ProcessSession
Hinzugefügt von: Activities Patch-Lösung
Siehe die activityfileattachment_ProcessSession-Eins-zu-Viele-Beziehung für die activityfileattachment-Tabelle/-Entität.
chat_ProcessSession
Hinzugefügt von: Activities Patch-Lösung
Siehe die chat_ProcessSession-Eins-zu-Viele-Beziehung für die chat-Tabelle/-Entität.
msdyn_serviceconfiguration_ProcessSession
Hinzugefügt von: Service Level Agreement (SLA) Extension-Lösung
Siehe die msdyn_serviceconfiguration_ProcessSession-Eins-zu-Viele-Beziehung für die msdyn_serviceconfiguration-Tabelle/-Entität.
msdyn_slakpi_ProcessSession
Hinzugefügt von: Service Level Agreement (SLA) Extension-Lösung
Siehe die msdyn_slakpi_ProcessSession-Eins-zu-Viele-Beziehung für die msdyn_slakpi-Tabelle/-Entität.
msdyn_integratedsearchprovider_ProcessSession
Hinzugefügt von: Knowledge Management Patch-Lösung
Siehe die msdyn_integratedsearchprovider_ProcessSession-Eins-zu-Viele-Beziehung für die msdyn_integratedsearchprovider-Tabelle/-Entität.
msdyn_knowledgemanagementsetting_ProcessSession
Hinzugefügt von: Knowledge Management Patch-Lösung
Siehe die msdyn_knowledgemanagementsetting_ProcessSession-Eins-zu-Viele-Beziehung für die msdyn_knowledgemanagementsetting-Tabelle/-Entität.
msdyn_federatedarticle_ProcessSession
Hinzugefügt von: Knowledge Management Online Features-Lösung
Siehe die msdyn_federatedarticle_ProcessSession-Eins-zu-Viele-Beziehung für die msdyn_federatedarticle-Tabelle/-Entität.
msdyn_federatedarticleincident_ProcessSession
Hinzugefügt von: Knowledge Management Online Features-Lösung
Siehe die msdyn_federatedarticleincident_ProcessSession-Eins-zu-Viele-Beziehung für die msdyn_federatedarticleincident-Tabelle/-Entität.
msdyn_kmfederatedsearchconfig_ProcessSession
Hinzugefügt von: Knowledge Management Online Features-Lösung
Siehe die msdyn_kmfederatedsearchconfig_ProcessSession-Eins-zu-Viele-Beziehung für die msdyn_kmfederatedsearchconfig-Tabelle/-Entität.
msdyn_knowledgearticleimage_ProcessSession
Hinzugefügt von: Knowledge Management Online Features-Lösung
Siehe die msdyn_knowledgearticleimage_ProcessSession-Eins-zu-Viele-Beziehung für die msdyn_knowledgearticleimage-Tabelle/-Entität.
msdyn_knowledgeconfiguration_ProcessSession
Hinzugefügt von: Knowledge Management Online Features-Lösung
Siehe die msdyn_knowledgeconfiguration_ProcessSession-Eins-zu-Viele-Beziehung für die msdyn_knowledgeconfiguration-Tabelle/-Entität.
msdyn_knowledgeinteractioninsight_ProcessSession
Hinzugefügt von: Knowledge Management Online Features-Lösung
Siehe die msdyn_knowledgeinteractioninsight_ProcessSession-Eins-zu-Viele-Beziehung für die msdyn_knowledgeinteractioninsight-Tabelle/-Entität.
msdyn_knowledgesearchinsight_ProcessSession
Hinzugefügt von: Knowledge Management Online Features-Lösung
Siehe die msdyn_knowledgesearchinsight_ProcessSession-Eins-zu-Viele-Beziehung für die msdyn_knowledgesearchinsight-Tabelle/-Entität.
msdyn_favoriteknowledgearticle_ProcessSession
Hinzugefügt von: Knowledge Management Features-Lösung
Siehe die msdyn_favoriteknowledgearticle_ProcessSession-Eins-zu-Viele-Beziehung für die msdyn_favoriteknowledgearticle-Tabelle/-Entität.
msdyn_kalanguagesetting_ProcessSession
Hinzugefügt von: Knowledge Management Features-Lösung
Siehe die msdyn_kalanguagesetting_ProcessSession-Eins-zu-Viele-Beziehung für die msdyn_kalanguagesetting-Tabelle/-Entität.
msdyn_kbattachment_ProcessSession
Hinzugefügt von: Knowledge Management Features-Lösung
Siehe die msdyn_kbattachment_ProcessSession-Eins-zu-Viele-Beziehung für die msdyn_kbattachment-Tabelle/-Entität.
msdyn_kmpersonalizationsetting_ProcessSession
Hinzugefügt von: Knowledge Management Features-Lösung
Siehe die msdyn_kmpersonalizationsetting_ProcessSession-Eins-zu-Viele-Beziehung für die msdyn_kmpersonalizationsetting-Tabelle/-Entität.
msdyn_knowledgearticletemplate_ProcessSession
Hinzugefügt von: Knowledge Management Features-Lösung
Siehe die msdyn_knowledgearticletemplate_ProcessSession-Eins-zu-Viele-Beziehung für die msdyn_knowledgearticletemplate-Tabelle/-Entität.
msdyn_knowledgepersonalfilter_ProcessSession
Hinzugefügt von: Knowledge Management Features-Lösung
Siehe die msdyn_knowledgepersonalfilter_ProcessSession-Eins-zu-Viele-Beziehung für die msdyn_knowledgepersonalfilter-Tabelle/-Entität.
msdyn_knowledgesearchfilter_ProcessSession
Hinzugefügt von: Knowledge Management Features-Lösung
Siehe die msdyn_knowledgesearchfilter_ProcessSession-Eins-zu-Viele-Beziehung für die msdyn_knowledgesearchfilter-Tabelle/-Entität.
fxexpression_ProcessSession
Hinzugefügt von: msft_PowerfxRuleSolution-Lösung
Siehe die fxexpression_ProcessSession-Eins-zu-Viele-Beziehung für die fxexpression-Tabelle/-Entität.
powerfxrule_ProcessSession
Hinzugefügt von: msft_PowerfxRuleSolution-Lösung
Siehe die powerfxrule_ProcessSession-Eins-zu-Viele-Beziehung für die powerfxrule-Tabelle/-Entität.
msgraphresourcetosubscription_ProcessSession
Hinzugefügt von: msft_ActivitiesInfra_Extensions-Lösung
Siehe die msgraphresourcetosubscription_ProcessSession-Eins-zu-Viele-Beziehung für die msgraphresourcetosubscription-Tabelle/-Entität.
virtualentitymetadata_ProcessSession
Hinzugefügt von: RuntimeIntegration-Lösung
Siehe die virtualentitymetadata_ProcessSession-Eins-zu-Viele-Beziehung für die virtualentitymetadata-Tabelle/-Entität.
mobileofflineprofileextension_ProcessSession
Hinzugefügt von: MobileOfflineProfileExtensionSolution-Lösung
Siehe die mobileofflineprofileextension_ProcessSession-Eins-zu-Viele-Beziehung für die mobileofflineprofileextension-Tabelle/-Entität.
teammobileofflineprofilemembership_ProcessSession
Hinzugefügt von: MobileOfflineMembership-Lösung
Siehe die teammobileofflineprofilemembership_ProcessSession-Eins-zu-Viele-Beziehung für die teammobileofflineprofilemembership-Tabelle/-Entität.
usermobileofflineprofilemembership_ProcessSession
Hinzugefügt von: MobileOfflineMembership-Lösung
Siehe die usermobileofflineprofilemembership_ProcessSession-Eins-zu-Viele-Beziehung für die usermobileofflineprofilemembership-Tabelle/-Entität.
organizationdatasyncsubscription_ProcessSession
Hinzugefügt von: OrganizationDataSyncSolution-Lösung
Siehe die organizationdatasyncsubscription_ProcessSession-Eins-zu-Viele-Beziehung für die organizationdatasyncsubscription-Tabelle/-Entität.
organizationdatasyncsubscriptionentity_ProcessSession
Hinzugefügt von: OrganizationDataSyncSolution-Lösung
Siehe die organizationdatasyncsubscriptionentity_ProcessSession-Eins-zu-Viele-Beziehung für die organizationdatasyncsubscriptionentity-Tabelle/-Entität.
organizationdatasyncsubscriptionfnotable_ProcessSession
Hinzugefügt von: OrganizationDataSyncSolution-Lösung
Siehe die organizationdatasyncsubscriptionfnotable_ProcessSession-Eins-zu-Viele-Beziehung für die organizationdatasyncsubscriptionfnotable-Tabelle/-Entität.
organizationdatasyncfnostate_ProcessSession
Hinzugefügt von: DataSyncState-Lösung
Siehe die organizationdatasyncfnostate_ProcessSession-Eins-zu-Viele-Beziehung für die organizationdatasyncfnostate-Tabelle/-Entität.
organizationdatasyncstate_ProcessSession
Hinzugefügt von: DataSyncState-Lösung
Siehe die organizationdatasyncstate_ProcessSession-Eins-zu-Viele-Beziehung für die organizationdatasyncstate-Tabelle/-Entität.
metadataforarchival_ProcessSession
Hinzugefügt von: Retention Base Components-Lösung
Siehe die metadataforarchival_ProcessSession-Eins-zu-Viele-Beziehung für die metadataforarchival-Tabelle/-Entität.
retentionconfig_ProcessSession
Hinzugefügt von: Retention Base Components-Lösung
Siehe die retentionconfig_ProcessSession-Eins-zu-Viele-Beziehung für die retentionconfig-Tabelle/-Entität.
retentionfailuredetail_ProcessSession
Hinzugefügt von: Retention Base Components-Lösung
Siehe die retentionfailuredetail_ProcessSession-Eins-zu-Viele-Beziehung für die retentionfailuredetail-Tabelle/-Entität.
retentionoperation_ProcessSession
Hinzugefügt von: Retention Base Components-Lösung
Siehe die retentionoperation_ProcessSession-Eins-zu-Viele-Beziehung für die retentionoperation-Tabelle/-Entität.
retentionoperationdetail_ProcessSession
Hinzugefügt von: Retention Base Components-Lösung
Siehe die retentionoperationdetail_ProcessSession-Eins-zu-Viele-Beziehung für die retentionoperationdetail-Tabelle/-Entität.
userrating_ProcessSession
Hinzugefügt von: User Rating-Lösung
Siehe die userrating_ProcessSession-Eins-zu-Viele-Beziehung für die userrating-Tabelle/-Entität.
msdyn_mobileapp_ProcessSession
Hinzugefügt von: Mobile Apps Solution-Lösung
Siehe die msdyn_mobileapp_ProcessSession-Eins-zu-Viele-Beziehung für die msdyn_mobileapp-Tabelle/-Entität.
msdyn_insightsstorevirtualentity_ProcessSession
Hinzugefügt von: Insights Store Data Provider-Lösung
Siehe die msdyn_insightsstorevirtualentity_ProcessSession-Eins-zu-Viele-Beziehung für die msdyn_insightsstorevirtualentity-Tabelle/-Entität.
roleeditorlayout_ProcessSession
Hinzugefügt von: Role Editor-Lösung
Siehe die roleeditorlayout_ProcessSession-Eins-zu-Viele-Beziehung für die roleeditorlayout-Tabelle/-Entität.
attributemaskingrule_ProcessSession
Hinzugefügt von: Column Level Security-Lösung
Siehe die attributemaskingrule_ProcessSession-Eins-zu-Viele-Beziehung für die attributemaskingrule-Tabelle/-Entität.
maskingrule_ProcessSession
Hinzugefügt von: Column Level Security-Lösung
Siehe die maskingrule_ProcessSession-Eins-zu-Viele-Beziehung für die maskingrule-Tabelle/-Entität.
recyclebinconfig_ProcessSession
Hinzugefügt von: RecycleBin Base Components-Lösung
Siehe die recyclebinconfig_ProcessSession-Eins-zu-Viele-Beziehung für die recyclebinconfig-Tabelle/-Entität.
appaction_ProcessSession
Hinzugefügt von: Power Apps Actions-Lösung
Siehe die appaction_ProcessSession-Eins-zu-Viele-Beziehung für die appaction-Tabelle/-Entität.
appactionmigration_ProcessSession
Hinzugefügt von: Power Apps Actions-Lösung
Siehe die appactionmigration_ProcessSession-Eins-zu-Viele-Beziehung für die appactionmigration-Tabelle/-Entität.
appactionrule_ProcessSession
Hinzugefügt von: Power Apps Actions-Lösung
Siehe die appactionrule_ProcessSession-Eins-zu-Viele-Beziehung für die appactionrule-Tabelle/-Entität.
card_ProcessSession
Hinzugefügt von: Power Apps cards-Lösung
Siehe die card_ProcessSession-Eins-zu-Viele-Beziehung für die card-Tabelle/-Entität.
msdyn_entitylinkchatconfiguration_ProcessSession
Hinzugefügt von: Teams Chat Settings Solution-Lösung
Siehe die msdyn_entitylinkchatconfiguration_ProcessSession-Eins-zu-Viele-Beziehung für die msdyn_entitylinkchatconfiguration-Tabelle/-Entität.
msdyn_richtextfile_ProcessSession
Hinzugefügt von: Rich Text Editor-Lösung
Siehe die msdyn_richtextfile_ProcessSession-Eins-zu-Viele-Beziehung für die msdyn_richtextfile-Tabelle/-Entität.
msdyn_customcontrolextendedsettings_ProcessSession
Hinzugefügt von: User Experiences Extended Settings-Lösung
Siehe die msdyn_customcontrolextendedsettings_ProcessSession-Eins-zu-Viele-Beziehung für die msdyn_customcontrolextendedsettings-Tabelle/-Entität.
msdyn_virtualtablecolumncandidate_ProcessSession
Hinzugefügt von: Virtual Connector Provider-Lösung
Siehe die msdyn_virtualtablecolumncandidate_ProcessSession-Eins-zu-Viele-Beziehung für die msdyn_virtualtablecolumncandidate-Tabelle/-Entität.
msdyn_aiconfiguration_ProcessSession
Hinzugefügt von: AISolution-Lösung
Siehe die msdyn_aiconfiguration_ProcessSession-Eins-zu-Viele-Beziehung für die msdyn_aiconfiguration-Tabelle/-Entität.
msdyn_aievent_ProcessSession
Hinzugefügt von: AISolution-Lösung
Siehe die msdyn_aievent_ProcessSession-Eins-zu-Viele-Beziehung für die msdyn_aievent-Tabelle/-Entität.
msdyn_aimodel_ProcessSession
Hinzugefügt von: AISolution-Lösung
Siehe die msdyn_aimodel_ProcessSession-Eins-zu-Viele-Beziehung für die msdyn_aimodel-Tabelle/-Entität.
msdyn_aitemplate_ProcessSession
Hinzugefügt von: AISolution-Lösung
Siehe die msdyn_aitemplate_ProcessSession-Eins-zu-Viele-Beziehung für die msdyn_aitemplate-Tabelle/-Entität.
msdyn_aibfeedbackloop_ProcessSession
Hinzugefügt von: AISolutionFullAdditions-Lösung
Siehe die msdyn_aibfeedbackloop_ProcessSession-Eins-zu-Viele-Beziehung für die msdyn_aibfeedbackloop-Tabelle/-Entität.
msdyn_aifptrainingdocument_ProcessSession
Hinzugefügt von: AI Solution deprecated templates-Lösung
Siehe die msdyn_aifptrainingdocument_ProcessSession-Eins-zu-Viele-Beziehung für die msdyn_aifptrainingdocument-Tabelle/-Entität.
msdyn_aiodimage_ProcessSession
Hinzugefügt von: AI Solution deprecated templates-Lösung
Siehe die msdyn_aiodimage_ProcessSession-Eins-zu-Viele-Beziehung für die msdyn_aiodimage-Tabelle/-Entität.
msdyn_aiodlabel_ProcessSession
Hinzugefügt von: AI Solution deprecated templates-Lösung
Siehe die msdyn_aiodlabel_ProcessSession-Eins-zu-Viele-Beziehung für die msdyn_aiodlabel-Tabelle/-Entität.
msdyn_aiodtrainingboundingbox_ProcessSession
Hinzugefügt von: AI Solution deprecated templates-Lösung
Siehe die msdyn_aiodtrainingboundingbox_ProcessSession-Eins-zu-Viele-Beziehung für die msdyn_aiodtrainingboundingbox-Tabelle/-Entität.
msdyn_aiodtrainingimage_ProcessSession
Hinzugefügt von: AI Solution deprecated templates-Lösung
Siehe die msdyn_aiodtrainingimage_ProcessSession-Eins-zu-Viele-Beziehung für die msdyn_aiodtrainingimage-Tabelle/-Entität.
msdyn_aibdataset_ProcessSession
Hinzugefügt von: AI Solution default templates-Lösung
Siehe die msdyn_aibdataset_ProcessSession-Eins-zu-Viele-Beziehung für die msdyn_aibdataset-Tabelle/-Entität.
msdyn_aibdatasetfile_ProcessSession
Hinzugefügt von: AI Solution default templates-Lösung
Siehe die msdyn_aibdatasetfile_ProcessSession-Eins-zu-Viele-Beziehung für die msdyn_aibdatasetfile-Tabelle/-Entität.
msdyn_aibdatasetrecord_ProcessSession
Hinzugefügt von: AI Solution default templates-Lösung
Siehe die msdyn_aibdatasetrecord_ProcessSession-Eins-zu-Viele-Beziehung für die msdyn_aibdatasetrecord-Tabelle/-Entität.
msdyn_aibdatasetscontainer_ProcessSession
Hinzugefügt von: AI Solution default templates-Lösung
Siehe die msdyn_aibdatasetscontainer_ProcessSession-Eins-zu-Viele-Beziehung für die msdyn_aibdatasetscontainer-Tabelle/-Entität.
msdyn_aibfile_ProcessSession
Hinzugefügt von: AI Solution default templates-Lösung
Siehe die msdyn_aibfile_ProcessSession-Eins-zu-Viele-Beziehung für die msdyn_aibfile-Tabelle/-Entität.
msdyn_aibfileattacheddata_ProcessSession
Hinzugefügt von: AI Solution default templates-Lösung
Siehe die msdyn_aibfileattacheddata_ProcessSession-Eins-zu-Viele-Beziehung für die msdyn_aibfileattacheddata-Tabelle/-Entität.
msdyn_pmanalysishistory_ProcessSession
Hinzugefügt von: Process Mining-Lösung
Siehe die msdyn_pmanalysishistory_ProcessSession-Eins-zu-Viele-Beziehung für die msdyn_pmanalysishistory-Tabelle/-Entität.
msdyn_pmbusinessruleautomationconfig_ProcessSession
Hinzugefügt von: Process Mining-Lösung
Siehe die msdyn_pmbusinessruleautomationconfig_ProcessSession-Eins-zu-Viele-Beziehung für die msdyn_pmbusinessruleautomationconfig-Tabelle/-Entität.
msdyn_pmcalendar_ProcessSession
Hinzugefügt von: Process Mining-Lösung
Siehe die msdyn_pmcalendar_ProcessSession-Eins-zu-Viele-Beziehung für die msdyn_pmcalendar-Tabelle/-Entität.
msdyn_pmcalendarversion_ProcessSession
Hinzugefügt von: Process Mining-Lösung
Siehe die msdyn_pmcalendarversion_ProcessSession-Eins-zu-Viele-Beziehung für die msdyn_pmcalendarversion-Tabelle/-Entität.
msdyn_pminferredtask_ProcessSession
Hinzugefügt von: Process Mining-Lösung
Siehe die msdyn_pminferredtask_ProcessSession-Eins-zu-Viele-Beziehung für die msdyn_pminferredtask-Tabelle/-Entität.
msdyn_pmprocessextendedmetadataversion_ProcessSession
Hinzugefügt von: Process Mining-Lösung
Siehe die msdyn_pmprocessextendedmetadataversion_ProcessSession-Eins-zu-Viele-Beziehung für die msdyn_pmprocessextendedmetadataversion-Tabelle/-Entität.
msdyn_pmprocesstemplate_ProcessSession
Hinzugefügt von: Process Mining-Lösung
Siehe die msdyn_pmprocesstemplate_ProcessSession-Eins-zu-Viele-Beziehung für die msdyn_pmprocesstemplate-Tabelle/-Entität.
msdyn_pmprocessusersettings_ProcessSession
Hinzugefügt von: Process Mining-Lösung
Siehe die msdyn_pmprocessusersettings_ProcessSession-Eins-zu-Viele-Beziehung für die msdyn_pmprocessusersettings-Tabelle/-Entität.
msdyn_pmprocessversion_ProcessSession
Hinzugefügt von: Process Mining-Lösung
Siehe die msdyn_pmprocessversion_ProcessSession-Eins-zu-Viele-Beziehung für die msdyn_pmprocessversion-Tabelle/-Entität.
msdyn_pmrecording_ProcessSession
Hinzugefügt von: Process Mining-Lösung
Siehe die msdyn_pmrecording_ProcessSession-Eins-zu-Viele-Beziehung für die msdyn_pmrecording-Tabelle/-Entität.
msdyn_pmtemplate_ProcessSession
Hinzugefügt von: Process Mining-Lösung
Siehe die msdyn_pmtemplate_ProcessSession-Eins-zu-Viele-Beziehung für die msdyn_pmtemplate-Tabelle/-Entität.
msdyn_pmview_ProcessSession
Hinzugefügt von: Process Mining-Lösung
Siehe die msdyn_pmview_ProcessSession-Eins-zu-Viele-Beziehung für die msdyn_pmview-Tabelle/-Entität.
msdyn_analysiscomponent_ProcessSession
Hinzugefügt von: Power Apps Checker-Lösung
Siehe die msdyn_analysiscomponent_ProcessSession-Eins-zu-Viele-Beziehung für die msdyn_analysiscomponent-Tabelle/-Entität.
msdyn_analysisjob_ProcessSession
Hinzugefügt von: Power Apps Checker-Lösung
Siehe die msdyn_analysisjob_ProcessSession-Eins-zu-Viele-Beziehung für die msdyn_analysisjob-Tabelle/-Entität.
msdyn_analysisoverride_ProcessSession
Hinzugefügt von: Power Apps Checker-Lösung
Siehe die msdyn_analysisoverride_ProcessSession-Eins-zu-Viele-Beziehung für die msdyn_analysisoverride-Tabelle/-Entität.
msdyn_analysisresult_ProcessSession
Hinzugefügt von: Power Apps Checker-Lösung
Siehe die msdyn_analysisresult_ProcessSession-Eins-zu-Viele-Beziehung für die msdyn_analysisresult-Tabelle/-Entität.
msdyn_analysisresultdetail_ProcessSession
Hinzugefügt von: Power Apps Checker-Lösung
Siehe die msdyn_analysisresultdetail_ProcessSession-Eins-zu-Viele-Beziehung für die msdyn_analysisresultdetail-Tabelle/-Entität.
msdyn_solutionhealthrule_ProcessSession
Hinzugefügt von: Power Apps Checker-Lösung
Siehe die msdyn_solutionhealthrule_ProcessSession-Eins-zu-Viele-Beziehung für die msdyn_solutionhealthrule-Tabelle/-Entität.
msdyn_solutionhealthruleargument_ProcessSession
Hinzugefügt von: Power Apps Checker-Lösung
Siehe die msdyn_solutionhealthruleargument_ProcessSession-Eins-zu-Viele-Beziehung für die msdyn_solutionhealthruleargument-Tabelle/-Entität.
msdyn_solutionhealthruleset_ProcessSession
Hinzugefügt von: Power Apps Checker-Lösung
Siehe die msdyn_solutionhealthruleset_ProcessSession-Eins-zu-Viele-Beziehung für die msdyn_solutionhealthruleset-Tabelle/-Entität.
powerbidataset_ProcessSession
Hinzugefügt von: Power BI Entities-Lösung
Siehe die powerbidataset_ProcessSession-Eins-zu-Viele-Beziehung für die powerbidataset-Tabelle/-Entität.
powerbidatasetapdx_ProcessSession
Hinzugefügt von: Power BI Entities-Lösung
Siehe die powerbidatasetapdx_ProcessSession-Eins-zu-Viele-Beziehung für die powerbidatasetapdx-Tabelle/-Entität.
powerbimashupparameter_ProcessSession
Hinzugefügt von: Power BI Entities-Lösung
Siehe die powerbimashupparameter_ProcessSession-Eins-zu-Viele-Beziehung für die powerbimashupparameter-Tabelle/-Entität.
powerbireport_ProcessSession
Hinzugefügt von: Power BI Entities-Lösung
Siehe die powerbireport_ProcessSession-Eins-zu-Viele-Beziehung für die powerbireport-Tabelle/-Entität.
powerbireportapdx_ProcessSession
Hinzugefügt von: Power BI Entities-Lösung
Siehe die powerbireportapdx_ProcessSession-Eins-zu-Viele-Beziehung für die powerbireportapdx-Tabelle/-Entität.
msdyn_fileupload_ProcessSession
Hinzugefügt von: Smart Data Import Base-Lösung
Siehe die msdyn_fileupload_ProcessSession-Eins-zu-Viele-Beziehung für die msdyn_fileupload-Tabelle/-Entität.
mainfewshot_ProcessSession
Hinzugefügt von: msdyn_RelevanceSearch-Lösung
Siehe die mainfewshot_ProcessSession-Eins-zu-Viele-Beziehung für die mainfewshot-Tabelle/-Entität.
makerfewshot_ProcessSession
Hinzugefügt von: msdyn_RelevanceSearch-Lösung
Siehe die makerfewshot_ProcessSession-Eins-zu-Viele-Beziehung für die makerfewshot-Tabelle/-Entität.
searchattributesettings_ProcessSession
Hinzugefügt von: msdyn_RelevanceSearch-Lösung
Siehe die searchattributesettings_ProcessSession-Eins-zu-Viele-Beziehung für die searchattributesettings-Tabelle/-Entität.
searchcustomanalyzer_ProcessSession
Hinzugefügt von: msdyn_RelevanceSearch-Lösung
Siehe die searchcustomanalyzer_ProcessSession-Eins-zu-Viele-Beziehung für die searchcustomanalyzer-Tabelle/-Entität.
searchrelationshipsettings_ProcessSession
Hinzugefügt von: msdyn_RelevanceSearch-Lösung
Siehe die searchrelationshipsettings_ProcessSession-Eins-zu-Viele-Beziehung für die searchrelationshipsettings-Tabelle/-Entität.
copilotexamplequestion_ProcessSession
Hinzugefügt von: msdyn_RelevanceSearch-Lösung
Siehe die copilotexamplequestion_ProcessSession-Eins-zu-Viele-Beziehung für die copilotexamplequestion-Tabelle/-Entität.
powerpagecomponent_ProcessSession
Hinzugefügt von: Power Pages Core Base-Lösung
Siehe die powerpagecomponent_ProcessSession-Eins-zu-Viele-Beziehung für die powerpagecomponent-Tabelle/-Entität.
powerpagesite_ProcessSession
Hinzugefügt von: Power Pages Core Base-Lösung
Siehe die powerpagesite_ProcessSession-Eins-zu-Viele-Beziehung für die powerpagesite-Tabelle/-Entität.
powerpagesitelanguage_ProcessSession
Hinzugefügt von: Power Pages Core Base-Lösung
Siehe die powerpagesitelanguage_ProcessSession-Eins-zu-Viele-Beziehung für die powerpagesitelanguage-Tabelle/-Entität.
powerpagesitepublished_ProcessSession
Hinzugefügt von: Power Pages Core Base-Lösung
Siehe die powerpagesitepublished_ProcessSession-Eins-zu-Viele-Beziehung für die powerpagesitepublished-Tabelle/-Entität.
adx_externalidentity_ProcessSession
Hinzugefügt von: Power Pages Runtime Core-Lösung
Siehe die adx_externalidentity_ProcessSession-Eins-zu-Viele-Beziehung für die adx_externalidentity-Tabelle/-Entität.
adx_invitation_ProcessSession
Hinzugefügt von: Power Pages Runtime Core-Lösung
Siehe die adx_invitation_ProcessSession-Eins-zu-Viele-Beziehung für die adx_invitation-Tabelle/-Entität.
adx_inviteredemption_ProcessSession
Hinzugefügt von: Active Solution-Lösung
Siehe die adx_inviteredemption_ProcessSession-Eins-zu-Viele-Beziehung für die adx_inviteredemption-Tabelle/-Entität.
adx_portalcomment_ProcessSession
Hinzugefügt von: Active Solution-Lösung
Siehe die adx_portalcomment_ProcessSession-Eins-zu-Viele-Beziehung für die adx_portalcomment-Tabelle/-Entität.
adx_setting_ProcessSession
Hinzugefügt von: Power Pages Runtime Core-Lösung
Siehe die adx_setting_ProcessSession-Eins-zu-Viele-Beziehung für die adx_setting-Tabelle/-Entität.
adx_webformsession_ProcessSession
Hinzugefügt von: Power Pages Runtime Core-Lösung
Siehe die adx_webformsession_ProcessSession-Eins-zu-Viele-Beziehung für die adx_webformsession-Tabelle/-Entität.
mspcat_catalogsubmissionfiles_ProcessSession
Hinzugefügt von: Catalog in Power Platform Packaging-Lösung
Siehe die mspcat_catalogsubmissionfiles_ProcessSession-Eins-zu-Viele-Beziehung für die mspcat_catalogsubmissionfiles-Tabelle/-Entität.
mspcat_packagestore_ProcessSession
Hinzugefügt von: Catalog in Power Platform Packaging-Lösung
Siehe die mspcat_packagestore_ProcessSession-Eins-zu-Viele-Beziehung für die mspcat_packagestore-Tabelle/-Entität.
plannerbusinessscenario_ProcessSession
Hinzugefügt von: PlannerSync_Extensions-Lösung
Siehe die plannerbusinessscenario_ProcessSession-Eins-zu-Viele-Beziehung für die plannerbusinessscenario-Tabelle/-Entität.
plannersyncaction_ProcessSession
Hinzugefügt von: PlannerSync_Extensions-Lösung
Siehe die plannersyncaction_ProcessSession-Eins-zu-Viele-Beziehung für die plannersyncaction-Tabelle/-Entität.
copilotglossaryterm_ProcessSession
Hinzugefügt von: msdyn_RelevanceSearch-Lösung
Siehe die copilotglossaryterm_ProcessSession-Eins-zu-Viele-Beziehung für die copilotglossaryterm-Tabelle/-Entität.
copilotsynonyms_ProcessSession
Hinzugefügt von: msdyn_RelevanceSearch-Lösung
Siehe die copilotsynonyms_ProcessSession-Eins-zu-Viele-Beziehung für die copilotsynonyms-Tabelle/-Entität.
Siehe auch
Dataverse-Tabelle/-Entitätsreferenz Web-API-Referenz processsession EntityType