ProcessSession table/entity reference
Note
Unsure about table vs. entity? See Developers: Understand terminology in Microsoft Dataverse.
Information that is generated when a dialog is run. Every time that you run a dialog, a dialog session is created.
Messages
| Message | Web API Operation | SDK Assembly |
|---|---|---|
| Assign | PATCH [org URI]/api/data/v9.0/processsessions(processsessionid) Update ownerid property. |
AssignRequest |
| Create | POST [org URI]/api/data/v9.0/processsessions See Create |
CreateRequest or Create |
| Delete | DELETE [org URI]/api/data/v9.0/processsessions(processsessionid) See Delete |
DeleteRequest or Delete |
| GrantAccess | GrantAccess Action | GrantAccessRequest |
| ModifyAccess | ModifyAccess Action | ModifyAccessRequest |
| Retrieve | GET [org URI]/api/data/v9.0/processsessions(processsessionid) See Retrieve |
RetrieveRequest or Retrieve |
| RetrieveMultiple | GET [org URI]/api/data/v9.0/processsessions See Query Data |
RetrieveMultipleRequest or RetrieveMultiple |
| RetrievePrincipalAccess | RetrievePrincipalAccess Function | RetrievePrincipalAccessRequest |
| RetrieveSharedPrincipalsAndAccess | RetrieveSharedPrincipalsAndAccess Function | RetrieveSharedPrincipalsAndAccessRequest |
| RevokeAccess | RevokeAccess Action | RevokeAccessRequest |
| SetState | PATCH [org URI]/api/data/v9.0/processsessions(processsessionid) Update statecode and statuscode properties. |
SetStateRequest |
| Update | PATCH [org URI]/api/data/v9.0/processsessions(processsessionid) See Update |
UpdateRequest or Update |
Properties
| Property | Value |
|---|---|
| CollectionSchemaName | ProcessSession |
| DisplayCollectionName | Process Sessions |
| DisplayName | Process Session |
| EntitySetName | processsessions |
| IsBPFEntity | False |
| LogicalCollectionName | processsessions |
| LogicalName | processsession |
| OwnershipType | UserOwned |
| PrimaryIdAttribute | processsessionid |
| PrimaryNameAttribute | name |
| SchemaName | ProcessSession |
Writable columns/attributes
These columns/attributes return true for either IsValidForCreate or IsValidForUpdate (usually both). Listed by 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
| Property | Value |
|---|---|
| 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
| Property | Value |
|---|---|
| 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
| Property | Value |
|---|---|
| Description | User comments. |
| DisplayName | Comments |
| Format | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | comments |
| MaxLength | 2000 |
| RequiredLevel | None |
| Type | Memo |
CompletedOn
| Property | Value |
|---|---|
| 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
| Property | Value |
|---|---|
| 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
| Property | Value |
|---|---|
| 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
| Property | Value |
|---|---|
| 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
| Property | Value |
|---|---|
| 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
| Property | Value |
|---|---|
| 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
| Property | Value |
|---|---|
| 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
| Property | Value |
|---|---|
| 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
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | owneridtype |
| RequiredLevel | SystemRequired |
| Type | EntityName |
PreviousLinkedSessionId
| Property | Value |
|---|---|
| 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
| Property | Value |
|---|---|
| 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
| Property | Value |
|---|---|
| Description | Unique identifier of the dialog session. |
| DisplayName | Dialog Session |
| IsValidForForm | False |
| IsValidForRead | True |
| IsValidForUpdate | False |
| LogicalName | processsessionid |
| RequiredLevel | SystemRequired |
| Type | Uniqueidentifier |
ProcessStageName
| Property | Value |
|---|---|
| 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
| Property | Value |
|---|---|
| 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
| Property | Value |
|---|---|
| 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,annotation,appaction,appelement,applicationuser,appmodulecomponentedge,appmodulecomponentnode,appointment,appsetting,appusersetting,bot,botcomponent,businessunit,businessunitnewsarticle,canvasappextendedmetadata,cascadegrantrevokeaccessrecordstracker,cascadegrantrevokeaccessversiontracker,catalog,catalogassignment,channelaccessprofile,channelaccessprofilerule,comment,connection,connectionreference,connectionrole,connector,contact,conversationtranscript,convertrule,customapi,customapirequestparameter,customapiresponseproperty,customeraddress,customerrelationship,datalakefolder,datalakefolderpermission,datalakeworkspace,datalakeworkspacepermission,email,environmentvariabledefinition,environmentvariablevalue,expiredprocess,exportsolutionupload,externalparty,externalpartyitem,fax,featurecontrolsetting,flowmachine,flowmachinegroup,goal,goalrollupquery,holidaywrapper,internalcatalogassignment,kbarticle,kbarticlecomment,kbarticletemplate,keyvaultreference,knowledgearticle,knowledgebaserecord,letter,mailbox,mailmergetemplate,managedidentity,metric,msdynce_botcontent,msdyn_aibdataset,msdyn_aibdatasetfile,msdyn_aibdatasetrecord,msdyn_aibdatasetscontainer,msdyn_aibfile,msdyn_aibfileattacheddata,msdyn_aiconfiguration,msdyn_aifptrainingdocument,msdyn_aimodel,msdyn_aiodimage,msdyn_aiodlabel,msdyn_aiodtrainingboundingbox,msdyn_aiodtrainingimage,msdyn_aitemplate,msdyn_analysiscomponent,msdyn_analysisjob,msdyn_analysisresult,msdyn_analysisresultdetail,msdyn_dataflow,msdyn_federatedarticle,msdyn_federatedarticleincident,msdyn_helppage,msdyn_kalanguagesetting,msdyn_kbattachment,msdyn_kmfederatedsearchconfig,msdyn_kmpersonalizationsetting,msdyn_knowledgearticleimage,msdyn_knowledgearticletemplate,msdyn_knowledgeinteractioninsight,msdyn_knowledgepersonalfilter,msdyn_knowledgesearchfilter,msdyn_knowledgesearchinsight,msdyn_pminferredtask,msdyn_pmrecording,msdyn_richtextfile,msdyn_serviceconfiguration,msdyn_slakpi,msdyn_solutionhealthrule,msdyn_solutionhealthruleargument,msdyn_solutionhealthruleset,msdyn_tour,newprocess,organizationdatasyncsubscription,organizationdatasyncsubscriptionentity,organizationsetting,package,pdfsetting,phonecall,position,processstageparameter,provisionlanguageforuser,queue,queueitem,recurringappointmentmaster,relationshiprole,report,revokeinheritedaccessrecordstracker,rollupfield,routingrule,routingruleitem,serviceplan,serviceplanmapping,settingdefinition,sharepointdocumentlocation,sharepointsite,sla,socialactivity,socialprofile,solutioncomponentattributeconfiguration,solutioncomponentbatchconfiguration,solutioncomponentconfiguration,solutioncomponentrelationshipconfiguration,stagesolutionupload,subject,systemuser,systemuserauthorizationchangetracker,task,team,teammobileofflineprofilemembership,template,territory,theme,transactioncurrency,translationprocess,usermapping,usermobileofflineprofilemembership,virtualentitymetadata,workflowbinary |
| Type | Lookup |
RegardingObjectIdName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| IsValidForUpdate | False |
| LogicalName | regardingobjectidname |
| MaxLength | 800 |
| RequiredLevel | None |
| Type | String |
RegardingObjectIdYomiName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| IsValidForUpdate | False |
| LogicalName | regardingobjectidyominame |
| MaxLength | 800 |
| RequiredLevel | None |
| Type | String |
RegardingObjectTypeCode
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| IsValidForForm | False |
| IsValidForRead | True |
| IsValidForUpdate | False |
| LogicalName | regardingobjecttypecode |
| RequiredLevel | None |
| Type | EntityName |
StartedOn
| Property | Value |
|---|---|
| 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
| Property | Value |
|---|---|
| Description | Status of the dialog session. |
| DisplayName | Status |
| IsValidForCreate | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | statecode |
| RequiredLevel | SystemRequired |
| Type | State |
StateCode Choices/Options
| Value | Label | DefaultStatus | InvariantName |
|---|---|---|---|
| 0 | Incomplete | 1 | Incomplete |
| 1 | Complete | 2 | Complete |
StatusCode
| Property | Value |
|---|---|
| Description | Reason for the status of the dialog session. |
| DisplayName | Status Reason |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | statuscode |
| RequiredLevel | None |
| Type | Status |
StatusCode Choices/Options
| Value | Label | State |
|---|---|---|
| 1 | Not Started | 0 |
| 2 | In Progress | 0 |
| 3 | Paused | 0 |
| 4 | Completed | 1 |
| 5 | Canceled | 1 |
| 6 | Failed | 1 |
StepName
| Property | Value |
|---|---|
| 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 |
Read-only columns/attributes
These columns/attributes return false for both IsValidForCreate or IsValidForUpdate. Listed by 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
- OwningTeam
- OwningUser
- PreviousLinkedSessionIdName
- ProcessIdName
- ProtectionKey
- StartedBy
- StartedByName
- StartedByYomiName
CanceledBy
| Property | Value |
|---|---|
| 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
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | canceledbyname |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
CanceledByYomiName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | canceledbyyominame |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
CompletedBy
| Property | Value |
|---|---|
| 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
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | completedbyname |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
CompletedByYomiName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | completedbyyominame |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
CreatedBy
| Property | Value |
|---|---|
| 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
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | createdbyname |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
CreatedByYomiName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | createdbyyominame |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
CreatedOn
| Property | Value |
|---|---|
| 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
| Property | Value |
|---|---|
| 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
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | createdonbehalfbyname |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
CreatedOnBehalfByYomiName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | createdonbehalfbyyominame |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
ExecutedByName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | executedbyname |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
ExecutedByYomiName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | executedbyyominame |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
ExecutedOn
| Property | Value |
|---|---|
| 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
| Property | Value |
|---|---|
| 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
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | modifiedbyname |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
ModifiedByYomiName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | modifiedbyyominame |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
ModifiedOn
| Property | Value |
|---|---|
| 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
| Property | Value |
|---|---|
| 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
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | modifiedonbehalfbyname |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
ModifiedOnBehalfByYomiName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | modifiedonbehalfbyyominame |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
NextLinkedSessionIdName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | nextlinkedsessionidname |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
OriginatingSessionIdName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | originatingsessionidname |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
OwnerIdName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | owneridname |
| MaxLength | 100 |
| RequiredLevel | SystemRequired |
| Type | String |
OwnerIdYomiName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | owneridyominame |
| MaxLength | 100 |
| RequiredLevel | SystemRequired |
| Type | String |
OwningBusinessUnit
| Property | Value |
|---|---|
| Description | Unique identifier of the business unit that owns the dialog session. |
| DisplayName | Owning Business Unit |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | owningbusinessunit |
| RequiredLevel | None |
| Targets | businessunit |
| Type | Lookup |
OwningTeam
| Property | Value |
|---|---|
| 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
| Property | Value |
|---|---|
| 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
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | previouslinkedsessionidname |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
ProcessIdName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | processidname |
| MaxLength | 160 |
| RequiredLevel | None |
| Type | String |
ProtectionKey
| Property | Value |
|---|---|
| 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
| Property | Value |
|---|---|
| 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
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | startedbyname |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
StartedByYomiName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | startedbyyominame |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
One-To-Many Relationships
Listed by 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
Same as workflowlog table lk_workflowlog_processsession Many-To-One relationship.
| Property | Value |
|---|---|
| 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
Same as workflowlog table lk_workflowlog_processsession_childworkflow Many-To-One relationship.
| Property | Value |
|---|---|
| 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
Same as processsession table lk_processsession_previouslinkedsessionid Many-To-One relationship.
| Property | Value |
|---|---|
| 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
Same as processsession table lk_processsession_nextlinkedsessionid Many-To-One relationship.
| Property | Value |
|---|---|
| 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
Same as processsession table lk_processsession_originatingsessionid Many-To-One relationship.
| Property | Value |
|---|---|
| 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
Same as connection table processsession_connections2 Many-To-One relationship.
| Property | Value |
|---|---|
| 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
Same as syncerror table ProcessSession_SyncErrors Many-To-One relationship.
| Property | Value |
|---|---|
| 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
Same as connection table processsession_connections1 Many-To-One relationship.
| Property | Value |
|---|---|
| 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
Same as postfollow table processsession_PostFollows Many-To-One relationship.
| Property | Value |
|---|---|
| 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 |
Many-To-One Relationships
Each Many-To-One relationship is defined by a corresponding One-To-Many relationship with the related table. Listed by 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
- stagesolutionupload_ProcessSession
- exportsolutionupload_ProcessSession
- featurecontrolsetting_ProcessSession
- catalog_ProcessSession
- catalogassignment_ProcessSession
- customapi_ProcessSession
- customapirequestparameter_ProcessSession
- customapiresponseproperty_ProcessSession
- provisionlanguageforuser_ProcessSession
- datalakefolder_ProcessSession
- datalakefolderpermission_ProcessSession
- datalakeworkspace_ProcessSession
- datalakeworkspacepermission_ProcessSession
- msdyn_dataflow_ProcessSession
- serviceplan_ProcessSession
- serviceplanmapping_ProcessSession
- applicationuser_ProcessSession
- connector_ProcessSession
- environmentvariabledefinition_ProcessSession
- environmentvariablevalue_ProcessSession
- flowmachine_ProcessSession
- flowmachinegroup_ProcessSession
- processstageparameter_ProcessSession
- workflowbinary_ProcessSession
- connectionreference_ProcessSession
- msdyn_aiconfiguration_ProcessSession
- msdyn_aimodel_ProcessSession
- msdyn_aitemplate_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_helppage_ProcessSession
- msdyn_tour_ProcessSession
- msdynce_botcontent_ProcessSession
- conversationtranscript_ProcessSession
- bot_ProcessSession
- botcomponent_ProcessSession
- Territory_ProcessSessions
- activityfileattachment_ProcessSession
- msdyn_serviceconfiguration_ProcessSession
- msdyn_slakpi_ProcessSession
- msdyn_federatedarticle_ProcessSession
- msdyn_federatedarticleincident_ProcessSession
- msdyn_kmfederatedsearchconfig_ProcessSession
- msdyn_knowledgearticleimage_ProcessSession
- msdyn_knowledgeinteractioninsight_ProcessSession
- msdyn_knowledgesearchinsight_ProcessSession
- msdyn_kalanguagesetting_ProcessSession
- msdyn_kbattachment_ProcessSession
- msdyn_kmpersonalizationsetting_ProcessSession
- msdyn_knowledgearticletemplate_ProcessSession
- msdyn_knowledgepersonalfilter_ProcessSession
- msdyn_knowledgesearchfilter_ProcessSession
- keyvaultreference_ProcessSession
- managedidentity_ProcessSession
- virtualentitymetadata_ProcessSession
- organizationdatasyncsubscription_ProcessSession
- organizationdatasyncsubscriptionentity_ProcessSession
- appaction_ProcessSession
- msdyn_richtextfile_ProcessSession
- msdyn_pminferredtask_ProcessSession
- msdyn_pmrecording_ProcessSession
- msdyn_analysiscomponent_ProcessSession
- msdyn_analysisjob_ProcessSession
- msdyn_analysisresult_ProcessSession
- msdyn_analysisresultdetail_ProcessSession
- msdyn_solutionhealthrule_ProcessSession
- msdyn_solutionhealthruleargument_ProcessSession
- msdyn_solutionhealthruleset_ProcessSession
theme_ProcessSession
See theme Table theme_ProcessSession One-To-Many relationship.
usermapping_ProcessSession
See usermapping Table usermapping_ProcessSession One-To-Many relationship.
knowledgearticle_ProcessSession
See knowledgearticle Table knowledgearticle_ProcessSession One-To-Many relationship.
position_ProcessSession
See position Table position_ProcessSession One-To-Many relationship.
KnowledgeBaseRecord_ProcessSession
See knowledgebaserecord Table KnowledgeBaseRecord_ProcessSession One-To-Many relationship.
SharePointSite_ProcessSessions
See sharepointsite Table SharePointSite_ProcessSessions One-To-Many relationship.
MailMergeTemplate_ProcessSessions
See mailmergetemplate Table MailMergeTemplate_ProcessSessions One-To-Many relationship.
Annotation_ProcessSessions
See annotation Table Annotation_ProcessSessions One-To-Many relationship.
BusinessUnitNewsArticle_ProcessSessions
See businessunitnewsarticle Table BusinessUnitNewsArticle_ProcessSessions One-To-Many relationship.
Appointment_ProcessSessions
See appointment Table Appointment_ProcessSessions One-To-Many relationship.
QueueItem_ProcessSessions
See queueitem Table QueueItem_ProcessSessions One-To-Many relationship.
lk_processsession_previouslinkedsessionid
See processsession Table lk_processsession_previouslinkedsessionid One-To-Many relationship.
lk_processsession_nextlinkedsessionid
See processsession Table lk_processsession_nextlinkedsessionid One-To-Many relationship.
lk_processsession_originatingsessionid
See processsession Table lk_processsession_originatingsessionid One-To-Many relationship.
Team_ProcessSessions
See team Table Team_ProcessSessions One-To-Many relationship.
Goal_ProcessSessions
See goal Table Goal_ProcessSessions One-To-Many relationship.
mailbox_processsessions
See mailbox Table mailbox_processsessions One-To-Many relationship.
TranslationProcess_ProcessSessions
See translationprocess Table TranslationProcess_ProcessSessions One-To-Many relationship.
SystemUser_ProcessSessions
See systemuser Table SystemUser_ProcessSessions One-To-Many relationship.
BusinessUnit_ProcessSessions
See businessunit Table BusinessUnit_ProcessSessions One-To-Many relationship.
KbArticleComment_ProcessSessions
See kbarticlecomment Table KbArticleComment_ProcessSessions One-To-Many relationship.
lk_processsession_canceledby
See systemuser Table lk_processsession_canceledby One-To-Many relationship.
goalrollupquery_ProcessSessions
See goalrollupquery Table goalrollupquery_ProcessSessions One-To-Many relationship.
rollupfield_ProcessSessions
See rollupfield Table rollupfield_ProcessSessions One-To-Many relationship.
SharePointDocumentLocation_ProcessSessions
See sharepointdocumentlocation Table SharePointDocumentLocation_ProcessSessions One-To-Many relationship.
lk_processsession_startedby
See systemuser Table lk_processsession_startedby One-To-Many relationship.
Account_ProcessSessions
See account Table Account_ProcessSessions One-To-Many relationship.
PhoneCall_ProcessSessions
See phonecall Table PhoneCall_ProcessSessions One-To-Many relationship.
slabase_ProcessSessions
See sla Table slabase_ProcessSessions One-To-Many relationship.
lk_processsession_createdby
See systemuser Table lk_processsession_createdby One-To-Many relationship.
lk_processsessionbase_modifiedonbehalfby
See systemuser Table lk_processsessionbase_modifiedonbehalfby One-To-Many relationship.
Template_ProcessSessions
See template Table Template_ProcessSessions One-To-Many relationship.
NewProcess_ProcessSessions
See newprocess Table NewProcess_ProcessSessions One-To-Many relationship.
Report_ProcessSessions
See report Table Report_ProcessSessions One-To-Many relationship.
Owning_businessunit_processsessions
See businessunit Table Owning_businessunit_processsessions One-To-Many relationship.
CustomerAddress_ProcessSessions
See customeraddress Table CustomerAddress_ProcessSessions One-To-Many relationship.
Connection_ProcessSessions
See connection Table Connection_ProcessSessions One-To-Many relationship.
lk_processsession_executedby
See systemuser Table lk_processsession_executedby One-To-Many relationship.
team_processsession
See team Table team_processsession One-To-Many relationship.
metric_ProcessSessions
See metric Table metric_ProcessSessions One-To-Many relationship.
ExpiredProcess_ProcessSessions
See expiredprocess Table ExpiredProcess_ProcessSessions One-To-Many relationship.
KbArticle_ProcessSessions
See kbarticle Table KbArticle_ProcessSessions One-To-Many relationship.
SocialActivity_ProcessSessions
See socialactivity Table SocialActivity_ProcessSessions One-To-Many relationship.
Task_ProcessSessions
See task Table Task_ProcessSessions One-To-Many relationship.
lk_processsession_processid
See workflow Table lk_processsession_processid One-To-Many relationship.
lk_processsession_modifiedby
See systemuser Table lk_processsession_modifiedby One-To-Many relationship.
ConnectionRole_ProcessSessions
See connectionrole Table ConnectionRole_ProcessSessions One-To-Many relationship.
TransactionCurrency_ProcessSessions
See transactioncurrency Table TransactionCurrency_ProcessSessions One-To-Many relationship.
Fax_ProcessSessions
See fax Table Fax_ProcessSessions One-To-Many relationship.
KbArticleTemplate_ProcessSessions
See kbarticletemplate Table KbArticleTemplate_ProcessSessions One-To-Many relationship.
Letter_ProcessSessions
See letter Table Letter_ProcessSessions One-To-Many relationship.
RecurringAppointmentMaster_ProcessSessions
See recurringappointmentmaster Table RecurringAppointmentMaster_ProcessSessions One-To-Many relationship.
Email_ProcessSessions
See email Table Email_ProcessSessions One-To-Many relationship.
lk_processsession_completedby
See systemuser Table lk_processsession_completedby One-To-Many relationship.
Contact_ProcessSessions
See contact Table Contact_ProcessSessions One-To-Many relationship.
Queue_ProcessSessions
See queue Table Queue_ProcessSessions One-To-Many relationship.
lk_processsessionbase_createdonbehalfby
See systemuser Table lk_processsessionbase_createdonbehalfby One-To-Many relationship.
Subject_ProcessSessions
See subject Table Subject_ProcessSessions One-To-Many relationship.
SocialProfile_ProcessSessions
See socialprofile Table SocialProfile_ProcessSessions One-To-Many relationship.
solutioncomponentattributeconfiguration_ProcessSession
Added by: Solution Component Configuration Solution
See solutioncomponentattributeconfiguration Table solutioncomponentattributeconfiguration_ProcessSession One-To-Many relationship.
solutioncomponentbatchconfiguration_ProcessSession
Added by: Solution Component Configuration Solution
See solutioncomponentbatchconfiguration Table solutioncomponentbatchconfiguration_ProcessSession One-To-Many relationship.
solutioncomponentconfiguration_ProcessSession
Added by: Solution Component Configuration Solution
See solutioncomponentconfiguration Table solutioncomponentconfiguration_ProcessSession One-To-Many relationship.
solutioncomponentrelationshipconfiguration_ProcessSession
Added by: Solution Component Configuration Solution
See solutioncomponentrelationshipconfiguration Table solutioncomponentrelationshipconfiguration_ProcessSession One-To-Many relationship.
package_ProcessSession
Added by: msdyn_SolutionPackageMapping Solution
See package Table package_ProcessSession One-To-Many relationship.
stagesolutionupload_ProcessSession
Added by: StageSolutionUpload Solution
See stagesolutionupload Table stagesolutionupload_ProcessSession One-To-Many relationship.
exportsolutionupload_ProcessSession
Added by: ExportSolutionUpload Solution
See exportsolutionupload Table exportsolutionupload_ProcessSession One-To-Many relationship.
featurecontrolsetting_ProcessSession
Added by: msdyn_FeatureControlSetting Solution
See featurecontrolsetting Table featurecontrolsetting_ProcessSession One-To-Many relationship.
catalog_ProcessSession
Added by: CatalogFramework Solution
See catalog Table catalog_ProcessSession One-To-Many relationship.
catalogassignment_ProcessSession
Added by: CatalogFramework Solution
See catalogassignment Table catalogassignment_ProcessSession One-To-Many relationship.
customapi_ProcessSession
Added by: Custom API Framework Solution
See customapi Table customapi_ProcessSession One-To-Many relationship.
customapirequestparameter_ProcessSession
Added by: Custom API Framework Solution
See customapirequestparameter Table customapirequestparameter_ProcessSession One-To-Many relationship.
customapiresponseproperty_ProcessSession
Added by: Custom API Framework Solution
See customapiresponseproperty Table customapiresponseproperty_ProcessSession One-To-Many relationship.
provisionlanguageforuser_ProcessSession
Added by: msft_LocalizationExtension Solution
See provisionlanguageforuser Table provisionlanguageforuser_ProcessSession One-To-Many relationship.
datalakefolder_ProcessSession
Added by: Data lake workspaces Solution
See datalakefolder Table datalakefolder_ProcessSession One-To-Many relationship.
datalakefolderpermission_ProcessSession
Added by: Data lake workspaces Solution
See datalakefolderpermission Table datalakefolderpermission_ProcessSession One-To-Many relationship.
datalakeworkspace_ProcessSession
Added by: Data lake workspaces Solution
See datalakeworkspace Table datalakeworkspace_ProcessSession One-To-Many relationship.
datalakeworkspacepermission_ProcessSession
Added by: Data lake workspaces Solution
See datalakeworkspacepermission Table datalakeworkspacepermission_ProcessSession One-To-Many relationship.
msdyn_dataflow_ProcessSession
Added by: Dataflow Solution Solution
See msdyn_dataflow Table msdyn_dataflow_ProcessSession One-To-Many relationship.
serviceplan_ProcessSession
Added by: License Enforcement Solution
See serviceplan Table serviceplan_ProcessSession One-To-Many relationship.
serviceplanmapping_ProcessSession
Added by: License Enforcement Solution
See serviceplanmapping Table serviceplanmapping_ProcessSession One-To-Many relationship.
applicationuser_ProcessSession
Added by: ApplicationUserSolution Solution
See applicationuser Table applicationuser_ProcessSession One-To-Many relationship.
connector_ProcessSession
Added by: Power Connector Solution Solution
See connector Table connector_ProcessSession One-To-Many relationship.
environmentvariabledefinition_ProcessSession
Added by: Environment Variables Solution
See environmentvariabledefinition Table environmentvariabledefinition_ProcessSession One-To-Many relationship.
environmentvariablevalue_ProcessSession
Added by: Environment Variables Solution
See environmentvariablevalue Table environmentvariablevalue_ProcessSession One-To-Many relationship.
flowmachine_ProcessSession
Added by: Power Automate Extensions core package Solution
See flowmachine Table flowmachine_ProcessSession One-To-Many relationship.
flowmachinegroup_ProcessSession
Added by: Power Automate Extensions core package Solution
See flowmachinegroup Table flowmachinegroup_ProcessSession One-To-Many relationship.
processstageparameter_ProcessSession
Added by: Power Automate Extensions core package Solution
See processstageparameter Table processstageparameter_ProcessSession One-To-Many relationship.
workflowbinary_ProcessSession
Added by: Power Automate Extensions core package Solution
See workflowbinary Table workflowbinary_ProcessSession One-To-Many relationship.
connectionreference_ProcessSession
Added by: Power Platform Connection References Solution
See connectionreference Table connectionreference_ProcessSession One-To-Many relationship.
msdyn_aiconfiguration_ProcessSession
Added by: AISolution Solution
See msdyn_aiconfiguration Table msdyn_aiconfiguration_ProcessSession One-To-Many relationship.
msdyn_aimodel_ProcessSession
Added by: AISolution Solution
See msdyn_aimodel Table msdyn_aimodel_ProcessSession One-To-Many relationship.
msdyn_aitemplate_ProcessSession
Added by: AISolution Solution
See msdyn_aitemplate Table msdyn_aitemplate_ProcessSession One-To-Many relationship.
msdyn_aifptrainingdocument_ProcessSession
Added by: AI Solution deprecated templates Solution
See msdyn_aifptrainingdocument Table msdyn_aifptrainingdocument_ProcessSession One-To-Many relationship.
msdyn_aiodimage_ProcessSession
Added by: AI Solution deprecated templates Solution
See msdyn_aiodimage Table msdyn_aiodimage_ProcessSession One-To-Many relationship.
msdyn_aiodlabel_ProcessSession
Added by: AI Solution deprecated templates Solution
See msdyn_aiodlabel Table msdyn_aiodlabel_ProcessSession One-To-Many relationship.
msdyn_aiodtrainingboundingbox_ProcessSession
Added by: AI Solution deprecated templates Solution
See msdyn_aiodtrainingboundingbox Table msdyn_aiodtrainingboundingbox_ProcessSession One-To-Many relationship.
msdyn_aiodtrainingimage_ProcessSession
Added by: AI Solution deprecated templates Solution
See msdyn_aiodtrainingimage Table msdyn_aiodtrainingimage_ProcessSession One-To-Many relationship.
msdyn_aibdataset_ProcessSession
Added by: AI Solution default templates Solution
See msdyn_aibdataset Table msdyn_aibdataset_ProcessSession One-To-Many relationship.
msdyn_aibdatasetfile_ProcessSession
Added by: AI Solution default templates Solution
See msdyn_aibdatasetfile Table msdyn_aibdatasetfile_ProcessSession One-To-Many relationship.
msdyn_aibdatasetrecord_ProcessSession
Added by: AI Solution default templates Solution
See msdyn_aibdatasetrecord Table msdyn_aibdatasetrecord_ProcessSession One-To-Many relationship.
msdyn_aibdatasetscontainer_ProcessSession
Added by: AI Solution default templates Solution
See msdyn_aibdatasetscontainer Table msdyn_aibdatasetscontainer_ProcessSession One-To-Many relationship.
msdyn_aibfile_ProcessSession
Added by: AI Solution default templates Solution
See msdyn_aibfile Table msdyn_aibfile_ProcessSession One-To-Many relationship.
msdyn_aibfileattacheddata_ProcessSession
Added by: AI Solution default templates Solution
See msdyn_aibfileattacheddata Table msdyn_aibfileattacheddata_ProcessSession One-To-Many relationship.
msdyn_helppage_ProcessSession
Added by: Contextual Help Solution
See msdyn_helppage Table msdyn_helppage_ProcessSession One-To-Many relationship.
msdyn_tour_ProcessSession
Added by: Contextual Help Solution
See msdyn_tour Table msdyn_tour_ProcessSession One-To-Many relationship.
msdynce_botcontent_ProcessSession
Added by: Customer Care Intelligence Bots Solution
See msdynce_botcontent Table msdynce_botcontent_ProcessSession One-To-Many relationship.
conversationtranscript_ProcessSession
Added by: Power Virtual Agents Common Solution
See conversationtranscript Table conversationtranscript_ProcessSession One-To-Many relationship.
bot_ProcessSession
Added by: Power Virtual Agents Solution
See bot Table bot_ProcessSession One-To-Many relationship.
botcomponent_ProcessSession
Added by: Power Virtual Agents Solution
See botcomponent Table botcomponent_ProcessSession One-To-Many relationship.
Territory_ProcessSessions
Added by: Application Common Solution
See territory Table Territory_ProcessSessions One-To-Many relationship.
activityfileattachment_ProcessSession
Added by: Activities Patch Solution
See activityfileattachment Table activityfileattachment_ProcessSession One-To-Many relationship.
msdyn_serviceconfiguration_ProcessSession
Added by: Service Level Agreement (SLA) Extension Solution
See msdyn_serviceconfiguration Table msdyn_serviceconfiguration_ProcessSession One-To-Many relationship.
msdyn_slakpi_ProcessSession
Added by: Service Level Agreement (SLA) Extension Solution
See msdyn_slakpi Table msdyn_slakpi_ProcessSession One-To-Many relationship.
msdyn_federatedarticle_ProcessSession
Added by: Knowledge Management Online Features Solution
See msdyn_federatedarticle Table msdyn_federatedarticle_ProcessSession One-To-Many relationship.
msdyn_federatedarticleincident_ProcessSession
Added by: Knowledge Management Online Features Solution
See msdyn_federatedarticleincident Table msdyn_federatedarticleincident_ProcessSession One-To-Many relationship.
msdyn_kmfederatedsearchconfig_ProcessSession
Added by: Knowledge Management Online Features Solution
See msdyn_kmfederatedsearchconfig Table msdyn_kmfederatedsearchconfig_ProcessSession One-To-Many relationship.
msdyn_knowledgearticleimage_ProcessSession
Added by: Knowledge Management Online Features Solution
See msdyn_knowledgearticleimage Table msdyn_knowledgearticleimage_ProcessSession One-To-Many relationship.
msdyn_knowledgeinteractioninsight_ProcessSession
Added by: Knowledge Management Online Features Solution
See msdyn_knowledgeinteractioninsight Table msdyn_knowledgeinteractioninsight_ProcessSession One-To-Many relationship.
msdyn_knowledgesearchinsight_ProcessSession
Added by: Knowledge Management Online Features Solution
See msdyn_knowledgesearchinsight Table msdyn_knowledgesearchinsight_ProcessSession One-To-Many relationship.
msdyn_kalanguagesetting_ProcessSession
Added by: Knowledge Management Features Solution
See msdyn_kalanguagesetting Table msdyn_kalanguagesetting_ProcessSession One-To-Many relationship.
msdyn_kbattachment_ProcessSession
Added by: Knowledge Management Features Solution
See msdyn_kbattachment Table msdyn_kbattachment_ProcessSession One-To-Many relationship.
msdyn_kmpersonalizationsetting_ProcessSession
Added by: Knowledge Management Features Solution
See msdyn_kmpersonalizationsetting Table msdyn_kmpersonalizationsetting_ProcessSession One-To-Many relationship.
msdyn_knowledgearticletemplate_ProcessSession
Added by: Knowledge Management Features Solution
See msdyn_knowledgearticletemplate Table msdyn_knowledgearticletemplate_ProcessSession One-To-Many relationship.
msdyn_knowledgepersonalfilter_ProcessSession
Added by: Knowledge Management Features Solution
See msdyn_knowledgepersonalfilter Table msdyn_knowledgepersonalfilter_ProcessSession One-To-Many relationship.
msdyn_knowledgesearchfilter_ProcessSession
Added by: Knowledge Management Features Solution
See msdyn_knowledgesearchfilter Table msdyn_knowledgesearchfilter_ProcessSession One-To-Many relationship.
keyvaultreference_ProcessSession
Added by: ManagedIdentityExtensions Solution
See keyvaultreference Table keyvaultreference_ProcessSession One-To-Many relationship.
managedidentity_ProcessSession
Added by: ManagedIdentityExtensions Solution
See managedidentity Table managedidentity_ProcessSession One-To-Many relationship.
virtualentitymetadata_ProcessSession
Added by: RuntimeIntegration Solution
See virtualentitymetadata Table virtualentitymetadata_ProcessSession One-To-Many relationship.
organizationdatasyncsubscription_ProcessSession
Added by: OrganizationDataSyncSolution Solution
See organizationdatasyncsubscription Table organizationdatasyncsubscription_ProcessSession One-To-Many relationship.
organizationdatasyncsubscriptionentity_ProcessSession
Added by: OrganizationDataSyncSolution Solution
See organizationdatasyncsubscriptionentity Table organizationdatasyncsubscriptionentity_ProcessSession One-To-Many relationship.
appaction_ProcessSession
Added by: Power Apps Actions Solution
See appaction Table appaction_ProcessSession One-To-Many relationship.
msdyn_richtextfile_ProcessSession
Added by: Rich Text Editor Solution
See msdyn_richtextfile Table msdyn_richtextfile_ProcessSession One-To-Many relationship.
msdyn_pminferredtask_ProcessSession
Added by: Process Mining Solution
See msdyn_pminferredtask Table msdyn_pminferredtask_ProcessSession One-To-Many relationship.
msdyn_pmrecording_ProcessSession
Added by: Process Mining Solution
See msdyn_pmrecording Table msdyn_pmrecording_ProcessSession One-To-Many relationship.
msdyn_analysiscomponent_ProcessSession
Added by: Power Apps Checker Solution
See msdyn_analysiscomponent Table msdyn_analysiscomponent_ProcessSession One-To-Many relationship.
msdyn_analysisjob_ProcessSession
Added by: Power Apps Checker Solution
See msdyn_analysisjob Table msdyn_analysisjob_ProcessSession One-To-Many relationship.
msdyn_analysisresult_ProcessSession
Added by: Power Apps Checker Solution
See msdyn_analysisresult Table msdyn_analysisresult_ProcessSession One-To-Many relationship.
msdyn_analysisresultdetail_ProcessSession
Added by: Power Apps Checker Solution
See msdyn_analysisresultdetail Table msdyn_analysisresultdetail_ProcessSession One-To-Many relationship.
msdyn_solutionhealthrule_ProcessSession
Added by: Power Apps Checker Solution
See msdyn_solutionhealthrule Table msdyn_solutionhealthrule_ProcessSession One-To-Many relationship.
msdyn_solutionhealthruleargument_ProcessSession
Added by: Power Apps Checker Solution
See msdyn_solutionhealthruleargument Table msdyn_solutionhealthruleargument_ProcessSession One-To-Many relationship.
msdyn_solutionhealthruleset_ProcessSession
Added by: Power Apps Checker Solution
See msdyn_solutionhealthruleset Table msdyn_solutionhealthruleset_ProcessSession One-To-Many relationship.
See also
About the table reference
Web API Reference
processsession EntityType