ProcessSession entity reference
Information that is generated when a dialog is run. Every time that you run a dialog, a dialog session is created.
Messages
Message | SDK class or method |
---|---|
Assign | AssignRequest |
Create | CreateRequest or Create |
Delete | DeleteRequest or Delete |
GrantAccess | GrantAccessRequest |
ModifyAccess | ModifyAccessRequest |
Retrieve | RetrieveRequest or Retrieve |
RetrieveMultiple | RetrieveMultipleRequest or RetrieveMultiple |
RetrievePrincipalAccess | RetrievePrincipalAccessRequest |
RetrieveSharedPrincipalsAndAccess | RetrieveSharedPrincipalsAndAccessRequest |
RevokeAccess | RevokeAccessRequest |
SetState | SetStateRequest |
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 attributes
These 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,annotation,appointment,bookableresource,bookableresourcebooking,bookableresourcebookingheader,bookableresourcecategory,bookableresourcecategoryassn,bookableresourcecharacteristic,bookableresourcegroup,bookingstatus,businessunit,businessunitnewsarticle,campaign,campaignactivity,campaignresponse,channelaccessprofile,channelaccessprofilerule,characteristic,competitor,connection,connectionrole,constraintbasedgroup,contact,contract,contractdetail,contracttemplate,convertrule,customeraddress,customeropportunityrole,customerrelationship,discount,discounttype,email,entitlement,entitlementchannel,entitlementtemplate,equipment,expiredprocess,externalparty,externalpartyitem,fax,goal,goalrollupquery,incident,invoice,invoicedetail,kbarticle,kbarticlecomment,kbarticletemplate,knowledgearticle,knowledgearticleincident,knowledgebaserecord,lead,leadtoopportunitysalesprocess,letter,list,mailbox,mailmergetemplate,metric,msdyn_postalbum,msdyn_postconfig,msdyn_postruleconfig,msdyn_relationshipinsightsunifiedconfig,msdyn_siconfig,msdyn_wallsavedquery,msdyn_wallsavedqueryusersettings,newprocess,opportunity,opportunityproduct,opportunitysalesprocess,phonecall,phonetocaseprocess,position,pricelevel,product,productassociation,productpricelevel,productsubstitute,queue,queueitem,quote,quotedetail,ratingmodel,ratingvalue,recurringappointmentmaster,relationshiprole,report,rollupfield,routingrule,routingruleitem,salesliterature,salesliteratureitem,salesorder,salesorderdetail,service,serviceappointment,sharepointdocumentlocation,sharepointsite,site,sla,socialactivity,socialprofile,subject,systemuser,task,team,template,territory,theme,transactioncurrency,translationprocess,usermapping |
Type | Lookup |
RegardingObjectIdName
Property | Value |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
IsValidForUpdate | False |
LogicalName | regardingobjectidname |
MaxLength | 400 |
RequiredLevel | None |
Type | String |
RegardingObjectIdYomiName
Property | Value |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
IsValidForUpdate | False |
LogicalName | regardingobjectidyominame |
MaxLength | 400 |
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 attributes
These 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 the lk_workflowlog_processsession many-to-one relationship for the workflowlog 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 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 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 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 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 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 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 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 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 entity. Listed by SchemaName.
- theme_ProcessSession
- usermapping_ProcessSession
- knowledgearticle_ProcessSession
- position_ProcessSession
- Territory_ProcessSessions
- Lead_ProcessSessions
- PriceLevel_ProcessSessions
- Product_ProcessSessions
- ProductAssociation_ProcessSessions
- ProductPriceLevel_ProcessSessions
- ProductSubstitute_ProcessSession
- bookableresource_ProcessSession
- bookableresourcebooking_ProcessSession
- bookableresourcebookingheader_ProcessSession
- bookableresourcecategory_ProcessSession
- bookableresourcecategoryassn_ProcessSession
- bookableresourcecharacteristic_ProcessSession
- bookableresourcegroup_ProcessSession
- bookingstatus_ProcessSession
- characteristic_ProcessSession
- ratingmodel_ProcessSession
- ratingvalue_ProcessSession
- Campaign_ProcessSessions
- CampaignActivity_ProcessSessions
- CampaignResponse_ProcessSessions
- List_ProcessSessions
- ConstraintBasedGroup_ProcessSessions
- Contract_ProcessSessions
- ContractDetail_ProcessSessions
- ContractTemplate_ProcessSessions
- entitlement_ProcessSession
- entitlementtemplate_ProcessSession
- Equipment_ProcessSessions
- Incident_ProcessSessions
- knowledgearticleincident_ProcessSession
- phonetocaseprocess_ProcessSession
- Service_ProcessSessions
- ServiceAppointment_ProcessSessions
- Site_ProcessSessions
- entitlementchannel_ProcessSession
- Discount_ProcessSessions
- DiscountType_ProcessSessions
- Invoice_ProcessSessions
- InvoiceDetail_ProcessSessions
- leadtoopportunitysalesprocess_ProcessSession
- Opportunity_ProcessSessions
- OpportunityProduct_ProcessSessions
- opportunitysalesprocess_ProcessSession
- Quote_ProcessSessions
- QuoteDetail_ProcessSessions
- SalesLiterature_ProcessSessions
- SalesLiteratureItem_ProcessSessions
- SalesOrder_ProcessSessions
- SalesOrderDetail_ProcessSessions
- Competitor_ProcessSessions
- msdyn_relationshipinsightsunifiedconfig_ProcessSession
- msdyn_siconfig_ProcessSession
- msdyn_postalbum_ProcessSession
- msdyn_postconfig_ProcessSession
- msdyn_postruleconfig_ProcessSession
- msdyn_wallsavedquery_ProcessSession
- msdyn_wallsavedqueryusersettings_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
theme_ProcessSession
See the theme_ProcessSession one-to-many relationship for the theme entity.
usermapping_ProcessSession
See the usermapping_ProcessSession one-to-many relationship for the usermapping entity.
knowledgearticle_ProcessSession
See the knowledgearticle_ProcessSession one-to-many relationship for the knowledgearticle entity.
position_ProcessSession
See the position_ProcessSession one-to-many relationship for the position entity.
Territory_ProcessSessions
Added by: Application Common Solution
See the Territory_ProcessSessions one-to-many relationship for the territory entity.
Lead_ProcessSessions
Added by: Lead Management Solution
See the Lead_ProcessSessions one-to-many relationship for the lead entity.
PriceLevel_ProcessSessions
Added by: Product Management Solution
See the PriceLevel_ProcessSessions one-to-many relationship for the pricelevel entity.
Product_ProcessSessions
Added by: Product Management Solution
See the Product_ProcessSessions one-to-many relationship for the product entity.
ProductAssociation_ProcessSessions
Added by: Product Management Solution
See the ProductAssociation_ProcessSessions one-to-many relationship for the productassociation entity.
ProductPriceLevel_ProcessSessions
Added by: Product Management Solution
See the ProductPriceLevel_ProcessSessions one-to-many relationship for the productpricelevel entity.
ProductSubstitute_ProcessSession
Added by: Product Management Solution
See the ProductSubstitute_ProcessSession one-to-many relationship for the productsubstitute entity.
bookableresource_ProcessSession
Added by: Scheduling Solution
See the bookableresource_ProcessSession one-to-many relationship for the bookableresource entity.
bookableresourcebooking_ProcessSession
Added by: Scheduling Solution
See the bookableresourcebooking_ProcessSession one-to-many relationship for the bookableresourcebooking entity.
bookableresourcebookingheader_ProcessSession
Added by: Scheduling Solution
See the bookableresourcebookingheader_ProcessSession one-to-many relationship for the bookableresourcebookingheader entity.
bookableresourcecategory_ProcessSession
Added by: Scheduling Solution
See the bookableresourcecategory_ProcessSession one-to-many relationship for the bookableresourcecategory entity.
bookableresourcecategoryassn_ProcessSession
Added by: Scheduling Solution
See the bookableresourcecategoryassn_ProcessSession one-to-many relationship for the bookableresourcecategoryassn entity.
bookableresourcecharacteristic_ProcessSession
Added by: Scheduling Solution
See the bookableresourcecharacteristic_ProcessSession one-to-many relationship for the bookableresourcecharacteristic entity.
bookableresourcegroup_ProcessSession
Added by: Scheduling Solution
See the bookableresourcegroup_ProcessSession one-to-many relationship for the bookableresourcegroup entity.
bookingstatus_ProcessSession
Added by: Scheduling Solution
See the bookingstatus_ProcessSession one-to-many relationship for the bookingstatus entity.
characteristic_ProcessSession
Added by: Scheduling Solution
See the characteristic_ProcessSession one-to-many relationship for the characteristic entity.
ratingmodel_ProcessSession
Added by: Scheduling Solution
See the ratingmodel_ProcessSession one-to-many relationship for the ratingmodel entity.
ratingvalue_ProcessSession
Added by: Scheduling Solution
See the ratingvalue_ProcessSession one-to-many relationship for the ratingvalue entity.
Campaign_ProcessSessions
Added by: Marketing Solution
See the Campaign_ProcessSessions one-to-many relationship for the campaign entity.
CampaignActivity_ProcessSessions
Added by: Marketing Solution
See the CampaignActivity_ProcessSessions one-to-many relationship for the campaignactivity entity.
CampaignResponse_ProcessSessions
Added by: Marketing Solution
See the CampaignResponse_ProcessSessions one-to-many relationship for the campaignresponse entity.
List_ProcessSessions
Added by: Marketing Solution
See the List_ProcessSessions one-to-many relationship for the list entity.
ConstraintBasedGroup_ProcessSessions
Added by: Service Solution
See the ConstraintBasedGroup_ProcessSessions one-to-many relationship for the constraintbasedgroup entity.
Contract_ProcessSessions
Added by: Service Solution
See the Contract_ProcessSessions one-to-many relationship for the contract entity.
ContractDetail_ProcessSessions
Added by: Service Solution
See the ContractDetail_ProcessSessions one-to-many relationship for the contractdetail entity.
ContractTemplate_ProcessSessions
Added by: Service Solution
See the ContractTemplate_ProcessSessions one-to-many relationship for the contracttemplate entity.
entitlement_ProcessSession
Added by: Service Solution
See the entitlement_ProcessSession one-to-many relationship for the entitlement entity.
entitlementtemplate_ProcessSession
Added by: Service Solution
See the entitlementtemplate_ProcessSession one-to-many relationship for the entitlementtemplate entity.
Equipment_ProcessSessions
Added by: Service Solution
See the Equipment_ProcessSessions one-to-many relationship for the equipment entity.
Incident_ProcessSessions
Added by: Service Solution
See the Incident_ProcessSessions one-to-many relationship for the incident entity.
knowledgearticleincident_ProcessSession
Added by: Service Solution
See the knowledgearticleincident_ProcessSession one-to-many relationship for the knowledgearticleincident entity.
phonetocaseprocess_ProcessSession
Added by: Service Solution
See the phonetocaseprocess_ProcessSession one-to-many relationship for the phonetocaseprocess entity.
Service_ProcessSessions
Added by: Service Solution
See the Service_ProcessSessions one-to-many relationship for the service entity.
ServiceAppointment_ProcessSessions
Added by: Service Solution
See the ServiceAppointment_ProcessSessions one-to-many relationship for the serviceappointment entity.
Site_ProcessSessions
Added by: Service Solution
See the Site_ProcessSessions one-to-many relationship for the site entity.
entitlementchannel_ProcessSession
Added by: Service Solution
See the entitlementchannel_ProcessSession one-to-many relationship for the entitlementchannel entity.
Discount_ProcessSessions
Added by: Sales Solution
See the Discount_ProcessSessions one-to-many relationship for the discount entity.
DiscountType_ProcessSessions
Added by: Sales Solution
See the DiscountType_ProcessSessions one-to-many relationship for the discounttype entity.
Invoice_ProcessSessions
Added by: Sales Solution
See the Invoice_ProcessSessions one-to-many relationship for the invoice entity.
InvoiceDetail_ProcessSessions
Added by: Sales Solution
See the InvoiceDetail_ProcessSessions one-to-many relationship for the invoicedetail entity.
leadtoopportunitysalesprocess_ProcessSession
Added by: Sales Solution
See the leadtoopportunitysalesprocess_ProcessSession one-to-many relationship for the leadtoopportunitysalesprocess entity.
Opportunity_ProcessSessions
Added by: Sales Solution
See the Opportunity_ProcessSessions one-to-many relationship for the opportunity entity.
OpportunityProduct_ProcessSessions
Added by: Sales Solution
See the OpportunityProduct_ProcessSessions one-to-many relationship for the opportunityproduct entity.
opportunitysalesprocess_ProcessSession
Added by: Sales Solution
See the opportunitysalesprocess_ProcessSession one-to-many relationship for the opportunitysalesprocess entity.
Quote_ProcessSessions
Added by: Sales Solution
See the Quote_ProcessSessions one-to-many relationship for the quote entity.
QuoteDetail_ProcessSessions
Added by: Sales Solution
See the QuoteDetail_ProcessSessions one-to-many relationship for the quotedetail entity.
SalesLiterature_ProcessSessions
Added by: Sales Solution
See the SalesLiterature_ProcessSessions one-to-many relationship for the salesliterature entity.
SalesLiteratureItem_ProcessSessions
Added by: Sales Solution
See the SalesLiteratureItem_ProcessSessions one-to-many relationship for the salesliteratureitem entity.
SalesOrder_ProcessSessions
Added by: Sales Solution
See the SalesOrder_ProcessSessions one-to-many relationship for the salesorder entity.
SalesOrderDetail_ProcessSessions
Added by: Sales Solution
See the SalesOrderDetail_ProcessSessions one-to-many relationship for the salesorderdetail entity.
Competitor_ProcessSessions
Added by: Sales Solution
See the Competitor_ProcessSessions one-to-many relationship for the competitor entity.
msdyn_relationshipinsightsunifiedconfig_ProcessSession
Added by: SI Common Solution
See the msdyn_relationshipinsightsunifiedconfig_ProcessSession one-to-many relationship for the msdyn_relationshipinsightsunifiedconfig entity.
msdyn_siconfig_ProcessSession
Added by: SI Common Solution
See the msdyn_siconfig_ProcessSession one-to-many relationship for the msdyn_siconfig entity.
msdyn_postalbum_ProcessSession
Added by: Activity Feeds Solution
See the msdyn_postalbum_ProcessSession one-to-many relationship for the msdyn_postalbum entity.
msdyn_postconfig_ProcessSession
Added by: Activity Feeds Solution
See the msdyn_postconfig_ProcessSession one-to-many relationship for the msdyn_postconfig entity.
msdyn_postruleconfig_ProcessSession
Added by: Activity Feeds Solution
See the msdyn_postruleconfig_ProcessSession one-to-many relationship for the msdyn_postruleconfig entity.
msdyn_wallsavedquery_ProcessSession
Added by: Activity Feeds Solution
See the msdyn_wallsavedquery_ProcessSession one-to-many relationship for the msdyn_wallsavedquery entity.
msdyn_wallsavedqueryusersettings_ProcessSession
Added by: Activity Feeds Solution
See the msdyn_wallsavedqueryusersettings_ProcessSession one-to-many relationship for the msdyn_wallsavedqueryusersettings entity.
KnowledgeBaseRecord_ProcessSession
See the KnowledgeBaseRecord_ProcessSession one-to-many relationship for the knowledgebaserecord entity.
SharePointSite_ProcessSessions
See the SharePointSite_ProcessSessions one-to-many relationship for the sharepointsite entity.
MailMergeTemplate_ProcessSessions
See the MailMergeTemplate_ProcessSessions one-to-many relationship for the mailmergetemplate entity.
Annotation_ProcessSessions
See the Annotation_ProcessSessions one-to-many relationship for the annotation entity.
BusinessUnitNewsArticle_ProcessSessions
See the BusinessUnitNewsArticle_ProcessSessions one-to-many relationship for the businessunitnewsarticle entity.
Appointment_ProcessSessions
See the Appointment_ProcessSessions one-to-many relationship for the appointment entity.
QueueItem_ProcessSessions
See the QueueItem_ProcessSessions one-to-many relationship for the queueitem entity.
lk_processsession_previouslinkedsessionid
See the lk_processsession_previouslinkedsessionid one-to-many relationship for the processsession entity.
lk_processsession_nextlinkedsessionid
See the lk_processsession_nextlinkedsessionid one-to-many relationship for the processsession entity.
lk_processsession_originatingsessionid
See the lk_processsession_originatingsessionid one-to-many relationship for the processsession entity.
Team_ProcessSessions
See the Team_ProcessSessions one-to-many relationship for the team entity.
Goal_ProcessSessions
See the Goal_ProcessSessions one-to-many relationship for the goal entity.
mailbox_processsessions
See the mailbox_processsessions one-to-many relationship for the mailbox entity.
TranslationProcess_ProcessSessions
See the TranslationProcess_ProcessSessions one-to-many relationship for the translationprocess entity.
SystemUser_ProcessSessions
See the SystemUser_ProcessSessions one-to-many relationship for the systemuser entity.
BusinessUnit_ProcessSessions
See the BusinessUnit_ProcessSessions one-to-many relationship for the businessunit entity.
KbArticleComment_ProcessSessions
See the KbArticleComment_ProcessSessions one-to-many relationship for the kbarticlecomment entity.
lk_processsession_canceledby
See the lk_processsession_canceledby one-to-many relationship for the systemuser entity.
goalrollupquery_ProcessSessions
See the goalrollupquery_ProcessSessions one-to-many relationship for the goalrollupquery entity.
rollupfield_ProcessSessions
See the rollupfield_ProcessSessions one-to-many relationship for the rollupfield entity.
SharePointDocumentLocation_ProcessSessions
See the SharePointDocumentLocation_ProcessSessions one-to-many relationship for the sharepointdocumentlocation entity.
lk_processsession_startedby
See the lk_processsession_startedby one-to-many relationship for the systemuser entity.
Account_ProcessSessions
See the Account_ProcessSessions one-to-many relationship for the account entity.
PhoneCall_ProcessSessions
See the PhoneCall_ProcessSessions one-to-many relationship for the phonecall entity.
slabase_ProcessSessions
See the slabase_ProcessSessions one-to-many relationship for the sla entity.
lk_processsession_createdby
See the lk_processsession_createdby one-to-many relationship for the systemuser entity.
lk_processsessionbase_modifiedonbehalfby
See the lk_processsessionbase_modifiedonbehalfby one-to-many relationship for the systemuser entity.
Template_ProcessSessions
See the Template_ProcessSessions one-to-many relationship for the template entity.
NewProcess_ProcessSessions
See the NewProcess_ProcessSessions one-to-many relationship for the newprocess entity.
Report_ProcessSessions
See the Report_ProcessSessions one-to-many relationship for the report entity.
Owning_businessunit_processsessions
See the Owning_businessunit_processsessions one-to-many relationship for the businessunit entity.
CustomerAddress_ProcessSessions
See the CustomerAddress_ProcessSessions one-to-many relationship for the customeraddress entity.
Connection_ProcessSessions
See the Connection_ProcessSessions one-to-many relationship for the connection entity.
lk_processsession_executedby
See the lk_processsession_executedby one-to-many relationship for the systemuser entity.
team_processsession
See the team_processsession one-to-many relationship for the team entity.
metric_ProcessSessions
See the metric_ProcessSessions one-to-many relationship for the metric entity.
ExpiredProcess_ProcessSessions
See the ExpiredProcess_ProcessSessions one-to-many relationship for the expiredprocess entity.
KbArticle_ProcessSessions
See the KbArticle_ProcessSessions one-to-many relationship for the kbarticle entity.
SocialActivity_ProcessSessions
See the SocialActivity_ProcessSessions one-to-many relationship for the socialactivity entity.
Task_ProcessSessions
See the Task_ProcessSessions one-to-many relationship for the task entity.
lk_processsession_processid
See the lk_processsession_processid one-to-many relationship for the workflow entity.
lk_processsession_modifiedby
See the lk_processsession_modifiedby one-to-many relationship for the systemuser entity.
ConnectionRole_ProcessSessions
See the ConnectionRole_ProcessSessions one-to-many relationship for the connectionrole entity.
TransactionCurrency_ProcessSessions
See the TransactionCurrency_ProcessSessions one-to-many relationship for the transactioncurrency entity.
Fax_ProcessSessions
See the Fax_ProcessSessions one-to-many relationship for the fax entity.
KbArticleTemplate_ProcessSessions
See the KbArticleTemplate_ProcessSessions one-to-many relationship for the kbarticletemplate entity.
Letter_ProcessSessions
See the Letter_ProcessSessions one-to-many relationship for the letter entity.
RecurringAppointmentMaster_ProcessSessions
See the RecurringAppointmentMaster_ProcessSessions one-to-many relationship for the recurringappointmentmaster entity.
Email_ProcessSessions
See the Email_ProcessSessions one-to-many relationship for the email entity.
lk_processsession_completedby
See the lk_processsession_completedby one-to-many relationship for the systemuser entity.
Contact_ProcessSessions
See the Contact_ProcessSessions one-to-many relationship for the contact entity.
Queue_ProcessSessions
See the Queue_ProcessSessions one-to-many relationship for the queue entity.
lk_processsessionbase_createdonbehalfby
See the lk_processsessionbase_createdonbehalfby one-to-many relationship for the systemuser entity.
Subject_ProcessSessions
See the Subject_ProcessSessions one-to-many relationship for the subject entity.
SocialProfile_ProcessSessions
See the SocialProfile_ProcessSessions one-to-many relationship for the socialprofile entity.