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 class or method |
---|---|---|
Assign | PATCH [org URI]/api/data/v9.2/processsessions(processsessionid) Update ownerid property. |
AssignRequest |
Create | POST [org URI]/api/data/v9.2/processsessions See Create |
CreateRequest or Create |
Delete | DELETE [org URI]/api/data/v9.2/processsessions(processsessionid) See Delete |
DeleteRequest or Delete |
GrantAccess | GrantAccess Action | GrantAccessRequest |
ModifyAccess | ModifyAccess Action | ModifyAccessRequest |
Retrieve | GET [org URI]/api/data/v9.2/processsessions(processsessionid) See Retrieve |
RetrieveRequest or Retrieve |
RetrieveMultiple | GET [org URI]/api/data/v9.2/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.2/processsessions(processsessionid) Update statecode and statuscode properties. |
SetStateRequest |
Update | PATCH [org URI]/api/data/v9.2/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,appactionmigration,appactionrule,appelement,applicationuser,appmodulecomponentedge,appmodulecomponentnode,appointment,appsetting,appusersetting,bot,botcomponent,businessunit,businessunitnewsarticle,canvasappextendedmetadata,card,cascadegrantrevokeaccessrecordstracker,cascadegrantrevokeaccessversiontracker,catalog,catalogassignment,channelaccessprofile,channelaccessprofilerule,chat,comment,connection,connectioninstance,connectionreference,connectionrole,connector,contact,conversationtranscript,convertrule,customapi,customapirequestparameter,customapiresponseproperty,customeraddress,customerrelationship,datalakefolder,datalakefolderpermission,datalakeworkspace,datalakeworkspacepermission,dataprocessingconfiguration,desktopflowbinary,email,environmentvariabledefinition,environmentvariablevalue,expiredprocess,exportsolutionupload,externalparty,externalpartyitem,fax,featurecontrolsetting,flowmachine,flowmachinegroup,flowmachineimage,flowmachineimageversion,flowmachinenetwork,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_aibfeedbackloop,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_appinsightsmetadata,msdyn_customcontrolextendedsettings,msdyn_dataflow,msdyn_dataflowrefreshhistory,msdyn_entitylinkchatconfiguration,msdyn_entityrefreshhistory,msdyn_federatedarticle,msdyn_federatedarticleincident,msdyn_helppage,msdyn_insightsstorevirtualentity,msdyn_integratedsearchprovider,msdyn_kalanguagesetting,msdyn_kbattachment,msdyn_kmfederatedsearchconfig,msdyn_kmpersonalizationsetting,msdyn_knowledgearticleimage,msdyn_knowledgearticletemplate,msdyn_knowledgeinteractioninsight,msdyn_knowledgemanagementsetting,msdyn_knowledgepersonalfilter,msdyn_knowledgesearchfilter,msdyn_knowledgesearchinsight,msdyn_pmanalysishistory,msdyn_pmcalendar,msdyn_pmcalendarversion,msdyn_pminferredtask,msdyn_pmprocessextendedmetadataversion,msdyn_pmprocessusersettings,msdyn_pmprocessversion,msdyn_pmrecording,msdyn_pmtemplate,msdyn_pmview,msdyn_richtextfile,msdyn_serviceconfiguration,msdyn_slakpi,msdyn_solutionhealthrule,msdyn_solutionhealthruleargument,msdyn_solutionhealthruleset,msdyn_tour,msdyn_workflowactionstatus,msgraphresourcetosubscription,newprocess,organizationdatasyncstate,organizationdatasyncsubscription,organizationdatasyncsubscriptionentity,organizationsetting,package,pdfsetting,phonecall,position,powerbidataset,powerbimashupparameter,powerbireport,powerfxrule,privilegesremovalsetting,processstageparameter,provisionlanguageforuser,queue,queueitem,recurringappointmentmaster,relationshiprole,report,revokeinheritedaccessrecordstracker,rollupfield,routingrule,routingruleitem,serviceplan,serviceplanmapping,settingdefinition,sharedlinksetting,sharedobject,sharedworkspace,sharepointdocumentlocation,sharepointsite,sla,socialactivity,socialprofile,solutioncomponentattributeconfiguration,solutioncomponentbatchconfiguration,solutioncomponentconfiguration,solutioncomponentrelationshipconfiguration,stagesolutionupload,subject,supportusertable,synapsedatabase,synapselinkexternaltablestate,synapselinkprofile,synapselinkprofileentity,synapselinkprofileentitystate,synapselinkschedule,systemuser,systemuserauthorizationchangetracker,task,team,teammobileofflineprofilemembership,template,territory,theme,transactioncurrency,translationprocess,usermapping,usermobileofflineprofilemembership,userrating,virtualentitymetadata,workflowbinary |
Type | Lookup |
RegardingObjectIdName
Property | Value |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
IsValidForUpdate | False |
LogicalName | regardingobjectidname |
MaxLength | 850 |
RequiredLevel | None |
Type | String |
RegardingObjectIdYomiName
Property | Value |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
IsValidForUpdate | False |
LogicalName | regardingobjectidyominame |
MaxLength | 850 |
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
- OwningBusinessUnitName
- 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 | True |
IsValidForRead | True |
LogicalName | owningbusinessunit |
RequiredLevel | None |
Targets | businessunit |
Type | Lookup |
OwningBusinessUnitName
Property | Value |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | owningbusinessunitname |
MaxLength | 160 |
RequiredLevel | None |
Type | String |
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 the lk_workflowlog_processsession many-to-one relationship for the workflowlog table/entity.
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 the lk_workflowlog_processsession_childworkflow many-to-one relationship for the workflowlog table/entity.
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 the lk_processsession_previouslinkedsessionid many-to-one relationship for the processsession table/entity.
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 the lk_processsession_nextlinkedsessionid many-to-one relationship for the processsession table/entity.
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 the lk_processsession_originatingsessionid many-to-one relationship for the processsession table/entity.
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 the processsession_connections2 many-to-one relationship for the connection table/entity.
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 the ProcessSession_SyncErrors many-to-one relationship for the syncerror table/entity.
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 the processsession_connections1 many-to-one relationship for the connection table/entity.
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 the processsession_PostFollows many-to-one relationship for the postfollow table/entity.
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
- sharedobject_ProcessSession
- sharedworkspace_ProcessSession
- datalakefolder_ProcessSession
- datalakefolderpermission_ProcessSession
- datalakeworkspace_ProcessSession
- datalakeworkspacepermission_ProcessSession
- dataprocessingconfiguration_ProcessSession
- synapsedatabase_ProcessSession
- synapselinkexternaltablestate_ProcessSession
- synapselinkprofile_ProcessSession
- synapselinkprofileentity_ProcessSession
- synapselinkprofileentitystate_ProcessSession
- synapselinkschedule_ProcessSession
- msdyn_dataflow_ProcessSession
- msdyn_dataflowrefreshhistory_ProcessSession
- msdyn_entityrefreshhistory_ProcessSession
- sharedlinksetting_ProcessSession
- serviceplan_ProcessSession
- serviceplanmapping_ProcessSession
- applicationuser_ProcessSession
- connector_ProcessSession
- environmentvariabledefinition_ProcessSession
- environmentvariablevalue_ProcessSession
- workflowbinary_ProcessSession
- flowmachine_ProcessSession
- flowmachinegroup_ProcessSession
- flowmachineimage_ProcessSession
- flowmachineimageversion_ProcessSession
- flowmachinenetwork_ProcessSession
- processstageparameter_ProcessSession
- desktopflowbinary_ProcessSession
- connectionreference_ProcessSession
- connectioninstance_ProcessSession
- msdyn_aiconfiguration_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_helppage_ProcessSession
- msdyn_tour_ProcessSession
- msdynce_botcontent_ProcessSession
- conversationtranscript_ProcessSession
- bot_ProcessSession
- botcomponent_ProcessSession
- Territory_ProcessSessions
- activityfileattachment_ProcessSession
- chat_ProcessSession
- msdyn_serviceconfiguration_ProcessSession
- msdyn_slakpi_ProcessSession
- msdyn_knowledgemanagementsetting_ProcessSession
- msdyn_federatedarticle_ProcessSession
- msdyn_federatedarticleincident_ProcessSession
- msdyn_integratedsearchprovider_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
- powerfxrule_ProcessSession
- keyvaultreference_ProcessSession
- managedidentity_ProcessSession
- msgraphresourcetosubscription_ProcessSession
- virtualentitymetadata_ProcessSession
- organizationdatasyncsubscription_ProcessSession
- organizationdatasyncsubscriptionentity_ProcessSession
- organizationdatasyncstate_ProcessSession
- msdyn_appinsightsmetadata_ProcessSession
- msdyn_workflowactionstatus_ProcessSession
- userrating_ProcessSession
- msdyn_insightsstorevirtualentity_ProcessSession
- appaction_ProcessSession
- appactionmigration_ProcessSession
- appactionrule_ProcessSession
- card_ProcessSession
- msdyn_entitylinkchatconfiguration_ProcessSession
- msdyn_richtextfile_ProcessSession
- msdyn_customcontrolextendedsettings_ProcessSession
- msdyn_pmanalysishistory_ProcessSession
- msdyn_pmcalendar_ProcessSession
- msdyn_pmcalendarversion_ProcessSession
- msdyn_pminferredtask_ProcessSession
- msdyn_pmprocessextendedmetadataversion_ProcessSession
- msdyn_pmprocessusersettings_ProcessSession
- msdyn_pmprocessversion_ProcessSession
- msdyn_pmrecording_ProcessSession
- msdyn_pmtemplate_ProcessSession
- msdyn_pmview_ProcessSession
- msdyn_analysiscomponent_ProcessSession
- msdyn_analysisjob_ProcessSession
- msdyn_analysisresult_ProcessSession
- msdyn_analysisresultdetail_ProcessSession
- msdyn_solutionhealthrule_ProcessSession
- msdyn_solutionhealthruleargument_ProcessSession
- msdyn_solutionhealthruleset_ProcessSession
- powerbidataset_ProcessSession
- powerbimashupparameter_ProcessSession
- powerbireport_ProcessSession
theme_ProcessSession
See the theme_ProcessSession one-to-many relationship for the theme table/entity.
usermapping_ProcessSession
See the usermapping_ProcessSession one-to-many relationship for the usermapping table/entity.
knowledgearticle_ProcessSession
See the knowledgearticle_ProcessSession one-to-many relationship for the knowledgearticle table/entity.
position_ProcessSession
See the position_ProcessSession one-to-many relationship for the position table/entity.
KnowledgeBaseRecord_ProcessSession
See the KnowledgeBaseRecord_ProcessSession one-to-many relationship for the knowledgebaserecord table/entity.
SharePointSite_ProcessSessions
See the SharePointSite_ProcessSessions one-to-many relationship for the sharepointsite table/entity.
MailMergeTemplate_ProcessSessions
See the MailMergeTemplate_ProcessSessions one-to-many relationship for the mailmergetemplate table/entity.
Annotation_ProcessSessions
See the Annotation_ProcessSessions one-to-many relationship for the annotation table/entity.
BusinessUnitNewsArticle_ProcessSessions
See the BusinessUnitNewsArticle_ProcessSessions one-to-many relationship for the businessunitnewsarticle table/entity.
Appointment_ProcessSessions
See the Appointment_ProcessSessions one-to-many relationship for the appointment table/entity.
QueueItem_ProcessSessions
See the QueueItem_ProcessSessions one-to-many relationship for the queueitem table/entity.
lk_processsession_previouslinkedsessionid
See the lk_processsession_previouslinkedsessionid one-to-many relationship for the processsession table/entity.
lk_processsession_nextlinkedsessionid
See the lk_processsession_nextlinkedsessionid one-to-many relationship for the processsession table/entity.
lk_processsession_originatingsessionid
See the lk_processsession_originatingsessionid one-to-many relationship for the processsession table/entity.
Team_ProcessSessions
See the Team_ProcessSessions one-to-many relationship for the team table/entity.
Goal_ProcessSessions
See the Goal_ProcessSessions one-to-many relationship for the goal table/entity.
mailbox_processsessions
See the mailbox_processsessions one-to-many relationship for the mailbox table/entity.
TranslationProcess_ProcessSessions
See the TranslationProcess_ProcessSessions one-to-many relationship for the translationprocess table/entity.
SystemUser_ProcessSessions
See the SystemUser_ProcessSessions one-to-many relationship for the systemuser table/entity.
BusinessUnit_ProcessSessions
See the BusinessUnit_ProcessSessions one-to-many relationship for the businessunit table/entity.
KbArticleComment_ProcessSessions
See the KbArticleComment_ProcessSessions one-to-many relationship for the kbarticlecomment table/entity.
lk_processsession_canceledby
See the lk_processsession_canceledby one-to-many relationship for the systemuser table/entity.
goalrollupquery_ProcessSessions
See the goalrollupquery_ProcessSessions one-to-many relationship for the goalrollupquery table/entity.
rollupfield_ProcessSessions
See the rollupfield_ProcessSessions one-to-many relationship for the rollupfield table/entity.
SharePointDocumentLocation_ProcessSessions
See the SharePointDocumentLocation_ProcessSessions one-to-many relationship for the sharepointdocumentlocation table/entity.
lk_processsession_startedby
See the lk_processsession_startedby one-to-many relationship for the systemuser table/entity.
Account_ProcessSessions
See the Account_ProcessSessions one-to-many relationship for the account table/entity.
PhoneCall_ProcessSessions
See the PhoneCall_ProcessSessions one-to-many relationship for the phonecall table/entity.
slabase_ProcessSessions
See the slabase_ProcessSessions one-to-many relationship for the sla table/entity.
lk_processsession_createdby
See the lk_processsession_createdby one-to-many relationship for the systemuser table/entity.
lk_processsessionbase_modifiedonbehalfby
See the lk_processsessionbase_modifiedonbehalfby one-to-many relationship for the systemuser table/entity.
Template_ProcessSessions
See the Template_ProcessSessions one-to-many relationship for the template table/entity.
NewProcess_ProcessSessions
See the NewProcess_ProcessSessions one-to-many relationship for the newprocess table/entity.
Report_ProcessSessions
See the Report_ProcessSessions one-to-many relationship for the report table/entity.
Owning_businessunit_processsessions
See the Owning_businessunit_processsessions one-to-many relationship for the businessunit table/entity.
CustomerAddress_ProcessSessions
See the CustomerAddress_ProcessSessions one-to-many relationship for the customeraddress table/entity.
Connection_ProcessSessions
See the Connection_ProcessSessions one-to-many relationship for the connection table/entity.
lk_processsession_executedby
See the lk_processsession_executedby one-to-many relationship for the systemuser table/entity.
team_processsession
See the team_processsession one-to-many relationship for the team table/entity.
metric_ProcessSessions
See the metric_ProcessSessions one-to-many relationship for the metric table/entity.
ExpiredProcess_ProcessSessions
See the ExpiredProcess_ProcessSessions one-to-many relationship for the expiredprocess table/entity.
KbArticle_ProcessSessions
See the KbArticle_ProcessSessions one-to-many relationship for the kbarticle table/entity.
SocialActivity_ProcessSessions
See the SocialActivity_ProcessSessions one-to-many relationship for the socialactivity table/entity.
Task_ProcessSessions
See the Task_ProcessSessions one-to-many relationship for the task table/entity.
lk_processsession_processid
See the lk_processsession_processid one-to-many relationship for the workflow table/entity.
lk_processsession_modifiedby
See the lk_processsession_modifiedby one-to-many relationship for the systemuser table/entity.
ConnectionRole_ProcessSessions
See the ConnectionRole_ProcessSessions one-to-many relationship for the connectionrole table/entity.
TransactionCurrency_ProcessSessions
See the TransactionCurrency_ProcessSessions one-to-many relationship for the transactioncurrency table/entity.
Fax_ProcessSessions
See the Fax_ProcessSessions one-to-many relationship for the fax table/entity.
KbArticleTemplate_ProcessSessions
See the KbArticleTemplate_ProcessSessions one-to-many relationship for the kbarticletemplate table/entity.
Letter_ProcessSessions
See the Letter_ProcessSessions one-to-many relationship for the letter table/entity.
RecurringAppointmentMaster_ProcessSessions
See the RecurringAppointmentMaster_ProcessSessions one-to-many relationship for the recurringappointmentmaster table/entity.
Email_ProcessSessions
See the Email_ProcessSessions one-to-many relationship for the email table/entity.
lk_processsession_completedby
See the lk_processsession_completedby one-to-many relationship for the systemuser table/entity.
Contact_ProcessSessions
See the Contact_ProcessSessions one-to-many relationship for the contact table/entity.
Queue_ProcessSessions
See the Queue_ProcessSessions one-to-many relationship for the queue table/entity.
lk_processsessionbase_createdonbehalfby
See the lk_processsessionbase_createdonbehalfby one-to-many relationship for the systemuser table/entity.
Subject_ProcessSessions
See the Subject_ProcessSessions one-to-many relationship for the subject table/entity.
SocialProfile_ProcessSessions
See the SocialProfile_ProcessSessions one-to-many relationship for the socialprofile table/entity.
solutioncomponentattributeconfiguration_ProcessSession
Added by: Solution Component Configuration Solution
See the solutioncomponentattributeconfiguration_ProcessSession one-to-many relationship for the solutioncomponentattributeconfiguration table/entity.
solutioncomponentbatchconfiguration_ProcessSession
Added by: Solution Component Configuration Solution
See the solutioncomponentbatchconfiguration_ProcessSession one-to-many relationship for the solutioncomponentbatchconfiguration table/entity.
solutioncomponentconfiguration_ProcessSession
Added by: Solution Component Configuration Solution
See the solutioncomponentconfiguration_ProcessSession one-to-many relationship for the solutioncomponentconfiguration table/entity.
solutioncomponentrelationshipconfiguration_ProcessSession
Added by: Solution Component Configuration Solution
See the solutioncomponentrelationshipconfiguration_ProcessSession one-to-many relationship for the solutioncomponentrelationshipconfiguration table/entity.
package_ProcessSession
Added by: msdyn_SolutionPackageMapping Solution
See the package_ProcessSession one-to-many relationship for the package table/entity.
stagesolutionupload_ProcessSession
Added by: StageSolutionUpload Solution
See the stagesolutionupload_ProcessSession one-to-many relationship for the stagesolutionupload table/entity.
exportsolutionupload_ProcessSession
Added by: ExportSolutionUpload Solution
See the exportsolutionupload_ProcessSession one-to-many relationship for the exportsolutionupload table/entity.
featurecontrolsetting_ProcessSession
Added by: msdyn_FeatureControlSetting Solution
See the featurecontrolsetting_ProcessSession one-to-many relationship for the featurecontrolsetting table/entity.
catalog_ProcessSession
Added by: CatalogFramework Solution
See the catalog_ProcessSession one-to-many relationship for the catalog table/entity.
catalogassignment_ProcessSession
Added by: CatalogFramework Solution
See the catalogassignment_ProcessSession one-to-many relationship for the catalogassignment table/entity.
customapi_ProcessSession
Added by: Custom API Framework Solution
See the customapi_ProcessSession one-to-many relationship for the customapi table/entity.
customapirequestparameter_ProcessSession
Added by: Custom API Framework Solution
See the customapirequestparameter_ProcessSession one-to-many relationship for the customapirequestparameter table/entity.
customapiresponseproperty_ProcessSession
Added by: Custom API Framework Solution
See the customapiresponseproperty_ProcessSession one-to-many relationship for the customapiresponseproperty table/entity.
provisionlanguageforuser_ProcessSession
Added by: msft_LocalizationExtension Solution
See the provisionlanguageforuser_ProcessSession one-to-many relationship for the provisionlanguageforuser table/entity.
sharedobject_ProcessSession
Added by: Real-time Collaboration App Solution
See the sharedobject_ProcessSession one-to-many relationship for the sharedobject table/entity.
sharedworkspace_ProcessSession
Added by: Real-time Collaboration App Solution
See the sharedworkspace_ProcessSession one-to-many relationship for the sharedworkspace table/entity.
datalakefolder_ProcessSession
Added by: Data lake workspaces Solution
See the datalakefolder_ProcessSession one-to-many relationship for the datalakefolder table/entity.
datalakefolderpermission_ProcessSession
Added by: Data lake workspaces Solution
See the datalakefolderpermission_ProcessSession one-to-many relationship for the datalakefolderpermission table/entity.
datalakeworkspace_ProcessSession
Added by: Data lake workspaces Solution
See the datalakeworkspace_ProcessSession one-to-many relationship for the datalakeworkspace table/entity.
datalakeworkspacepermission_ProcessSession
Added by: Data lake workspaces Solution
See the datalakeworkspacepermission_ProcessSession one-to-many relationship for the datalakeworkspacepermission table/entity.
dataprocessingconfiguration_ProcessSession
Added by: Data lake workspaces Solution
See the dataprocessingconfiguration_ProcessSession one-to-many relationship for the dataprocessingconfiguration table/entity.
synapsedatabase_ProcessSession
Added by: Data lake workspaces Solution
See the synapsedatabase_ProcessSession one-to-many relationship for the synapsedatabase table/entity.
synapselinkexternaltablestate_ProcessSession
Added by: Synapse Link Solution
See the synapselinkexternaltablestate_ProcessSession one-to-many relationship for the synapselinkexternaltablestate table/entity.
synapselinkprofile_ProcessSession
Added by: Synapse Link Solution
See the synapselinkprofile_ProcessSession one-to-many relationship for the synapselinkprofile table/entity.
synapselinkprofileentity_ProcessSession
Added by: Synapse Link Solution
See the synapselinkprofileentity_ProcessSession one-to-many relationship for the synapselinkprofileentity table/entity.
synapselinkprofileentitystate_ProcessSession
Added by: Synapse Link Solution
See the synapselinkprofileentitystate_ProcessSession one-to-many relationship for the synapselinkprofileentitystate table/entity.
synapselinkschedule_ProcessSession
Added by: Synapse Link Solution
See the synapselinkschedule_ProcessSession one-to-many relationship for the synapselinkschedule table/entity.
msdyn_dataflow_ProcessSession
Added by: Dataflow Solution Solution
See the msdyn_dataflow_ProcessSession one-to-many relationship for the msdyn_dataflow table/entity.
msdyn_dataflowrefreshhistory_ProcessSession
Added by: Dataflow Solution Solution
See the msdyn_dataflowrefreshhistory_ProcessSession one-to-many relationship for the msdyn_dataflowrefreshhistory table/entity.
msdyn_entityrefreshhistory_ProcessSession
Added by: Dataflow Solution Solution
See the msdyn_entityrefreshhistory_ProcessSession one-to-many relationship for the msdyn_entityrefreshhistory table/entity.
sharedlinksetting_ProcessSession
Added by: Access Team Solution
See the sharedlinksetting_ProcessSession one-to-many relationship for the sharedlinksetting table/entity.
serviceplan_ProcessSession
Added by: License Enforcement Solution
See the serviceplan_ProcessSession one-to-many relationship for the serviceplan table/entity.
serviceplanmapping_ProcessSession
Added by: License Enforcement Solution
See the serviceplanmapping_ProcessSession one-to-many relationship for the serviceplanmapping table/entity.
applicationuser_ProcessSession
Added by: ApplicationUserSolution Solution
See the applicationuser_ProcessSession one-to-many relationship for the applicationuser table/entity.
connector_ProcessSession
Added by: Power Connector Solution Solution
See the connector_ProcessSession one-to-many relationship for the connector table/entity.
environmentvariabledefinition_ProcessSession
Added by: Environment Variables Solution
See the environmentvariabledefinition_ProcessSession one-to-many relationship for the environmentvariabledefinition table/entity.
environmentvariablevalue_ProcessSession
Added by: Environment Variables Solution
See the environmentvariablevalue_ProcessSession one-to-many relationship for the environmentvariablevalue table/entity.
workflowbinary_ProcessSession
Added by: Power Automate Extensions Workflow Binary package Solution
See the workflowbinary_ProcessSession one-to-many relationship for the workflowbinary table/entity.
flowmachine_ProcessSession
Added by: Power Automate Extensions core package Solution
See the flowmachine_ProcessSession one-to-many relationship for the flowmachine table/entity.
flowmachinegroup_ProcessSession
Added by: Power Automate Extensions core package Solution
See the flowmachinegroup_ProcessSession one-to-many relationship for the flowmachinegroup table/entity.
flowmachineimage_ProcessSession
Added by: Power Automate Extensions core package Solution
See the flowmachineimage_ProcessSession one-to-many relationship for the flowmachineimage table/entity.
flowmachineimageversion_ProcessSession
Added by: Power Automate Extensions core package Solution
See the flowmachineimageversion_ProcessSession one-to-many relationship for the flowmachineimageversion table/entity.
flowmachinenetwork_ProcessSession
Added by: Power Automate Extensions core package Solution
See the flowmachinenetwork_ProcessSession one-to-many relationship for the flowmachinenetwork table/entity.
processstageparameter_ProcessSession
Added by: Power Automate Extensions core package Solution
See the processstageparameter_ProcessSession one-to-many relationship for the processstageparameter table/entity.
desktopflowbinary_ProcessSession
Added by: Power Automate Extensions core package Solution
See the desktopflowbinary_ProcessSession one-to-many relationship for the desktopflowbinary table/entity.
connectionreference_ProcessSession
Added by: Power Platform Connection References Solution
See the connectionreference_ProcessSession one-to-many relationship for the connectionreference table/entity.
connectioninstance_ProcessSession
Added by: Connection Instance Solution Solution
See the connectioninstance_ProcessSession one-to-many relationship for the connectioninstance table/entity.
msdyn_aiconfiguration_ProcessSession
Added by: AISolution Solution
See the msdyn_aiconfiguration_ProcessSession one-to-many relationship for the msdyn_aiconfiguration table/entity.
msdyn_aimodel_ProcessSession
Added by: AISolution Solution
See the msdyn_aimodel_ProcessSession one-to-many relationship for the msdyn_aimodel table/entity.
msdyn_aitemplate_ProcessSession
Added by: AISolution Solution
See the msdyn_aitemplate_ProcessSession one-to-many relationship for the msdyn_aitemplate table/entity.
msdyn_aibfeedbackloop_ProcessSession
Added by: AISolutionFullAdditions Solution
See the msdyn_aibfeedbackloop_ProcessSession one-to-many relationship for the msdyn_aibfeedbackloop table/entity.
msdyn_aifptrainingdocument_ProcessSession
Added by: AI Solution deprecated templates Solution
See the msdyn_aifptrainingdocument_ProcessSession one-to-many relationship for the msdyn_aifptrainingdocument table/entity.
msdyn_aiodimage_ProcessSession
Added by: AI Solution deprecated templates Solution
See the msdyn_aiodimage_ProcessSession one-to-many relationship for the msdyn_aiodimage table/entity.
msdyn_aiodlabel_ProcessSession
Added by: AI Solution deprecated templates Solution
See the msdyn_aiodlabel_ProcessSession one-to-many relationship for the msdyn_aiodlabel table/entity.
msdyn_aiodtrainingboundingbox_ProcessSession
Added by: AI Solution deprecated templates Solution
See the msdyn_aiodtrainingboundingbox_ProcessSession one-to-many relationship for the msdyn_aiodtrainingboundingbox table/entity.
msdyn_aiodtrainingimage_ProcessSession
Added by: AI Solution deprecated templates Solution
See the msdyn_aiodtrainingimage_ProcessSession one-to-many relationship for the msdyn_aiodtrainingimage table/entity.
msdyn_aibdataset_ProcessSession
Added by: AI Solution default templates Solution
See the msdyn_aibdataset_ProcessSession one-to-many relationship for the msdyn_aibdataset table/entity.
msdyn_aibdatasetfile_ProcessSession
Added by: AI Solution default templates Solution
See the msdyn_aibdatasetfile_ProcessSession one-to-many relationship for the msdyn_aibdatasetfile table/entity.
msdyn_aibdatasetrecord_ProcessSession
Added by: AI Solution default templates Solution
See the msdyn_aibdatasetrecord_ProcessSession one-to-many relationship for the msdyn_aibdatasetrecord table/entity.
msdyn_aibdatasetscontainer_ProcessSession
Added by: AI Solution default templates Solution
See the msdyn_aibdatasetscontainer_ProcessSession one-to-many relationship for the msdyn_aibdatasetscontainer table/entity.
msdyn_aibfile_ProcessSession
Added by: AI Solution default templates Solution
See the msdyn_aibfile_ProcessSession one-to-many relationship for the msdyn_aibfile table/entity.
msdyn_aibfileattacheddata_ProcessSession
Added by: AI Solution default templates Solution
See the msdyn_aibfileattacheddata_ProcessSession one-to-many relationship for the msdyn_aibfileattacheddata table/entity.
msdyn_helppage_ProcessSession
Added by: Contextual Help Solution
See the msdyn_helppage_ProcessSession one-to-many relationship for the msdyn_helppage table/entity.
msdyn_tour_ProcessSession
Added by: Contextual Help Solution
See the msdyn_tour_ProcessSession one-to-many relationship for the msdyn_tour table/entity.
msdynce_botcontent_ProcessSession
Added by: Customer Care Intelligence Bots Solution
See the msdynce_botcontent_ProcessSession one-to-many relationship for the msdynce_botcontent table/entity.
conversationtranscript_ProcessSession
Added by: Power Virtual Agents Common Solution
See the conversationtranscript_ProcessSession one-to-many relationship for the conversationtranscript table/entity.
bot_ProcessSession
Added by: Power Virtual Agents Solution
See the bot_ProcessSession one-to-many relationship for the bot table/entity.
botcomponent_ProcessSession
Added by: Power Virtual Agents Solution
See the botcomponent_ProcessSession one-to-many relationship for the botcomponent table/entity.
Territory_ProcessSessions
Added by: Application Common Solution
See the Territory_ProcessSessions one-to-many relationship for the territory table/entity.
activityfileattachment_ProcessSession
Added by: Activities Patch Solution
See the activityfileattachment_ProcessSession one-to-many relationship for the activityfileattachment table/entity.
chat_ProcessSession
Added by: Activities Patch Solution
See the chat_ProcessSession one-to-many relationship for the chat table/entity.
msdyn_serviceconfiguration_ProcessSession
Added by: Service Level Agreement (SLA) Extension Solution
See the msdyn_serviceconfiguration_ProcessSession one-to-many relationship for the msdyn_serviceconfiguration table/entity.
msdyn_slakpi_ProcessSession
Added by: Service Level Agreement (SLA) Extension Solution
See the msdyn_slakpi_ProcessSession one-to-many relationship for the msdyn_slakpi table/entity.
msdyn_knowledgemanagementsetting_ProcessSession
Added by: Knowledge Management Patch Solution
See the msdyn_knowledgemanagementsetting_ProcessSession one-to-many relationship for the msdyn_knowledgemanagementsetting table/entity.
msdyn_federatedarticle_ProcessSession
Added by: Knowledge Management Online Features Solution
See the msdyn_federatedarticle_ProcessSession one-to-many relationship for the msdyn_federatedarticle table/entity.
msdyn_federatedarticleincident_ProcessSession
Added by: Knowledge Management Online Features Solution
See the msdyn_federatedarticleincident_ProcessSession one-to-many relationship for the msdyn_federatedarticleincident table/entity.
msdyn_integratedsearchprovider_ProcessSession
Added by: Knowledge Management Online Features Solution
See the msdyn_integratedsearchprovider_ProcessSession one-to-many relationship for the msdyn_integratedsearchprovider table/entity.
msdyn_kmfederatedsearchconfig_ProcessSession
Added by: Knowledge Management Online Features Solution
See the msdyn_kmfederatedsearchconfig_ProcessSession one-to-many relationship for the msdyn_kmfederatedsearchconfig table/entity.
msdyn_knowledgearticleimage_ProcessSession
Added by: Knowledge Management Online Features Solution
See the msdyn_knowledgearticleimage_ProcessSession one-to-many relationship for the msdyn_knowledgearticleimage table/entity.
msdyn_knowledgeinteractioninsight_ProcessSession
Added by: Knowledge Management Online Features Solution
See the msdyn_knowledgeinteractioninsight_ProcessSession one-to-many relationship for the msdyn_knowledgeinteractioninsight table/entity.
msdyn_knowledgesearchinsight_ProcessSession
Added by: Knowledge Management Online Features Solution
See the msdyn_knowledgesearchinsight_ProcessSession one-to-many relationship for the msdyn_knowledgesearchinsight table/entity.
msdyn_kalanguagesetting_ProcessSession
Added by: Knowledge Management Features Solution
See the msdyn_kalanguagesetting_ProcessSession one-to-many relationship for the msdyn_kalanguagesetting table/entity.
msdyn_kbattachment_ProcessSession
Added by: Knowledge Management Features Solution
See the msdyn_kbattachment_ProcessSession one-to-many relationship for the msdyn_kbattachment table/entity.
msdyn_kmpersonalizationsetting_ProcessSession
Added by: Knowledge Management Features Solution
See the msdyn_kmpersonalizationsetting_ProcessSession one-to-many relationship for the msdyn_kmpersonalizationsetting table/entity.
msdyn_knowledgearticletemplate_ProcessSession
Added by: Knowledge Management Features Solution
See the msdyn_knowledgearticletemplate_ProcessSession one-to-many relationship for the msdyn_knowledgearticletemplate table/entity.
msdyn_knowledgepersonalfilter_ProcessSession
Added by: Knowledge Management Features Solution
See the msdyn_knowledgepersonalfilter_ProcessSession one-to-many relationship for the msdyn_knowledgepersonalfilter table/entity.
msdyn_knowledgesearchfilter_ProcessSession
Added by: Knowledge Management Features Solution
See the msdyn_knowledgesearchfilter_ProcessSession one-to-many relationship for the msdyn_knowledgesearchfilter table/entity.
powerfxrule_ProcessSession
Added by: msft_PowerfxRuleSolution Solution
See the powerfxrule_ProcessSession one-to-many relationship for the powerfxrule table/entity.
keyvaultreference_ProcessSession
Added by: ManagedIdentityExtensions Solution
See the keyvaultreference_ProcessSession one-to-many relationship for the keyvaultreference table/entity.
managedidentity_ProcessSession
Added by: ManagedIdentityExtensions Solution
See the managedidentity_ProcessSession one-to-many relationship for the managedidentity table/entity.
msgraphresourcetosubscription_ProcessSession
Added by: msft_ActivitiesInfra_Extensions Solution
See the msgraphresourcetosubscription_ProcessSession one-to-many relationship for the msgraphresourcetosubscription table/entity.
virtualentitymetadata_ProcessSession
Added by: RuntimeIntegration Solution
See the virtualentitymetadata_ProcessSession one-to-many relationship for the virtualentitymetadata table/entity.
organizationdatasyncsubscription_ProcessSession
Added by: OrganizationDataSyncSolution Solution
See the organizationdatasyncsubscription_ProcessSession one-to-many relationship for the organizationdatasyncsubscription table/entity.
organizationdatasyncsubscriptionentity_ProcessSession
Added by: OrganizationDataSyncSolution Solution
See the organizationdatasyncsubscriptionentity_ProcessSession one-to-many relationship for the organizationdatasyncsubscriptionentity table/entity.
organizationdatasyncstate_ProcessSession
Added by: DataSyncState Solution
See the organizationdatasyncstate_ProcessSession one-to-many relationship for the organizationdatasyncstate table/entity.
msdyn_appinsightsmetadata_ProcessSession
Added by: Insights App Platform Solution
See the msdyn_appinsightsmetadata_ProcessSession one-to-many relationship for the msdyn_appinsightsmetadata table/entity.
msdyn_workflowactionstatus_ProcessSession
Added by: Insights App Platform Solution
See the msdyn_workflowactionstatus_ProcessSession one-to-many relationship for the msdyn_workflowactionstatus table/entity.
userrating_ProcessSession
Added by: User Rating Solution
See the userrating_ProcessSession one-to-many relationship for the userrating table/entity.
msdyn_insightsstorevirtualentity_ProcessSession
Added by: Insights Store Data Provider Solution
See the msdyn_insightsstorevirtualentity_ProcessSession one-to-many relationship for the msdyn_insightsstorevirtualentity table/entity.
appaction_ProcessSession
Added by: Power Apps Actions Solution
See the appaction_ProcessSession one-to-many relationship for the appaction table/entity.
appactionmigration_ProcessSession
Added by: Power Apps Actions Solution
See the appactionmigration_ProcessSession one-to-many relationship for the appactionmigration table/entity.
appactionrule_ProcessSession
Added by: Power Apps Actions Solution
See the appactionrule_ProcessSession one-to-many relationship for the appactionrule table/entity.
card_ProcessSession
Added by: Power Apps cards Solution
See the card_ProcessSession one-to-many relationship for the card table/entity.
msdyn_entitylinkchatconfiguration_ProcessSession
Added by: Teams Chat Settings Solution Solution
See the msdyn_entitylinkchatconfiguration_ProcessSession one-to-many relationship for the msdyn_entitylinkchatconfiguration table/entity.
msdyn_richtextfile_ProcessSession
Added by: Rich Text Editor Solution
See the msdyn_richtextfile_ProcessSession one-to-many relationship for the msdyn_richtextfile table/entity.
msdyn_customcontrolextendedsettings_ProcessSession
Added by: User Experiences Extended Settings Solution
See the msdyn_customcontrolextendedsettings_ProcessSession one-to-many relationship for the msdyn_customcontrolextendedsettings table/entity.
msdyn_pmanalysishistory_ProcessSession
Added by: Process Mining Solution
See the msdyn_pmanalysishistory_ProcessSession one-to-many relationship for the msdyn_pmanalysishistory table/entity.
msdyn_pmcalendar_ProcessSession
Added by: Process Mining Solution
See the msdyn_pmcalendar_ProcessSession one-to-many relationship for the msdyn_pmcalendar table/entity.
msdyn_pmcalendarversion_ProcessSession
Added by: Process Mining Solution
See the msdyn_pmcalendarversion_ProcessSession one-to-many relationship for the msdyn_pmcalendarversion table/entity.
msdyn_pminferredtask_ProcessSession
Added by: Process Mining Solution
See the msdyn_pminferredtask_ProcessSession one-to-many relationship for the msdyn_pminferredtask table/entity.
msdyn_pmprocessextendedmetadataversion_ProcessSession
Added by: Process Mining Solution
See the msdyn_pmprocessextendedmetadataversion_ProcessSession one-to-many relationship for the msdyn_pmprocessextendedmetadataversion table/entity.
msdyn_pmprocessusersettings_ProcessSession
Added by: Process Mining Solution
See the msdyn_pmprocessusersettings_ProcessSession one-to-many relationship for the msdyn_pmprocessusersettings table/entity.
msdyn_pmprocessversion_ProcessSession
Added by: Process Mining Solution
See the msdyn_pmprocessversion_ProcessSession one-to-many relationship for the msdyn_pmprocessversion table/entity.
msdyn_pmrecording_ProcessSession
Added by: Process Mining Solution
See the msdyn_pmrecording_ProcessSession one-to-many relationship for the msdyn_pmrecording table/entity.
msdyn_pmtemplate_ProcessSession
Added by: Process Mining Solution
See the msdyn_pmtemplate_ProcessSession one-to-many relationship for the msdyn_pmtemplate table/entity.
msdyn_pmview_ProcessSession
Added by: Process Mining Solution
See the msdyn_pmview_ProcessSession one-to-many relationship for the msdyn_pmview table/entity.
msdyn_analysiscomponent_ProcessSession
Added by: Power Apps Checker Solution
See the msdyn_analysiscomponent_ProcessSession one-to-many relationship for the msdyn_analysiscomponent table/entity.
msdyn_analysisjob_ProcessSession
Added by: Power Apps Checker Solution
See the msdyn_analysisjob_ProcessSession one-to-many relationship for the msdyn_analysisjob table/entity.
msdyn_analysisresult_ProcessSession
Added by: Power Apps Checker Solution
See the msdyn_analysisresult_ProcessSession one-to-many relationship for the msdyn_analysisresult table/entity.
msdyn_analysisresultdetail_ProcessSession
Added by: Power Apps Checker Solution
See the msdyn_analysisresultdetail_ProcessSession one-to-many relationship for the msdyn_analysisresultdetail table/entity.
msdyn_solutionhealthrule_ProcessSession
Added by: Power Apps Checker Solution
See the msdyn_solutionhealthrule_ProcessSession one-to-many relationship for the msdyn_solutionhealthrule table/entity.
msdyn_solutionhealthruleargument_ProcessSession
Added by: Power Apps Checker Solution
See the msdyn_solutionhealthruleargument_ProcessSession one-to-many relationship for the msdyn_solutionhealthruleargument table/entity.
msdyn_solutionhealthruleset_ProcessSession
Added by: Power Apps Checker Solution
See the msdyn_solutionhealthruleset_ProcessSession one-to-many relationship for the msdyn_solutionhealthruleset table/entity.
powerbidataset_ProcessSession
Added by: Power BI Entities Solution
See the powerbidataset_ProcessSession one-to-many relationship for the powerbidataset table/entity.
powerbimashupparameter_ProcessSession
Added by: Power BI Entities Solution
See the powerbimashupparameter_ProcessSession one-to-many relationship for the powerbimashupparameter table/entity.
powerbireport_ProcessSession
Added by: Power BI Entities Solution
See the powerbireport_ProcessSession one-to-many relationship for the powerbireport table/entity.
See also
Dataverse table/entity reference
Web API Reference
processsession EntityType
Feedback
Submit and view feedback for