ProcessSession テーブル/エンティティの参照
注意
テーブルとエンティティの違いについて不明な点がありますか? 開発者: Microsoft Dataverse の用語を理解するを参照してください。
Information that is generated when a dialog is run. Every time that you run a dialog, a dialog session is created.
メッセージ
メッセージ | Web API 操作 | SDK クラスまたはメソッド |
---|---|---|
Assign | PATCH [org URI]/api/data/v9.0/processsessions(processsessionid)ownerid のプロパティを更新する。 |
AssignRequest |
Create | POST [org URI]/api/data/v9.0/processsessions 作成を参照 |
CreateRequest または Create |
Delete | DELETE [org URI]/api/data/v9.0/processsessions(processsessionid) 削除を参照 |
DeleteRequest または Delete |
GrantAccess | GrantAccess Action | GrantAccessRequest |
ModifyAccess | ModifyAccess Action | ModifyAccessRequest |
Retrieve | GET [org URI]/api/data/v9.0/processsessions(processsessionid) 取得を参照 |
RetrieveRequest または Retrieve |
RetrieveMultiple | GET [org URI]/api/data/v9.0/processsessions データのクエリを参照 |
RetrieveMultipleRequest または RetrieveMultiple |
RetrievePrincipalAccess | RetrievePrincipalAccess Function | RetrievePrincipalAccessRequest |
RetrieveSharedPrincipalsAndAccess | RetrieveSharedPrincipalsAndAccess Function | RetrieveSharedPrincipalsAndAccessRequest |
RevokeAccess | RevokeAccess Action | RevokeAccessRequest |
SetState | PATCH [org URI]/api/data/v9.0/processsessions(processsessionid)statecode と statuscode のプロパティを更新する。 |
SetStateRequest |
Update | PATCH [org URI]/api/data/v9.0/processsessions(processsessionid) 更新を参照 |
UpdateRequest または Update |
プロパティ
プロパティ | 値 |
---|---|
CollectionSchemaName | ProcessSession |
DisplayCollectionName | Process Sessions |
DisplayName | Process Session |
EntitySetName | processsessions |
IsBPFEntity | False |
LogicalCollectionName | processsessions |
LogicalName | processsession |
OwnershipType | UserOwned |
PrimaryIdAttribute | processsessionid |
PrimaryNameAttribute | name |
SchemaName | ProcessSession |
書き込み可能な列/属性
これらの列/属性は IsValidForCreate または IsValidForUpdate のいずれかについて true を返します (通常は両方)。 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
プロパティ | 値 |
---|---|
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
プロパティ | 値 |
---|---|
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
プロパティ | 値 |
---|---|
Description | User comments. |
DisplayName | Comments |
Format | Text |
IsLocalizable | False |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | comments |
MaxLength | 2000 |
RequiredLevel | None |
Type | Memo |
CompletedOn
プロパティ | 値 |
---|---|
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
プロパティ | 値 |
---|---|
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
プロパティ | 値 |
---|---|
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
プロパティ | 値 |
---|---|
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
プロパティ | 値 |
---|---|
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
プロパティ | 値 |
---|---|
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
プロパティ | 値 |
---|---|
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
プロパティ | 値 |
---|---|
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
プロパティ | 値 |
---|---|
Description | |
DisplayName | |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | owneridtype |
RequiredLevel | SystemRequired |
Type | EntityName |
PreviousLinkedSessionId
プロパティ | 値 |
---|---|
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
プロパティ | 値 |
---|---|
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
プロパティ | 値 |
---|---|
Description | Unique identifier of the dialog session. |
DisplayName | Dialog Session |
IsValidForForm | False |
IsValidForRead | True |
IsValidForUpdate | False |
LogicalName | processsessionid |
RequiredLevel | SystemRequired |
Type | Uniqueidentifier |
ProcessStageName
プロパティ | 値 |
---|---|
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
プロパティ | 値 |
---|---|
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
プロパティ | 値 |
---|---|
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
プロパティ | 値 |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
IsValidForUpdate | False |
LogicalName | regardingobjectidname |
MaxLength | 850 |
RequiredLevel | None |
Type | String |
RegardingObjectIdYomiName
プロパティ | 値 |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
IsValidForUpdate | False |
LogicalName | regardingobjectidyominame |
MaxLength | 850 |
RequiredLevel | None |
Type | String |
RegardingObjectTypeCode
プロパティ | 値 |
---|---|
Description | |
DisplayName | |
IsValidForForm | False |
IsValidForRead | True |
IsValidForUpdate | False |
LogicalName | regardingobjecttypecode |
RequiredLevel | None |
Type | EntityName |
StartedOn
プロパティ | 値 |
---|---|
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
プロパティ | 値 |
---|---|
Description | Status of the dialog session. |
DisplayName | Status |
IsValidForCreate | False |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | statecode |
RequiredLevel | SystemRequired |
Type | State |
StateCode の選択肢/オプション
値 | ラベル | 既定の状態 | 不変名 |
---|---|---|---|
0 | Incomplete | 1 | Incomplete |
1 | Complete | 2 | Complete |
StatusCode
プロパティ | 値 |
---|---|
Description | Reason for the status of the dialog session. |
DisplayName | Status Reason |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | statuscode |
RequiredLevel | None |
Type | Status |
StatusCode の選択肢/オプション
値 | ラベル | 状態 |
---|---|---|
1 | Not Started | 0 |
2 | In Progress | 0 |
3 | Paused | 0 |
4 | Completed | 1 |
5 | Canceled | 1 |
6 | Failed | 1 |
StepName
プロパティ | 値 |
---|---|
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 |
読み取り専用列/属性
これらの列/属性は IsValidForCreate または IsValidForUpdate の両方について false を返します。 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
プロパティ | 値 |
---|---|
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
プロパティ | 値 |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | canceledbyname |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
CanceledByYomiName
プロパティ | 値 |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | canceledbyyominame |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
CompletedBy
プロパティ | 値 |
---|---|
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
プロパティ | 値 |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | completedbyname |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
CompletedByYomiName
プロパティ | 値 |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | completedbyyominame |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
CreatedBy
プロパティ | 値 |
---|---|
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
プロパティ | 値 |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | createdbyname |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
CreatedByYomiName
プロパティ | 値 |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | createdbyyominame |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
CreatedOn
プロパティ | 値 |
---|---|
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
プロパティ | 値 |
---|---|
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
プロパティ | 値 |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | createdonbehalfbyname |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
CreatedOnBehalfByYomiName
プロパティ | 値 |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | createdonbehalfbyyominame |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
ExecutedByName
プロパティ | 値 |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | executedbyname |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
ExecutedByYomiName
プロパティ | 値 |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | executedbyyominame |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
ExecutedOn
プロパティ | 値 |
---|---|
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
プロパティ | 値 |
---|---|
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
プロパティ | 値 |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | modifiedbyname |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
ModifiedByYomiName
プロパティ | 値 |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | modifiedbyyominame |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
ModifiedOn
プロパティ | 値 |
---|---|
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
プロパティ | 値 |
---|---|
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
プロパティ | 値 |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | modifiedonbehalfbyname |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
ModifiedOnBehalfByYomiName
プロパティ | 値 |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | modifiedonbehalfbyyominame |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
NextLinkedSessionIdName
プロパティ | 値 |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | nextlinkedsessionidname |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
OriginatingSessionIdName
プロパティ | 値 |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | originatingsessionidname |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
OwnerIdName
プロパティ | 値 |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | owneridname |
MaxLength | 100 |
RequiredLevel | SystemRequired |
Type | String |
OwnerIdYomiName
プロパティ | 値 |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | owneridyominame |
MaxLength | 100 |
RequiredLevel | SystemRequired |
Type | String |
OwningBusinessUnit
プロパティ | 値 |
---|---|
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
プロパティ | 値 |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | owningbusinessunitname |
MaxLength | 160 |
RequiredLevel | None |
Type | String |
OwningTeam
プロパティ | 値 |
---|---|
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
プロパティ | 値 |
---|---|
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
プロパティ | 値 |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | previouslinkedsessionidname |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
ProcessIdName
プロパティ | 値 |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | processidname |
MaxLength | 160 |
RequiredLevel | None |
Type | String |
ProtectionKey
プロパティ | 値 |
---|---|
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
プロパティ | 値 |
---|---|
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
プロパティ | 値 |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | startedbyname |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
StartedByYomiName
プロパティ | 値 |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | startedbyyominame |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
一対多関連付け
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
workflowlog テーブル/エンティティの多対一のリレーションシップ lk_workflowlog_processsession と同じです。
プロパティ | 値 |
---|---|
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
workflowlog テーブル/エンティティの多対一のリレーションシップ lk_workflowlog_processsession_childworkflow と同じです。
プロパティ | 値 |
---|---|
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
processsession テーブル/エンティティの多対一のリレーションシップ lk_processsession_previouslinkedsessionid と同じです。
プロパティ | 値 |
---|---|
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
processsession テーブル/エンティティの多対一のリレーションシップ lk_processsession_nextlinkedsessionid と同じです。
プロパティ | 値 |
---|---|
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
processsession テーブル/エンティティの多対一のリレーションシップ lk_processsession_originatingsessionid と同じです。
プロパティ | 値 |
---|---|
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
connection テーブル/エンティティの多対一のリレーションシップ processsession_connections2 と同じです。
プロパティ | 値 |
---|---|
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
syncerror テーブル/エンティティの多対一のリレーションシップ ProcessSession_SyncErrors と同じです。
プロパティ | 値 |
---|---|
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
connection テーブル/エンティティの多対一のリレーションシップ processsession_connections1 と同じです。
プロパティ | 値 |
---|---|
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
postfollow テーブル/エンティティの多対一のリレーションシップ processsession_PostFollows と同じです。
プロパティ | 値 |
---|---|
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 |
多対一関連付け
各多対一の関係付けは、関連するテーブルとの対応する一対多の関係付けによって定義されます。 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
theme テーブル/エンティティの一対多のリレーションシップ theme_ProcessSession を参照してください。
usermapping_ProcessSession
usermapping テーブル/エンティティの一対多のリレーションシップ usermapping_ProcessSession を参照してください。
knowledgearticle_ProcessSession
knowledgearticle テーブル/エンティティの一対多のリレーションシップ knowledgearticle_ProcessSession を参照してください。
position_ProcessSession
position テーブル/エンティティの一対多のリレーションシップ position_ProcessSession を参照してください。
KnowledgeBaseRecord_ProcessSession
knowledgebaserecord テーブル/エンティティの一対多のリレーションシップ KnowledgeBaseRecord_ProcessSession を参照してください。
SharePointSite_ProcessSessions
sharepointsite テーブル/エンティティの一対多のリレーションシップ SharePointSite_ProcessSessions を参照してください。
MailMergeTemplate_ProcessSessions
mailmergetemplate テーブル/エンティティの一対多のリレーションシップ MailMergeTemplate_ProcessSessions を参照してください。
Annotation_ProcessSessions
annotation テーブル/エンティティの一対多のリレーションシップ Annotation_ProcessSessions を参照してください。
BusinessUnitNewsArticle_ProcessSessions
businessunitnewsarticle テーブル/エンティティの一対多のリレーションシップ BusinessUnitNewsArticle_ProcessSessions を参照してください。
Appointment_ProcessSessions
appointment テーブル/エンティティの一対多のリレーションシップ Appointment_ProcessSessions を参照してください。
QueueItem_ProcessSessions
queueitem テーブル/エンティティの一対多のリレーションシップ QueueItem_ProcessSessions を参照してください。
lk_processsession_previouslinkedsessionid
processsession テーブル/エンティティの一対多のリレーションシップ lk_processsession_previouslinkedsessionid を参照してください。
lk_processsession_nextlinkedsessionid
processsession テーブル/エンティティの一対多のリレーションシップ lk_processsession_nextlinkedsessionid を参照してください。
lk_processsession_originatingsessionid
processsession テーブル/エンティティの一対多のリレーションシップ lk_processsession_originatingsessionid を参照してください。
Team_ProcessSessions
team テーブル/エンティティの一対多のリレーションシップ Team_ProcessSessions を参照してください。
Goal_ProcessSessions
goal テーブル/エンティティの一対多のリレーションシップ Goal_ProcessSessions を参照してください。
mailbox_processsessions
mailbox テーブル/エンティティの一対多のリレーションシップ mailbox_processsessions を参照してください。
TranslationProcess_ProcessSessions
translationprocess テーブル/エンティティの一対多のリレーションシップ TranslationProcess_ProcessSessions を参照してください。
SystemUser_ProcessSessions
systemuser テーブル/エンティティの一対多のリレーションシップ SystemUser_ProcessSessions を参照してください。
BusinessUnit_ProcessSessions
businessunit テーブル/エンティティの一対多のリレーションシップ BusinessUnit_ProcessSessions を参照してください。
KbArticleComment_ProcessSessions
kbarticlecomment テーブル/エンティティの一対多のリレーションシップ KbArticleComment_ProcessSessions を参照してください。
lk_processsession_canceledby
systemuser テーブル/エンティティの一対多のリレーションシップ lk_processsession_canceledby を参照してください。
goalrollupquery_ProcessSessions
goalrollupquery テーブル/エンティティの一対多のリレーションシップ goalrollupquery_ProcessSessions を参照してください。
rollupfield_ProcessSessions
rollupfield テーブル/エンティティの一対多のリレーションシップ rollupfield_ProcessSessions を参照してください。
SharePointDocumentLocation_ProcessSessions
sharepointdocumentlocation テーブル/エンティティの一対多のリレーションシップ SharePointDocumentLocation_ProcessSessions を参照してください。
lk_processsession_startedby
systemuser テーブル/エンティティの一対多のリレーションシップ lk_processsession_startedby を参照してください。
Account_ProcessSessions
account テーブル/エンティティの一対多のリレーションシップ Account_ProcessSessions を参照してください。
PhoneCall_ProcessSessions
phonecall テーブル/エンティティの一対多のリレーションシップ PhoneCall_ProcessSessions を参照してください。
slabase_ProcessSessions
sla テーブル/エンティティの一対多のリレーションシップ slabase_ProcessSessions を参照してください。
lk_processsession_createdby
systemuser テーブル/エンティティの一対多のリレーションシップ lk_processsession_createdby を参照してください。
lk_processsessionbase_modifiedonbehalfby
systemuser テーブル/エンティティの一対多のリレーションシップ lk_processsessionbase_modifiedonbehalfby を参照してください。
Template_ProcessSessions
template テーブル/エンティティの一対多のリレーションシップ Template_ProcessSessions を参照してください。
NewProcess_ProcessSessions
newprocess テーブル/エンティティの一対多のリレーションシップ NewProcess_ProcessSessions を参照してください。
Report_ProcessSessions
report テーブル/エンティティの一対多のリレーションシップ Report_ProcessSessions を参照してください。
Owning_businessunit_processsessions
businessunit テーブル/エンティティの一対多のリレーションシップ Owning_businessunit_processsessions を参照してください。
CustomerAddress_ProcessSessions
customeraddress テーブル/エンティティの一対多のリレーションシップ CustomerAddress_ProcessSessions を参照してください。
Connection_ProcessSessions
connection テーブル/エンティティの一対多のリレーションシップ Connection_ProcessSessions を参照してください。
lk_processsession_executedby
systemuser テーブル/エンティティの一対多のリレーションシップ lk_processsession_executedby を参照してください。
team_processsession
team テーブル/エンティティの一対多のリレーションシップ team_processsession を参照してください。
metric_ProcessSessions
metric テーブル/エンティティの一対多のリレーションシップ metric_ProcessSessions を参照してください。
ExpiredProcess_ProcessSessions
expiredprocess テーブル/エンティティの一対多のリレーションシップ ExpiredProcess_ProcessSessions を参照してください。
KbArticle_ProcessSessions
kbarticle テーブル/エンティティの一対多のリレーションシップ KbArticle_ProcessSessions を参照してください。
SocialActivity_ProcessSessions
socialactivity テーブル/エンティティの一対多のリレーションシップ SocialActivity_ProcessSessions を参照してください。
Task_ProcessSessions
task テーブル/エンティティの一対多のリレーションシップ Task_ProcessSessions を参照してください。
lk_processsession_processid
workflow テーブル/エンティティの一対多のリレーションシップ lk_processsession_processid を参照してください。
lk_processsession_modifiedby
systemuser テーブル/エンティティの一対多のリレーションシップ lk_processsession_modifiedby を参照してください。
ConnectionRole_ProcessSessions
connectionrole テーブル/エンティティの一対多のリレーションシップ ConnectionRole_ProcessSessions を参照してください。
TransactionCurrency_ProcessSessions
transactioncurrency テーブル/エンティティの一対多のリレーションシップ TransactionCurrency_ProcessSessions を参照してください。
Fax_ProcessSessions
fax テーブル/エンティティの一対多のリレーションシップ Fax_ProcessSessions を参照してください。
KbArticleTemplate_ProcessSessions
kbarticletemplate テーブル/エンティティの一対多のリレーションシップ KbArticleTemplate_ProcessSessions を参照してください。
Letter_ProcessSessions
letter テーブル/エンティティの一対多のリレーションシップ Letter_ProcessSessions を参照してください。
RecurringAppointmentMaster_ProcessSessions
recurringappointmentmaster テーブル/エンティティの一対多のリレーションシップ RecurringAppointmentMaster_ProcessSessions を参照してください。
Email_ProcessSessions
email テーブル/エンティティの一対多のリレーションシップ Email_ProcessSessions を参照してください。
lk_processsession_completedby
systemuser テーブル/エンティティの一対多のリレーションシップ lk_processsession_completedby を参照してください。
Contact_ProcessSessions
contact テーブル/エンティティの一対多のリレーションシップ Contact_ProcessSessions を参照してください。
Queue_ProcessSessions
queue テーブル/エンティティの一対多のリレーションシップ Queue_ProcessSessions を参照してください。
lk_processsessionbase_createdonbehalfby
systemuser テーブル/エンティティの一対多のリレーションシップ lk_processsessionbase_createdonbehalfby を参照してください。
Subject_ProcessSessions
subject テーブル/エンティティの一対多のリレーションシップ Subject_ProcessSessions を参照してください。
SocialProfile_ProcessSessions
socialprofile テーブル/エンティティの一対多のリレーションシップ SocialProfile_ProcessSessions を参照してください。
solutioncomponentattributeconfiguration_ProcessSession
追加元 : Solution Component Configuration ソリューション
solutioncomponentattributeconfiguration テーブル/エンティティの一対多のリレーションシップ solutioncomponentattributeconfiguration_ProcessSession を参照してください。
solutioncomponentbatchconfiguration_ProcessSession
追加元 : Solution Component Configuration ソリューション
solutioncomponentbatchconfiguration テーブル/エンティティの一対多のリレーションシップ solutioncomponentbatchconfiguration_ProcessSession を参照してください。
solutioncomponentconfiguration_ProcessSession
追加元 : Solution Component Configuration ソリューション
solutioncomponentconfiguration テーブル/エンティティの一対多のリレーションシップ solutioncomponentconfiguration_ProcessSession を参照してください。
solutioncomponentrelationshipconfiguration_ProcessSession
追加元 : Solution Component Configuration ソリューション
solutioncomponentrelationshipconfiguration テーブル/エンティティの一対多のリレーションシップ solutioncomponentrelationshipconfiguration_ProcessSession を参照してください。
package_ProcessSession
追加元 : msdyn_SolutionPackageMapping ソリューション
package テーブル/エンティティの一対多のリレーションシップ package_ProcessSession を参照してください。
packagehistory_ProcessSession
追加元 : msdyn_SolutionPackageMapping ソリューション
packagehistory テーブル/エンティティの一対多のリレーションシップ packagehistory_ProcessSession を参照してください。
stagesolutionupload_ProcessSession
追加元 : StageSolutionUpload ソリューション
stagesolutionupload テーブル/エンティティの一対多のリレーションシップ stagesolutionupload_ProcessSession を参照してください。
exportsolutionupload_ProcessSession
追加元 : ExportSolutionUpload ソリューション
exportsolutionupload テーブル/エンティティの一対多のリレーションシップ exportsolutionupload_ProcessSession を参照してください。
featurecontrolsetting_ProcessSession
追加元 : msdyn_FeatureControlSetting ソリューション
featurecontrolsetting テーブル/エンティティの一対多のリレーションシップ featurecontrolsetting_ProcessSession を参照してください。
stagedentity_ProcessSession
追加元 : Metadata Extension ソリューション
stagedentity テーブル/エンティティの一対多のリレーションシップ stagedentity_ProcessSession を参照してください。
stagedentityattribute_ProcessSession
追加元 : Metadata Extension ソリューション
stagedentityattribute テーブル/エンティティの一対多のリレーションシップ stagedentityattribute_ProcessSession を参照してください。
stagedmetadataasyncoperation_ProcessSession
追加元 : Metadata Extension ソリューション
stagedmetadataasyncoperation テーブル/エンティティの一対多のリレーションシップ stagedmetadataasyncoperation_ProcessSession を参照してください。
keyvaultreference_ProcessSession
追加元 : ManagedIdentityExtensions ソリューション
keyvaultreference テーブル/エンティティの一対多のリレーションシップ keyvaultreference_ProcessSession を参照してください。
managedidentity_ProcessSession
追加元 : ManagedIdentityExtensions ソリューション
managedidentity テーブル/エンティティの一対多のリレーションシップ managedidentity_ProcessSession を参照してください。
catalog_ProcessSession
追加元 : CatalogFramework ソリューション
catalog テーブル/エンティティの一対多のリレーションシップ catalog_ProcessSession を参照してください。
catalogassignment_ProcessSession
追加元 : CatalogFramework ソリューション
catalogassignment テーブル/エンティティの一対多のリレーションシップ catalogassignment_ProcessSession を参照してください。
customapi_ProcessSession
追加元 : Custom API Framework ソリューション
customapi テーブル/エンティティの一対多のリレーションシップ customapi_ProcessSession を参照してください。
customapirequestparameter_ProcessSession
追加元 : Custom API Framework ソリューション
customapirequestparameter テーブル/エンティティの一対多のリレーションシップ customapirequestparameter_ProcessSession を参照してください。
customapiresponseproperty_ProcessSession
追加元 : Custom API Framework ソリューション
customapiresponseproperty テーブル/エンティティの一対多のリレーションシップ customapiresponseproperty_ProcessSession を参照してください。
provisionlanguageforuser_ProcessSession
追加元 : msft_LocalizationExtension ソリューション
provisionlanguageforuser テーブル/エンティティの一対多のリレーションシップ provisionlanguageforuser_ProcessSession を参照してください。
sharedobject_ProcessSession
追加元 : Real-time Collaboration App ソリューション
sharedobject テーブル/エンティティの一対多のリレーションシップ sharedobject_ProcessSession を参照してください。
sharedworkspace_ProcessSession
追加元 : Real-time Collaboration App ソリューション
sharedworkspace テーブル/エンティティの一対多のリレーションシップ sharedworkspace_ProcessSession を参照してください。
sharedworkspacepool_ProcessSession
追加元 : Real-time Collaboration App ソリューション
sharedworkspacepool テーブル/エンティティの一対多のリレーションシップ sharedworkspacepool_ProcessSession を参照してください。
datalakefolder_ProcessSession
追加元 : Data lake workspaces ソリューション
datalakefolder テーブル/エンティティの一対多のリレーションシップ datalakefolder_ProcessSession を参照してください。
datalakefolderpermission_ProcessSession
追加元 : Data lake workspaces ソリューション
datalakefolderpermission テーブル/エンティティの一対多のリレーションシップ datalakefolderpermission_ProcessSession を参照してください。
datalakeworkspace_ProcessSession
追加元 : Data lake workspaces ソリューション
datalakeworkspace テーブル/エンティティの一対多のリレーションシップ datalakeworkspace_ProcessSession を参照してください。
datalakeworkspacepermission_ProcessSession
追加元 : Data lake workspaces ソリューション
datalakeworkspacepermission テーブル/エンティティの一対多のリレーションシップ datalakeworkspacepermission_ProcessSession を参照してください。
dataprocessingconfiguration_ProcessSession
追加元 : Data lake workspaces ソリューション
dataprocessingconfiguration テーブル/エンティティの一対多のリレーションシップ dataprocessingconfiguration_ProcessSession を参照してください。
exportedexcel_ProcessSession
追加元 : Data lake workspaces ソリューション
exportedexcel テーブル/エンティティの一対多のリレーションシップ exportedexcel_ProcessSession を参照してください。
retaineddataexcel_ProcessSession
追加元 : Data lake workspaces ソリューション
retaineddataexcel テーブル/エンティティの一対多のリレーションシップ retaineddataexcel_ProcessSession を参照してください。
synapsedatabase_ProcessSession
追加元 : Data lake workspaces ソリューション
synapsedatabase テーブル/エンティティの一対多のリレーションシップ synapsedatabase_ProcessSession を参照してください。
synapselinkexternaltablestate_ProcessSession
追加元 : Synapse Link ソリューション
synapselinkexternaltablestate テーブル/エンティティの一対多のリレーションシップ synapselinkexternaltablestate_ProcessSession を参照してください。
synapselinkprofile_ProcessSession
追加元 : Synapse Link ソリューション
synapselinkprofile テーブル/エンティティの一対多のリレーションシップ synapselinkprofile_ProcessSession を参照してください。
synapselinkprofileentity_ProcessSession
追加元 : Synapse Link ソリューション
synapselinkprofileentity テーブル/エンティティの一対多のリレーションシップ synapselinkprofileentity_ProcessSession を参照してください。
synapselinkprofileentitystate_ProcessSession
追加元 : Synapse Link ソリューション
synapselinkprofileentitystate テーブル/エンティティの一対多のリレーションシップ synapselinkprofileentitystate_ProcessSession を参照してください。
synapselinkschedule_ProcessSession
追加元 : Synapse Link ソリューション
synapselinkschedule テーブル/エンティティの一対多のリレーションシップ synapselinkschedule_ProcessSession を参照してください。
msdyn_dataflow_ProcessSession
追加元 : Power Platform Dataflows ソリューション
msdyn_dataflow テーブル/エンティティの一対多のリレーションシップ msdyn_dataflow_ProcessSession を参照してください。
msdyn_dataflowrefreshhistory_ProcessSession
追加元 : Power Platform Dataflows ソリューション
msdyn_dataflowrefreshhistory テーブル/エンティティの一対多のリレーションシップ msdyn_dataflowrefreshhistory_ProcessSession を参照してください。
msdyn_entityrefreshhistory_ProcessSession
追加元 : Power Platform Dataflows ソリューション
msdyn_entityrefreshhistory テーブル/エンティティの一対多のリレーションシップ msdyn_entityrefreshhistory_ProcessSession を参照してください。
sharedlinksetting_ProcessSession
追加元 : Access Team ソリューション
sharedlinksetting テーブル/エンティティの一対多のリレーションシップ sharedlinksetting_ProcessSession を参照してください。
entityrecordfilter_ProcessSession
追加元 : AuthorizationCore ソリューション
entityrecordfilter テーブル/エンティティの一対多のリレーションシップ entityrecordfilter_ProcessSession を参照してください。
recordfilter_ProcessSession
追加元 : AuthorizationCore ソリューション
recordfilter テーブル/エンティティの一対多のリレーションシップ recordfilter_ProcessSession を参照してください。
delegatedauthorization_ProcessSession
追加元 : Delegated Authorization ソリューション
delegatedauthorization テーブル/エンティティの一対多のリレーションシップ delegatedauthorization_ProcessSession を参照してください。
serviceplan_ProcessSession
追加元 : License Enforcement ソリューション
serviceplan テーブル/エンティティの一対多のリレーションシップ serviceplan_ProcessSession を参照してください。
serviceplanmapping_ProcessSession
追加元 : License Enforcement ソリューション
serviceplanmapping テーブル/エンティティの一対多のリレーションシップ serviceplanmapping_ProcessSession を参照してください。
applicationuser_ProcessSession
追加元 : ApplicationUserSolution ソリューション
applicationuser テーブル/エンティティの一対多のリレーションシップ applicationuser_ProcessSession を参照してください。
connector_ProcessSession
追加元 : Power Connector Solution ソリューション
connector テーブル/エンティティの一対多のリレーションシップ connector_ProcessSession を参照してください。
environmentvariabledefinition_ProcessSession
追加元 : Environment Variables ソリューション
environmentvariabledefinition テーブル/エンティティの一対多のリレーションシップ environmentvariabledefinition_ProcessSession を参照してください。
environmentvariablevalue_ProcessSession
追加元 : Environment Variables ソリューション
environmentvariablevalue テーブル/エンティティの一対多のリレーションシップ environmentvariablevalue_ProcessSession を参照してください。
workflowbinary_ProcessSession
追加元 : Power Automate Workflow Binary Table ソリューション
workflowbinary テーブル/エンティティの一対多のリレーションシップ workflowbinary_ProcessSession を参照してください。
credential_ProcessSession
追加元 : Power Automate Core Components ソリューション
credential テーブル/エンティティの一対多のリレーションシップ credential_ProcessSession を参照してください。
desktopflowmodule_ProcessSession
追加元 : Power Automate Core Components ソリューション
desktopflowmodule テーブル/エンティティの一対多のリレーションシップ desktopflowmodule_ProcessSession を参照してください。
flowcapacityassignment_ProcessSession
追加元 : Power Automate Core Components ソリューション
flowcapacityassignment テーブル/エンティティの一対多のリレーションシップ flowcapacityassignment_ProcessSession を参照してください。
flowcredentialapplication_ProcessSession
追加元 : Power Automate Core Components ソリューション
flowcredentialapplication テーブル/エンティティの一対多のリレーションシップ flowcredentialapplication_ProcessSession を参照してください。
flowevent_ProcessSession
追加元 : Power Automate Core Components ソリューション
flowevent テーブル/エンティティの一対多のリレーションシップ flowevent_ProcessSession を参照してください。
flowmachine_ProcessSession
追加元 : Power Automate Core Components ソリューション
flowmachine テーブル/エンティティの一対多のリレーションシップ flowmachine_ProcessSession を参照してください。
flowmachinegroup_ProcessSession
追加元 : Power Automate Core Components ソリューション
flowmachinegroup テーブル/エンティティの一対多のリレーションシップ flowmachinegroup_ProcessSession を参照してください。
flowmachineimage_ProcessSession
追加元 : Power Automate Core Components ソリューション
flowmachineimage テーブル/エンティティの一対多のリレーションシップ flowmachineimage_ProcessSession を参照してください。
flowmachineimageversion_ProcessSession
追加元 : Power Automate Core Components ソリューション
flowmachineimageversion テーブル/エンティティの一対多のリレーションシップ flowmachineimageversion_ProcessSession を参照してください。
flowmachinenetwork_ProcessSession
追加元 : Power Automate Core Components ソリューション
flowmachinenetwork テーブル/エンティティの一対多のリレーションシップ flowmachinenetwork_ProcessSession を参照してください。
processstageparameter_ProcessSession
追加元 : Power Automate Core Components ソリューション
processstageparameter テーブル/エンティティの一対多のリレーションシップ processstageparameter_ProcessSession を参照してください。
workqueue_ProcessSession
追加元 : Power Automate Core Components ソリューション
workqueue テーブル/エンティティの一対多のリレーションシップ workqueue_ProcessSession を参照してください。
workqueueitem_ProcessSession
追加元 : Power Automate Core Components ソリューション
workqueueitem テーブル/エンティティの一対多のリレーションシップ workqueueitem_ProcessSession を参照してください。
desktopflowbinary_ProcessSession
追加元 : Power Automate Core Components ソリューション
desktopflowbinary テーブル/エンティティの一対多のリレーションシップ desktopflowbinary_ProcessSession を参照してください。
connectionreference_ProcessSession
追加元 : Power Platform Connection References ソリューション
connectionreference テーブル/エンティティの一対多のリレーションシップ connectionreference_ProcessSession を参照してください。
connectioninstance_ProcessSession
追加元 : Connection Instance Solution ソリューション
connectioninstance テーブル/エンティティの一対多のリレーションシップ connectioninstance_ProcessSession を参照してください。
dvfilesearch_ProcessSession
追加元 : AIPlatformExtensionsComponents Solution ソリューション
dvfilesearch テーブル/エンティティの一対多のリレーションシップ dvfilesearch_ProcessSession を参照してください。
dvfilesearchattribute_ProcessSession
追加元 : AIPlatformExtensionsComponents Solution ソリューション
dvfilesearchattribute テーブル/エンティティの一対多のリレーションシップ dvfilesearchattribute_ProcessSession を参照してください。
dvfilesearchentity_ProcessSession
追加元 : AIPlatformExtensionsComponents Solution ソリューション
dvfilesearchentity テーブル/エンティティの一対多のリレーションシップ dvfilesearchentity_ProcessSession を参照してください。
dvtablesearch_ProcessSession
追加元 : AIPlatformExtensionsComponents Solution ソリューション
dvtablesearch テーブル/エンティティの一対多のリレーションシップ dvtablesearch_ProcessSession を参照してください。
dvtablesearchattribute_ProcessSession
追加元 : AIPlatformExtensionsComponents Solution ソリューション
dvtablesearchattribute テーブル/エンティティの一対多のリレーションシップ dvtablesearchattribute_ProcessSession を参照してください。
dvtablesearchentity_ProcessSession
追加元 : AIPlatformExtensionsComponents Solution ソリューション
dvtablesearchentity テーブル/エンティティの一対多のリレーションシップ dvtablesearchentity_ProcessSession を参照してください。
aicopilot_ProcessSession
追加元 : AIPlatformExtensionsCore Solution ソリューション
aicopilot テーブル/エンティティの一対多のリレーションシップ aicopilot_ProcessSession を参照してください。
aiplugintitle_ProcessSession
追加元 : AIPlatformExtensionsCore Solution ソリューション
aiplugintitle テーブル/エンティティの一対多のリレーションシップ aiplugintitle_ProcessSession を参照してください。
aiplugin_ProcessSession
追加元 : AIPlatformExtensionsCore Solution ソリューション
aiplugin テーブル/エンティティの一対多のリレーションシップ aiplugin_ProcessSession を参照してください。
aipluginexternalschema_ProcessSession
追加元 : AIPlatformExtensionsCore Solution ソリューション
aipluginexternalschema テーブル/エンティティの一対多のリレーションシップ aipluginexternalschema_ProcessSession を参照してください。
aipluginexternalschemaproperty_ProcessSession
追加元 : AIPlatformExtensionsCore Solution ソリューション
aipluginexternalschemaproperty テーブル/エンティティの一対多のリレーションシップ aipluginexternalschemaproperty_ProcessSession を参照してください。
aiplugininstance_ProcessSession
追加元 : AIPlatformExtensionsCore Solution ソリューション
aiplugininstance テーブル/エンティティの一対多のリレーションシップ aiplugininstance_ProcessSession を参照してください。
aipluginoperation_ProcessSession
追加元 : AIPlatformExtensionsCore Solution ソリューション
aipluginoperation テーブル/エンティティの一対多のリレーションシップ aipluginoperation_ProcessSession を参照してください。
aipluginoperationparameter_ProcessSession
追加元 : AIPlatformExtensionsCore Solution ソリューション
aipluginoperationparameter テーブル/エンティティの一対多のリレーションシップ aipluginoperationparameter_ProcessSession を参照してください。
aipluginusersetting_ProcessSession
追加元 : AIPlatformExtensionsCore Solution ソリューション
aipluginusersetting テーブル/エンティティの一対多のリレーションシップ aipluginusersetting_ProcessSession を参照してください。
msdyn_helppage_ProcessSession
追加元 : Contextual Help ソリューション
msdyn_helppage テーブル/エンティティの一対多のリレーションシップ msdyn_helppage_ProcessSession を参照してください。
msdyn_tour_ProcessSession
追加元 : Contextual Help ソリューション
msdyn_tour テーブル/エンティティの一対多のリレーションシップ msdyn_tour_ProcessSession を参照してください。
msdynce_botcontent_ProcessSession
追加元 : Customer Care Intelligence Bots ソリューション
msdynce_botcontent テーブル/エンティティの一対多のリレーションシップ msdynce_botcontent_ProcessSession を参照してください。
conversationtranscript_ProcessSession
追加元 : Power Virtual Agents Common ソリューション
conversationtranscript テーブル/エンティティの一対多のリレーションシップ conversationtranscript_ProcessSession を参照してください。
bot_ProcessSession
追加元 : Power Virtual Agents ソリューション
bot テーブル/エンティティの一対多のリレーションシップ bot_ProcessSession を参照してください。
botcomponent_ProcessSession
追加元 : Power Virtual Agents ソリューション
botcomponent テーブル/エンティティの一対多のリレーションシップ botcomponent_ProcessSession を参照してください。
botcontentpack_ProcessSession
追加元 : Power Virtual Agents ソリューション
botcontentpack テーブル/エンティティの一対多のリレーションシップ botcontentpack_ProcessSession を参照してください。
msdyn_appinsightsmetadata_ProcessSession
追加元 : Insights App Platform Base ソリューション
msdyn_appinsightsmetadata テーブル/エンティティの一対多のリレーションシップ msdyn_appinsightsmetadata_ProcessSession を参照してください。
msdyn_dataflowconnectionreference_ProcessSession
追加元 : Insights App Platform Base ソリューション
msdyn_dataflowconnectionreference テーブル/エンティティの一対多のリレーションシップ msdyn_dataflowconnectionreference_ProcessSession を参照してください。
msdyn_schedule_ProcessSession
追加元 : Insights App Platform Base ソリューション
msdyn_schedule テーブル/エンティティの一対多のリレーションシップ msdyn_schedule_ProcessSession を参照してください。
msdyn_dataflowtemplate_ProcessSession
追加元 : Insights App Platform Base ソリューション
msdyn_dataflowtemplate テーブル/エンティティの一対多のリレーションシップ msdyn_dataflowtemplate_ProcessSession を参照してください。
msdyn_dataflow_datalakefolder_ProcessSession
追加元 : Insights App Platform Base ソリューション
msdyn_dataflow_datalakefolder テーブル/エンティティの一対多のリレーションシップ msdyn_dataflow_datalakefolder_ProcessSession を参照してください。
msdyn_dmsrequest_ProcessSession
追加元 : Insights App Platform Base ソリューション
msdyn_dmsrequest テーブル/エンティティの一対多のリレーションシップ msdyn_dmsrequest_ProcessSession を参照してください。
msdyn_dmsrequeststatus_ProcessSession
追加元 : Insights App Platform Base ソリューション
msdyn_dmsrequeststatus テーブル/エンティティの一対多のリレーションシップ msdyn_dmsrequeststatus_ProcessSession を参照してください。
msdyn_dmssyncrequest_ProcessSession
追加元 : Insights App Platform Base ソリューション
msdyn_dmssyncrequest テーブル/エンティティの一対多のリレーションシップ msdyn_dmssyncrequest_ProcessSession を参照してください。
msdyn_dmssyncstatus_ProcessSession
追加元 : Insights App Platform Base ソリューション
msdyn_dmssyncstatus テーブル/エンティティの一対多のリレーションシップ msdyn_dmssyncstatus_ProcessSession を参照してください。
msdyn_knowledgeassetconfiguration_ProcessSession
追加元 : Insights App Platform Base ソリューション
msdyn_knowledgeassetconfiguration テーブル/エンティティの一対多のリレーションシップ msdyn_knowledgeassetconfiguration_ProcessSession を参照してください。
msdyn_modulerundetail_ProcessSession
追加元 : Insights App Platform Base ソリューション
msdyn_modulerundetail テーブル/エンティティの一対多のリレーションシップ msdyn_modulerundetail_ProcessSession を参照してください。
msdyn_workflowactionstatus_ProcessSession
追加元 : Insights App Platform Base ソリューション
msdyn_workflowactionstatus テーブル/エンティティの一対多のリレーションシップ msdyn_workflowactionstatus_ProcessSession を参照してください。
Territory_ProcessSessions
追加元 : Application Common ソリューション
territory テーブル/エンティティの一対多のリレーションシップ Territory_ProcessSessions を参照してください。
activityfileattachment_ProcessSession
追加元 : Activities Patch ソリューション
activityfileattachment テーブル/エンティティの一対多のリレーションシップ activityfileattachment_ProcessSession を参照してください。
chat_ProcessSession
追加元 : Activities Patch ソリューション
chat テーブル/エンティティの一対多のリレーションシップ chat_ProcessSession を参照してください。
msdyn_serviceconfiguration_ProcessSession
追加元 : Service Level Agreement (SLA) Extension ソリューション
msdyn_serviceconfiguration テーブル/エンティティの一対多のリレーションシップ msdyn_serviceconfiguration_ProcessSession を参照してください。
msdyn_slakpi_ProcessSession
追加元 : Service Level Agreement (SLA) Extension ソリューション
msdyn_slakpi テーブル/エンティティの一対多のリレーションシップ msdyn_slakpi_ProcessSession を参照してください。
msdyn_integratedsearchprovider_ProcessSession
追加元 : Knowledge Management Patch ソリューション
msdyn_integratedsearchprovider テーブル/エンティティの一対多のリレーションシップ msdyn_integratedsearchprovider_ProcessSession を参照してください。
msdyn_knowledgemanagementsetting_ProcessSession
追加元 : Knowledge Management Patch ソリューション
msdyn_knowledgemanagementsetting テーブル/エンティティの一対多のリレーションシップ msdyn_knowledgemanagementsetting_ProcessSession を参照してください。
msdyn_federatedarticle_ProcessSession
追加元 : Knowledge Management Online Features ソリューション
msdyn_federatedarticle テーブル/エンティティの一対多のリレーションシップ msdyn_federatedarticle_ProcessSession を参照してください。
msdyn_federatedarticleincident_ProcessSession
追加元 : Knowledge Management Online Features ソリューション
msdyn_federatedarticleincident テーブル/エンティティの一対多のリレーションシップ msdyn_federatedarticleincident_ProcessSession を参照してください。
msdyn_kmfederatedsearchconfig_ProcessSession
追加元 : Knowledge Management Online Features ソリューション
msdyn_kmfederatedsearchconfig テーブル/エンティティの一対多のリレーションシップ msdyn_kmfederatedsearchconfig_ProcessSession を参照してください。
msdyn_knowledgearticleimage_ProcessSession
追加元 : Knowledge Management Online Features ソリューション
msdyn_knowledgearticleimage テーブル/エンティティの一対多のリレーションシップ msdyn_knowledgearticleimage_ProcessSession を参照してください。
msdyn_knowledgeconfiguration_ProcessSession
追加元 : Knowledge Management Online Features ソリューション
msdyn_knowledgeconfiguration テーブル/エンティティの一対多のリレーションシップ msdyn_knowledgeconfiguration_ProcessSession を参照してください。
msdyn_knowledgeinteractioninsight_ProcessSession
追加元 : Knowledge Management Online Features ソリューション
msdyn_knowledgeinteractioninsight テーブル/エンティティの一対多のリレーションシップ msdyn_knowledgeinteractioninsight_ProcessSession を参照してください。
msdyn_knowledgesearchinsight_ProcessSession
追加元 : Knowledge Management Online Features ソリューション
msdyn_knowledgesearchinsight テーブル/エンティティの一対多のリレーションシップ msdyn_knowledgesearchinsight_ProcessSession を参照してください。
msdyn_favoriteknowledgearticle_ProcessSession
追加元 : Knowledge Management Features ソリューション
msdyn_favoriteknowledgearticle テーブル/エンティティの一対多のリレーションシップ msdyn_favoriteknowledgearticle_ProcessSession を参照してください。
msdyn_kalanguagesetting_ProcessSession
追加元 : Knowledge Management Features ソリューション
msdyn_kalanguagesetting テーブル/エンティティの一対多のリレーションシップ msdyn_kalanguagesetting_ProcessSession を参照してください。
msdyn_kbattachment_ProcessSession
追加元 : Knowledge Management Features ソリューション
msdyn_kbattachment テーブル/エンティティの一対多のリレーションシップ msdyn_kbattachment_ProcessSession を参照してください。
msdyn_kmpersonalizationsetting_ProcessSession
追加元 : Knowledge Management Features ソリューション
msdyn_kmpersonalizationsetting テーブル/エンティティの一対多のリレーションシップ msdyn_kmpersonalizationsetting_ProcessSession を参照してください。
msdyn_knowledgearticletemplate_ProcessSession
追加元 : Knowledge Management Features ソリューション
msdyn_knowledgearticletemplate テーブル/エンティティの一対多のリレーションシップ msdyn_knowledgearticletemplate_ProcessSession を参照してください。
msdyn_knowledgepersonalfilter_ProcessSession
追加元 : Knowledge Management Features ソリューション
msdyn_knowledgepersonalfilter テーブル/エンティティの一対多のリレーションシップ msdyn_knowledgepersonalfilter_ProcessSession を参照してください。
msdyn_knowledgesearchfilter_ProcessSession
追加元 : Knowledge Management Features ソリューション
msdyn_knowledgesearchfilter テーブル/エンティティの一対多のリレーションシップ msdyn_knowledgesearchfilter_ProcessSession を参照してください。
fxexpression_ProcessSession
追加元 : msft_PowerfxRuleSolution ソリューション
fxexpression テーブル/エンティティの一対多のリレーションシップ fxexpression_ProcessSession を参照してください。
powerfxrule_ProcessSession
追加元 : msft_PowerfxRuleSolution ソリューション
powerfxrule テーブル/エンティティの一対多のリレーションシップ powerfxrule_ProcessSession を参照してください。
msgraphresourcetosubscription_ProcessSession
追加元 : msft_ActivitiesInfra_Extensions ソリューション
msgraphresourcetosubscription テーブル/エンティティの一対多のリレーションシップ msgraphresourcetosubscription_ProcessSession を参照してください。
virtualentitymetadata_ProcessSession
追加元 : RuntimeIntegration ソリューション
virtualentitymetadata テーブル/エンティティの一対多のリレーションシップ virtualentitymetadata_ProcessSession を参照してください。
mobileofflineprofileextension_ProcessSession
追加元 : MobileOfflineProfileExtensionSolution ソリューション
mobileofflineprofileextension テーブル/エンティティの一対多のリレーションシップ mobileofflineprofileextension_ProcessSession を参照してください。
teammobileofflineprofilemembership_ProcessSession
追加元 : MobileOfflineMembership ソリューション
teammobileofflineprofilemembership テーブル/エンティティの一対多のリレーションシップ teammobileofflineprofilemembership_ProcessSession を参照してください。
usermobileofflineprofilemembership_ProcessSession
追加元 : MobileOfflineMembership ソリューション
usermobileofflineprofilemembership テーブル/エンティティの一対多のリレーションシップ usermobileofflineprofilemembership_ProcessSession を参照してください。
organizationdatasyncsubscription_ProcessSession
追加元 : OrganizationDataSyncSolution ソリューション
organizationdatasyncsubscription テーブル/エンティティの一対多のリレーションシップ organizationdatasyncsubscription_ProcessSession を参照してください。
organizationdatasyncsubscriptionentity_ProcessSession
追加元 : OrganizationDataSyncSolution ソリューション
organizationdatasyncsubscriptionentity テーブル/エンティティの一対多のリレーションシップ organizationdatasyncsubscriptionentity_ProcessSession を参照してください。
organizationdatasyncsubscriptionfnotable_ProcessSession
追加元 : OrganizationDataSyncSolution ソリューション
organizationdatasyncsubscriptionfnotable テーブル/エンティティの一対多のリレーションシップ organizationdatasyncsubscriptionfnotable_ProcessSession を参照してください。
organizationdatasyncfnostate_ProcessSession
追加元 : DataSyncState ソリューション
organizationdatasyncfnostate テーブル/エンティティの一対多のリレーションシップ organizationdatasyncfnostate_ProcessSession を参照してください。
organizationdatasyncstate_ProcessSession
追加元 : DataSyncState ソリューション
organizationdatasyncstate テーブル/エンティティの一対多のリレーションシップ organizationdatasyncstate_ProcessSession を参照してください。
metadataforarchival_ProcessSession
追加元 : Retention Base Components ソリューション
metadataforarchival テーブル/エンティティの一対多のリレーションシップ metadataforarchival_ProcessSession を参照してください。
retentionconfig_ProcessSession
追加元 : Retention Base Components ソリューション
retentionconfig テーブル/エンティティの一対多のリレーションシップ retentionconfig_ProcessSession を参照してください。
retentionfailuredetail_ProcessSession
追加元 : Retention Base Components ソリューション
retentionfailuredetail テーブル/エンティティの一対多のリレーションシップ retentionfailuredetail_ProcessSession を参照してください。
retentionoperation_ProcessSession
追加元 : Retention Base Components ソリューション
retentionoperation テーブル/エンティティの一対多のリレーションシップ retentionoperation_ProcessSession を参照してください。
retentionoperationdetail_ProcessSession
追加元 : Retention Base Components ソリューション
retentionoperationdetail テーブル/エンティティの一対多のリレーションシップ retentionoperationdetail_ProcessSession を参照してください。
userrating_ProcessSession
追加元 : User Rating ソリューション
userrating テーブル/エンティティの一対多のリレーションシップ userrating_ProcessSession を参照してください。
msdyn_mobileapp_ProcessSession
追加元 : Mobile Apps Solution ソリューション
msdyn_mobileapp テーブル/エンティティの一対多のリレーションシップ msdyn_mobileapp_ProcessSession を参照してください。
msdyn_insightsstorevirtualentity_ProcessSession
追加元 : Insights Store Data Provider ソリューション
msdyn_insightsstorevirtualentity テーブル/エンティティの一対多のリレーションシップ msdyn_insightsstorevirtualentity_ProcessSession を参照してください。
roleeditorlayout_ProcessSession
追加元 : Role Editor ソリューション
roleeditorlayout テーブル/エンティティの一対多のリレーションシップ roleeditorlayout_ProcessSession を参照してください。
attributemaskingrule_ProcessSession
追加元 : Column Level Security ソリューション
attributemaskingrule テーブル/エンティティの一対多のリレーションシップ attributemaskingrule_ProcessSession を参照してください。
maskingrule_ProcessSession
追加元 : Column Level Security ソリューション
maskingrule テーブル/エンティティの一対多のリレーションシップ maskingrule_ProcessSession を参照してください。
recyclebinconfig_ProcessSession
追加元 : RecycleBin Base Components ソリューション
recyclebinconfig テーブル/エンティティの一対多のリレーションシップ recyclebinconfig_ProcessSession を参照してください。
appaction_ProcessSession
追加元 : Power Apps Actions ソリューション
appaction テーブル/エンティティの一対多のリレーションシップ appaction_ProcessSession を参照してください。
appactionmigration_ProcessSession
追加元 : Power Apps Actions ソリューション
appactionmigration テーブル/エンティティの一対多のリレーションシップ appactionmigration_ProcessSession を参照してください。
appactionrule_ProcessSession
追加元 : Power Apps Actions ソリューション
appactionrule テーブル/エンティティの一対多のリレーションシップ appactionrule_ProcessSession を参照してください。
card_ProcessSession
追加元 : Power Apps cards ソリューション
card テーブル/エンティティの一対多のリレーションシップ card_ProcessSession を参照してください。
msdyn_entitylinkchatconfiguration_ProcessSession
追加元 : Teams Chat Settings Solution ソリューション
msdyn_entitylinkchatconfiguration テーブル/エンティティの一対多のリレーションシップ msdyn_entitylinkchatconfiguration_ProcessSession を参照してください。
msdyn_richtextfile_ProcessSession
追加元 : Rich Text Editor ソリューション
msdyn_richtextfile テーブル/エンティティの一対多のリレーションシップ msdyn_richtextfile_ProcessSession を参照してください。
msdyn_customcontrolextendedsettings_ProcessSession
追加元 : User Experiences Extended Settings ソリューション
msdyn_customcontrolextendedsettings テーブル/エンティティの一対多のリレーションシップ msdyn_customcontrolextendedsettings_ProcessSession を参照してください。
msdyn_virtualtablecolumncandidate_ProcessSession
追加元 : Virtual Connector Provider ソリューション
msdyn_virtualtablecolumncandidate テーブル/エンティティの一対多のリレーションシップ msdyn_virtualtablecolumncandidate_ProcessSession を参照してください。
msdyn_aiconfiguration_ProcessSession
追加元 : AISolution ソリューション
msdyn_aiconfiguration テーブル/エンティティの一対多のリレーションシップ msdyn_aiconfiguration_ProcessSession を参照してください。
msdyn_aievent_ProcessSession
追加元 : AISolution ソリューション
msdyn_aievent テーブル/エンティティの一対多のリレーションシップ msdyn_aievent_ProcessSession を参照してください。
msdyn_aimodel_ProcessSession
追加元 : AISolution ソリューション
msdyn_aimodel テーブル/エンティティの一対多のリレーションシップ msdyn_aimodel_ProcessSession を参照してください。
msdyn_aitemplate_ProcessSession
追加元 : AISolution ソリューション
msdyn_aitemplate テーブル/エンティティの一対多のリレーションシップ msdyn_aitemplate_ProcessSession を参照してください。
msdyn_aibfeedbackloop_ProcessSession
追加元 : AISolutionFullAdditions ソリューション
msdyn_aibfeedbackloop テーブル/エンティティの一対多のリレーションシップ msdyn_aibfeedbackloop_ProcessSession を参照してください。
msdyn_aifptrainingdocument_ProcessSession
追加元 : AI Solution deprecated templates ソリューション
msdyn_aifptrainingdocument テーブル/エンティティの一対多のリレーションシップ msdyn_aifptrainingdocument_ProcessSession を参照してください。
msdyn_aiodimage_ProcessSession
追加元 : AI Solution deprecated templates ソリューション
msdyn_aiodimage テーブル/エンティティの一対多のリレーションシップ msdyn_aiodimage_ProcessSession を参照してください。
msdyn_aiodlabel_ProcessSession
追加元 : AI Solution deprecated templates ソリューション
msdyn_aiodlabel テーブル/エンティティの一対多のリレーションシップ msdyn_aiodlabel_ProcessSession を参照してください。
msdyn_aiodtrainingboundingbox_ProcessSession
追加元 : AI Solution deprecated templates ソリューション
msdyn_aiodtrainingboundingbox テーブル/エンティティの一対多のリレーションシップ msdyn_aiodtrainingboundingbox_ProcessSession を参照してください。
msdyn_aiodtrainingimage_ProcessSession
追加元 : AI Solution deprecated templates ソリューション
msdyn_aiodtrainingimage テーブル/エンティティの一対多のリレーションシップ msdyn_aiodtrainingimage_ProcessSession を参照してください。
msdyn_aibdataset_ProcessSession
追加元 : AI Solution default templates ソリューション
msdyn_aibdataset テーブル/エンティティの一対多のリレーションシップ msdyn_aibdataset_ProcessSession を参照してください。
msdyn_aibdatasetfile_ProcessSession
追加元 : AI Solution default templates ソリューション
msdyn_aibdatasetfile テーブル/エンティティの一対多のリレーションシップ msdyn_aibdatasetfile_ProcessSession を参照してください。
msdyn_aibdatasetrecord_ProcessSession
追加元 : AI Solution default templates ソリューション
msdyn_aibdatasetrecord テーブル/エンティティの一対多のリレーションシップ msdyn_aibdatasetrecord_ProcessSession を参照してください。
msdyn_aibdatasetscontainer_ProcessSession
追加元 : AI Solution default templates ソリューション
msdyn_aibdatasetscontainer テーブル/エンティティの一対多のリレーションシップ msdyn_aibdatasetscontainer_ProcessSession を参照してください。
msdyn_aibfile_ProcessSession
追加元 : AI Solution default templates ソリューション
msdyn_aibfile テーブル/エンティティの一対多のリレーションシップ msdyn_aibfile_ProcessSession を参照してください。
msdyn_aibfileattacheddata_ProcessSession
追加元 : AI Solution default templates ソリューション
msdyn_aibfileattacheddata テーブル/エンティティの一対多のリレーションシップ msdyn_aibfileattacheddata_ProcessSession を参照してください。
msdyn_pmanalysishistory_ProcessSession
追加元 : Process Mining ソリューション
msdyn_pmanalysishistory テーブル/エンティティの一対多のリレーションシップ msdyn_pmanalysishistory_ProcessSession を参照してください。
msdyn_pmbusinessruleautomationconfig_ProcessSession
追加元 : Process Mining ソリューション
msdyn_pmbusinessruleautomationconfig テーブル/エンティティの一対多のリレーションシップ msdyn_pmbusinessruleautomationconfig_ProcessSession を参照してください。
msdyn_pmcalendar_ProcessSession
追加元 : Process Mining ソリューション
msdyn_pmcalendar テーブル/エンティティの一対多のリレーションシップ msdyn_pmcalendar_ProcessSession を参照してください。
msdyn_pmcalendarversion_ProcessSession
追加元 : Process Mining ソリューション
msdyn_pmcalendarversion テーブル/エンティティの一対多のリレーションシップ msdyn_pmcalendarversion_ProcessSession を参照してください。
msdyn_pminferredtask_ProcessSession
追加元 : Process Mining ソリューション
msdyn_pminferredtask テーブル/エンティティの一対多のリレーションシップ msdyn_pminferredtask_ProcessSession を参照してください。
msdyn_pmprocessextendedmetadataversion_ProcessSession
追加元 : Process Mining ソリューション
msdyn_pmprocessextendedmetadataversion テーブル/エンティティの一対多のリレーションシップ msdyn_pmprocessextendedmetadataversion_ProcessSession を参照してください。
msdyn_pmprocesstemplate_ProcessSession
追加元 : Process Mining ソリューション
msdyn_pmprocesstemplate テーブル/エンティティの一対多のリレーションシップ msdyn_pmprocesstemplate_ProcessSession を参照してください。
msdyn_pmprocessusersettings_ProcessSession
追加元 : Process Mining ソリューション
msdyn_pmprocessusersettings テーブル/エンティティの一対多のリレーションシップ msdyn_pmprocessusersettings_ProcessSession を参照してください。
msdyn_pmprocessversion_ProcessSession
追加元 : Process Mining ソリューション
msdyn_pmprocessversion テーブル/エンティティの一対多のリレーションシップ msdyn_pmprocessversion_ProcessSession を参照してください。
msdyn_pmrecording_ProcessSession
追加元 : Process Mining ソリューション
msdyn_pmrecording テーブル/エンティティの一対多のリレーションシップ msdyn_pmrecording_ProcessSession を参照してください。
msdyn_pmtemplate_ProcessSession
追加元 : Process Mining ソリューション
msdyn_pmtemplate テーブル/エンティティの一対多のリレーションシップ msdyn_pmtemplate_ProcessSession を参照してください。
msdyn_pmview_ProcessSession
追加元 : Process Mining ソリューション
msdyn_pmview テーブル/エンティティの一対多のリレーションシップ msdyn_pmview_ProcessSession を参照してください。
msdyn_analysiscomponent_ProcessSession
追加元 : Power Apps Checker ソリューション
msdyn_analysiscomponent テーブル/エンティティの一対多のリレーションシップ msdyn_analysiscomponent_ProcessSession を参照してください。
msdyn_analysisjob_ProcessSession
追加元 : Power Apps Checker ソリューション
msdyn_analysisjob テーブル/エンティティの一対多のリレーションシップ msdyn_analysisjob_ProcessSession を参照してください。
msdyn_analysisoverride_ProcessSession
追加元 : Power Apps Checker ソリューション
msdyn_analysisoverride テーブル/エンティティの一対多のリレーションシップ msdyn_analysisoverride_ProcessSession を参照してください。
msdyn_analysisresult_ProcessSession
追加元 : Power Apps Checker ソリューション
msdyn_analysisresult テーブル/エンティティの一対多のリレーションシップ msdyn_analysisresult_ProcessSession を参照してください。
msdyn_analysisresultdetail_ProcessSession
追加元 : Power Apps Checker ソリューション
msdyn_analysisresultdetail テーブル/エンティティの一対多のリレーションシップ msdyn_analysisresultdetail_ProcessSession を参照してください。
msdyn_solutionhealthrule_ProcessSession
追加元 : Power Apps Checker ソリューション
msdyn_solutionhealthrule テーブル/エンティティの一対多のリレーションシップ msdyn_solutionhealthrule_ProcessSession を参照してください。
msdyn_solutionhealthruleargument_ProcessSession
追加元 : Power Apps Checker ソリューション
msdyn_solutionhealthruleargument テーブル/エンティティの一対多のリレーションシップ msdyn_solutionhealthruleargument_ProcessSession を参照してください。
msdyn_solutionhealthruleset_ProcessSession
追加元 : Power Apps Checker ソリューション
msdyn_solutionhealthruleset テーブル/エンティティの一対多のリレーションシップ msdyn_solutionhealthruleset_ProcessSession を参照してください。
powerbidataset_ProcessSession
追加元 : Power BI Entities ソリューション
powerbidataset テーブル/エンティティの一対多のリレーションシップ powerbidataset_ProcessSession を参照してください。
powerbidatasetapdx_ProcessSession
追加元 : Power BI Entities ソリューション
powerbidatasetapdx テーブル/エンティティの一対多のリレーションシップ powerbidatasetapdx_ProcessSession を参照してください。
powerbimashupparameter_ProcessSession
追加元 : Power BI Entities ソリューション
powerbimashupparameter テーブル/エンティティの一対多のリレーションシップ powerbimashupparameter_ProcessSession を参照してください。
powerbireport_ProcessSession
追加元 : Power BI Entities ソリューション
powerbireport テーブル/エンティティの一対多のリレーションシップ powerbireport_ProcessSession を参照してください。
powerbireportapdx_ProcessSession
追加元 : Power BI Entities ソリューション
powerbireportapdx テーブル/エンティティの一対多のリレーションシップ powerbireportapdx_ProcessSession を参照してください。
msdyn_fileupload_ProcessSession
追加元 : Smart Data Import Base ソリューション
msdyn_fileupload テーブル/エンティティの一対多のリレーションシップ msdyn_fileupload_ProcessSession を参照してください。
mainfewshot_ProcessSession
追加元 : msdyn_RelevanceSearch ソリューション
mainfewshot テーブル/エンティティの一対多のリレーションシップ mainfewshot_ProcessSession を参照してください。
makerfewshot_ProcessSession
追加元 : msdyn_RelevanceSearch ソリューション
makerfewshot テーブル/エンティティの一対多のリレーションシップ makerfewshot_ProcessSession を参照してください。
searchattributesettings_ProcessSession
追加元 : msdyn_RelevanceSearch ソリューション
searchattributesettings テーブル/エンティティの一対多のリレーションシップ searchattributesettings_ProcessSession を参照してください。
searchcustomanalyzer_ProcessSession
追加元 : msdyn_RelevanceSearch ソリューション
searchcustomanalyzer テーブル/エンティティの一対多のリレーションシップ searchcustomanalyzer_ProcessSession を参照してください。
searchrelationshipsettings_ProcessSession
追加元 : msdyn_RelevanceSearch ソリューション
searchrelationshipsettings テーブル/エンティティの一対多のリレーションシップ searchrelationshipsettings_ProcessSession を参照してください。
copilotexamplequestion_ProcessSession
追加元 : msdyn_RelevanceSearch ソリューション
copilotexamplequestion テーブル/エンティティの一対多のリレーションシップ copilotexamplequestion_ProcessSession を参照してください。
powerpagecomponent_ProcessSession
追加元 : Power Pages Core Base ソリューション
powerpagecomponent テーブル/エンティティの一対多のリレーションシップ powerpagecomponent_ProcessSession を参照してください。
powerpagesite_ProcessSession
追加元 : Power Pages Core Base ソリューション
powerpagesite テーブル/エンティティの一対多のリレーションシップ powerpagesite_ProcessSession を参照してください。
powerpagesitelanguage_ProcessSession
追加元 : Power Pages Core Base ソリューション
powerpagesitelanguage テーブル/エンティティの一対多のリレーションシップ powerpagesitelanguage_ProcessSession を参照してください。
powerpagesitepublished_ProcessSession
追加元 : Power Pages Core Base ソリューション
powerpagesitepublished テーブル/エンティティの一対多のリレーションシップ powerpagesitepublished_ProcessSession を参照してください。
adx_externalidentity_ProcessSession
追加元 : Power Pages Runtime Core ソリューション
adx_externalidentity テーブル/エンティティの一対多のリレーションシップ adx_externalidentity_ProcessSession を参照してください。
adx_invitation_ProcessSession
追加元 : Power Pages Runtime Core ソリューション
adx_invitation テーブル/エンティティの一対多のリレーションシップ adx_invitation_ProcessSession を参照してください。
adx_inviteredemption_ProcessSession
追加元 : Active Solution ソリューション
adx_inviteredemption テーブル/エンティティの一対多のリレーションシップ adx_inviteredemption_ProcessSession を参照してください。
adx_portalcomment_ProcessSession
追加元 : Active Solution ソリューション
adx_portalcomment テーブル/エンティティの一対多のリレーションシップ adx_portalcomment_ProcessSession を参照してください。
adx_setting_ProcessSession
追加元 : Power Pages Runtime Core ソリューション
adx_setting テーブル/エンティティの一対多のリレーションシップ adx_setting_ProcessSession を参照してください。
adx_webformsession_ProcessSession
追加元 : Power Pages Runtime Core ソリューション
adx_webformsession テーブル/エンティティの一対多のリレーションシップ adx_webformsession_ProcessSession を参照してください。
mspcat_catalogsubmissionfiles_ProcessSession
追加元 : Catalog in Power Platform Packaging ソリューション
mspcat_catalogsubmissionfiles テーブル/エンティティの一対多のリレーションシップ mspcat_catalogsubmissionfiles_ProcessSession を参照してください。
mspcat_packagestore_ProcessSession
追加元 : Catalog in Power Platform Packaging ソリューション
mspcat_packagestore テーブル/エンティティの一対多のリレーションシップ mspcat_packagestore_ProcessSession を参照してください。
plannerbusinessscenario_ProcessSession
追加元 : PlannerSync_Extensions ソリューション
plannerbusinessscenario テーブル/エンティティの一対多のリレーションシップ plannerbusinessscenario_ProcessSession を参照してください。
plannersyncaction_ProcessSession
追加元 : PlannerSync_Extensions ソリューション
plannersyncaction テーブル/エンティティの一対多のリレーションシップ plannersyncaction_ProcessSession を参照してください。
copilotglossaryterm_ProcessSession
追加元 : msdyn_RelevanceSearch ソリューション
copilotglossaryterm テーブル/エンティティの一対多のリレーションシップ copilotglossaryterm_ProcessSession を参照してください。
copilotsynonyms_ProcessSession
追加元 : msdyn_RelevanceSearch ソリューション
copilotsynonyms テーブル/エンティティの一対多のリレーションシップ copilotsynonyms_ProcessSession を参照してください。
関連項目
Dataverse テーブル/エンティティ参照 Web API リファレンス processsession EntityType