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 | Web API Operation | SDK Assembly |
|---|---|---|
| Assign | PATCH [org URI]/api/data/v9.0/processsessions(processsessionid) Update ownerid property. |
AssignRequest |
| Create | POST [org URI]/api/data/v9.0/processsessions See Create |
CreateRequest or Create |
| Delete | DELETE [org URI]/api/data/v9.0/processsessions(processsessionid) See Delete |
DeleteRequest or Delete |
| GrantAccess | GrantAccess Action | GrantAccessRequest |
| ModifyAccess | ModifyAccess Action | ModifyAccessRequest |
| Retrieve | GET [org URI]/api/data/v9.0/processsessions(processsessionid) See Retrieve |
RetrieveRequest or Retrieve |
| RetrieveMultiple | GET [org URI]/api/data/v9.0/processsessions See Query Data |
RetrieveMultipleRequest or RetrieveMultiple |
| RetrievePrincipalAccess | RetrievePrincipalAccess Function | RetrievePrincipalAccessRequest |
| RetrieveSharedPrincipalsAndAccess | RetrieveSharedPrincipalsAndAccess Function | RetrieveSharedPrincipalsAndAccessRequest |
| RevokeAccess | RevokeAccess Action | RevokeAccessRequest |
| SetState | PATCH [org URI]/api/data/v9.0/processsessions(processsessionid) Update statecode and statuscode properties. |
SetStateRequest |
| Update | PATCH [org URI]/api/data/v9.0/processsessions(processsessionid) See Update |
UpdateRequest or Update |
Entity 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,adminsettingsentity,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,entitlemententityallocationtypemapping,entitlementtemplate,equipment,expiredprocess,externalparty,externalpartyitem,fax,goal,goalrollupquery,holidaywrapper,incident,invoice,invoicedetail,kbarticle,kbarticlecomment,kbarticletemplate,knowledgearticle,knowledgearticleincident,knowledgebaserecord,lead,leadtoopportunitysalesprocess,letter,list,mailbox,mailmergetemplate,metric,msdyn_3dmodel,msdyn_accountpricelist,msdyn_actual,msdyn_agreement,msdyn_agreementbookingdate,msdyn_agreementbookingincident,msdyn_agreementbookingproduct,msdyn_agreementbookingservice,msdyn_agreementbookingservicetask,msdyn_agreementbookingsetup,msdyn_agreementinvoicedate,msdyn_agreementinvoiceproduct,msdyn_agreementinvoicesetup,msdyn_agreementsubstatus,msdyn_analysiscomponent,msdyn_analysisjob,msdyn_analysisresult,msdyn_analysisresultdetail,msdyn_approval,msdyn_batchjob,msdyn_bookableresourceassociation,msdyn_bookingalert,msdyn_bookingalertstatus,msdyn_bookingchange,msdyn_bookingjournal,msdyn_bookingrule,msdyn_bookingsetupmetadata,msdyn_bookingtimestamp,msdyn_bpf_2c5fe86acc8b414b8322ae571000c799,msdyn_bpf_477c16f59170487b8b4dc895c5dcd09b,msdyn_bpf_665e73aa18c247d886bfc50499c73b82,msdyn_bpf_989e9b1857e24af18787d5143b67523b,msdyn_bpf_baa0a411a239410cb8bded8b5fdd88e3,msdyn_bpf_d3d97bac8c294105840e99e37a9d1c39,msdyn_bpf_d8f9dc7f099f44db9d641dd81fbd470d,msdyn_businessclosure,msdyn_callablecontext,msdyn_characteristicreqforteammember,msdyn_clientextension,msdyn_configuration,msdyn_connector,msdyn_contactpricelist,msdyn_contractlineinvoiceschedule,msdyn_contractlinescheduleofvalue,msdyn_customerasset,msdyn_customerassetcategory,msdyn_databaseversion,msdyn_dataexport,msdyn_delegation,msdyn_dimension,msdyn_dimensionfieldname,msdyn_entitlementapplication,msdyn_entityconfiguration,msdyn_estimate,msdyn_estimateline,msdyn_expense,msdyn_expensecategory,msdyn_expensereceipt,msdyn_fact,msdyn_fieldcomputation,msdyn_fieldservicepricelistitem,msdyn_fieldservicesetting,msdyn_fieldserviceslaconfiguration,msdyn_fieldservicesystemjob,msdyn_findworkevent,msdyn_forecastdefinition,msdyn_forecastinstance,msdyn_forecastrecurrence,msdyn_geofence,msdyn_geofenceevent,msdyn_geofencingsettings,msdyn_icebreakersconfig,msdyn_incidenttype,msdyn_incidenttypecharacteristic,msdyn_incidenttypeproduct,msdyn_incidenttypeservice,msdyn_incidenttypeservicetask,msdyn_incidenttypessetup,msdyn_incidenttype_requirementgroup,msdyn_integrationjob,msdyn_integrationjobdetail,msdyn_inventoryadjustment,msdyn_inventoryadjustmentproduct,msdyn_inventoryjournal,msdyn_inventorytransfer,msdyn_invoicefrequency,msdyn_invoicefrequencydetail,msdyn_invoicelinetransaction,msdyn_iotalert,msdyn_iotdevice,msdyn_iotdevicecategory,msdyn_iotdevicecommand,msdyn_iotdevicecommanddefinition,msdyn_iotdevicedatahistory,msdyn_iotdeviceproperty,msdyn_iotdeviceregistrationhistory,msdyn_iotpropertydefinition,msdyn_iotsettings,msdyn_journal,msdyn_journalline,msdyn_mlresultcache,msdyn_notesanalysisconfig,msdyn_opportunitylineresourcecategory,msdyn_opportunitylinetransaction,msdyn_opportunitylinetransactioncategory,msdyn_opportunitylinetransactionclassificatio,msdyn_opportunitypricelist,msdyn_orderinvoicingdate,msdyn_orderinvoicingproduct,msdyn_orderinvoicingsetup,msdyn_orderinvoicingsetupdate,msdyn_orderlineresourcecategory,msdyn_orderlinetransaction,msdyn_orderlinetransactioncategory,msdyn_orderlinetransactionclassification,msdyn_orderpricelist,msdyn_organizationalunit,msdyn_payment,msdyn_paymentdetail,msdyn_paymentmethod,msdyn_paymentterm,msdyn_playbookactivity,msdyn_playbookactivityattribute,msdyn_playbookcategory,msdyn_playbookinstance,msdyn_playbooktemplate,msdyn_postalbum,msdyn_postalcode,msdyn_postconfig,msdyn_postruleconfig,msdyn_priority,msdyn_processnotes,msdyn_productinventory,msdyn_project,msdyn_projectapproval,msdyn_projectparameter,msdyn_projectparameterpricelist,msdyn_projectpricelist,msdyn_projecttask,msdyn_projecttaskdependency,msdyn_projecttaskstatususer,msdyn_projectteam,msdyn_projectteammembersignup,msdyn_projecttransactioncategory,msdyn_purchaseorder,msdyn_purchaseorderbill,msdyn_purchaseorderproduct,msdyn_purchaseorderreceipt,msdyn_purchaseorderreceiptproduct,msdyn_purchaseordersubstatus,msdyn_quotebookingincident,msdyn_quotebookingproduct,msdyn_quotebookingservice,msdyn_quotebookingservicetask,msdyn_quotebookingsetup,msdyn_quoteinvoicingproduct,msdyn_quoteinvoicingsetup,msdyn_quotelineanalyticsbreakdown,msdyn_quotelineinvoiceschedule,msdyn_quotelineresourcecategory,msdyn_quotelinescheduleofvalue,msdyn_quotelinetransaction,msdyn_quotelinetransactioncategory,msdyn_quotelinetransactionclassification,msdyn_quotepricelist,msdyn_relationshipinsightsunifiedconfig,msdyn_requirementcharacteristic,msdyn_requirementgroup,msdyn_requirementorganizationunit,msdyn_requirementrelationship,msdyn_requirementresourcecategory,msdyn_requirementresourcepreference,msdyn_requirementstatus,msdyn_resourceassignment,msdyn_resourceassignmentdetail,msdyn_resourcecategorymarkuppricelevel,msdyn_resourcecategorypricelevel,msdyn_resourcepaytype,msdyn_resourcerequest,msdyn_resourcerequirement,msdyn_resourcerequirementdetail,msdyn_resourceterritory,msdyn_rma,msdyn_rmaproduct,msdyn_rmareceipt,msdyn_rmareceiptproduct,msdyn_rmasubstatus,msdyn_rolecompetencyrequirement,msdyn_roleutilization,msdyn_rtv,msdyn_rtvproduct,msdyn_rtvsubstatus,msdyn_scheduleboardsetting,msdyn_schedulingparameter,msdyn_servicetasktype,msdyn_shipvia,msdyn_siconfig,msdyn_solutionhealthrule,msdyn_solutionhealthruleargument,msdyn_solutionhealthruleset,msdyn_systemuserschedulersetting,msdyn_taxcode,msdyn_taxcodedetail,msdyn_teamscollaboration,msdyn_timeentry,msdyn_timegroup,msdyn_timegroupdetail,msdyn_timeoffcalendar,msdyn_timeoffrequest,msdyn_transactioncategory,msdyn_transactioncategoryclassification,msdyn_transactioncategoryhierarchyelement,msdyn_transactioncategorypricelevel,msdyn_transactionconnection,msdyn_transactionorigin,msdyn_transactiontype,msdyn_uniquenumber,msdyn_untrackedappointment,msdyn_upgraderun,msdyn_upgradestep,msdyn_upgradeversion,msdyn_userworkhistory,msdyn_wallsavedquery,msdyn_wallsavedqueryusersettings,msdyn_warehouse,msdyn_workhourtemplate,msdyn_workorder,msdyn_workordercharacteristic,msdyn_workorderdetailsgenerationqueue,msdyn_workorderincident,msdyn_workorderproduct,msdyn_workorderresourcerestriction,msdyn_workorderservice,msdyn_workorderservicetask,msdyn_workordersubstatus,msdyn_workordertype,msfp_emailtemplate,msfp_question,msfp_questionresponse,msfp_survey,msfp_surveyinvite,msfp_surveyresponse,msfp_unsubscribedrecipient,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 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 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 workflowlog entity lk_workflowlog_processsession Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | workflowlog |
| ReferencingAttribute | asyncoperationid |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_workflowlog_processsession |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: Cascade Delete: Cascade Merge: Cascade Reparent: Cascade Share: Cascade Unshare: Cascade |
lk_workflowlog_processsession_childworkflow
Same as workflowlog entity lk_workflowlog_processsession_childworkflow Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | workflowlog |
| ReferencingAttribute | childworkflowinstanceid |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_workflowlog_processsession_childworkflow |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_processsession_previouslinkedsessionid
Same as processsession entity lk_processsession_previouslinkedsessionid Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | processsession |
| ReferencingAttribute | previouslinkedsessionid |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_processsession_previouslinkedsessionid |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: RemoveLink Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_processsession_nextlinkedsessionid
Same as processsession entity lk_processsession_nextlinkedsessionid Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | processsession |
| ReferencingAttribute | nextlinkedsessionid |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_processsession_nextlinkedsessionid |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: RemoveLink Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_processsession_originatingsessionid
Same as processsession entity lk_processsession_originatingsessionid Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | processsession |
| ReferencingAttribute | originatingsessionid |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_processsession_originatingsessionid |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: RemoveLink Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
processsession_connections2
Same as connection entity processsession_connections2 Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | connection |
| ReferencingAttribute | record2id |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | processsession_connections2 |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: 100 |
| CascadeConfiguration | Assign: NoCascade Delete: Cascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
ProcessSession_SyncErrors
Same as syncerror entity ProcessSession_SyncErrors Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | syncerror |
| ReferencingAttribute | regardingobjectid |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | ProcessSession_SyncErrors |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: Cascade Delete: Cascade Merge: Cascade Reparent: Cascade Share: Cascade Unshare: Cascade |
processsession_connections1
Same as connection entity processsession_connections1 Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | connection |
| ReferencingAttribute | record1id |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | processsession_connections1 |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: 100 |
| CascadeConfiguration | Assign: NoCascade Delete: Cascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
processsession_PostFollows
Same as postfollow entity processsession_PostFollows Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | postfollow |
| ReferencingAttribute | regardingobjectid |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | processsession_PostFollows |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: Cascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
Many-To-One Relationships
Each Many-To-One relationship is defined by a corresponding One-To-Many relationship with the related entity. Listed by SchemaName.
- 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
- msdyn_databaseversion_ProcessSession
- msdyn_upgraderun_ProcessSession
- msdyn_upgradestep_ProcessSession
- msdyn_upgradeversion_ProcessSession
- 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
- entitlemententityallocationtypemapping_ProcessSession
- msdyn_callablecontext_ProcessSession
- msdyn_playbookactivity_ProcessSession
- msdyn_playbookactivityattribute_ProcessSession
- msdyn_playbookcategory_ProcessSession
- msdyn_playbookinstance_ProcessSession
- msdyn_playbooktemplate_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
- adminsettingsentity_ProcessSession
- msdyn_forecastdefinition_ProcessSession
- msdyn_forecastinstance_ProcessSession
- msdyn_forecastrecurrence_ProcessSession
- msdyn_relationshipinsightsunifiedconfig_ProcessSession
- msdyn_siconfig_ProcessSession
- msdyn_untrackedappointment_ProcessSession
- msdyn_notesanalysisconfig_ProcessSession
- msdyn_icebreakersconfig_ProcessSession
- msdyn_postalbum_ProcessSession
- msdyn_postconfig_ProcessSession
- msdyn_postruleconfig_ProcessSession
- msdyn_wallsavedquery_ProcessSession
- msdyn_wallsavedqueryusersettings_ProcessSession
- msdyn_teamscollaboration_ProcessSession
- msdyn_actual_ProcessSession
- msdyn_bookableresourceassociation_ProcessSession
- msdyn_bookingalert_ProcessSession
- msdyn_bookingalertstatus_ProcessSession
- msdyn_bookingchange_ProcessSession
- msdyn_bookingrule_ProcessSession
- msdyn_bookingsetupmetadata_ProcessSession
- msdyn_businessclosure_ProcessSession
- msdyn_clientextension_ProcessSession
- msdyn_configuration_ProcessSession
- msdyn_organizationalunit_ProcessSession
- msdyn_priority_ProcessSession
- msdyn_requirementcharacteristic_ProcessSession
- msdyn_requirementgroup_ProcessSession
- msdyn_requirementorganizationunit_ProcessSession
- msdyn_requirementrelationship_ProcessSession
- msdyn_requirementresourcecategory_ProcessSession
- msdyn_requirementresourcepreference_ProcessSession
- msdyn_requirementstatus_ProcessSession
- msdyn_resourcerequirement_ProcessSession
- msdyn_resourcerequirementdetail_ProcessSession
- msdyn_resourceterritory_ProcessSession
- msdyn_scheduleboardsetting_ProcessSession
- msdyn_schedulingparameter_ProcessSession
- msdyn_systemuserschedulersetting_ProcessSession
- msdyn_timegroup_ProcessSession
- msdyn_timegroupdetail_ProcessSession
- msdyn_transactionorigin_ProcessSession
- msdyn_workhourtemplate_ProcessSession
- msdyn_accountpricelist_ProcessSession
- msdyn_approval_ProcessSession
- msdyn_batchjob_ProcessSession
- msdyn_bpf_665e73aa18c247d886bfc50499c73b82_ProcessSession
- msdyn_bpf_d8f9dc7f099f44db9d641dd81fbd470d_ProcessSession
- msdyn_characteristicreqforteammember_ProcessSession
- msdyn_contactpricelist_ProcessSession
- msdyn_contractlineinvoiceschedule_ProcessSession
- msdyn_contractlinescheduleofvalue_ProcessSession
- msdyn_dataexport_ProcessSession
- msdyn_delegation_ProcessSession
- msdyn_dimension_ProcessSession
- msdyn_dimensionfieldname_ProcessSession
- msdyn_estimate_ProcessSession
- msdyn_estimateline_ProcessSession
- msdyn_expense_ProcessSession
- msdyn_expensecategory_ProcessSession
- msdyn_expensereceipt_ProcessSession
- msdyn_fact_ProcessSession
- msdyn_fieldcomputation_ProcessSession
- msdyn_findworkevent_ProcessSession
- msdyn_integrationjob_ProcessSession
- msdyn_integrationjobdetail_ProcessSession
- msdyn_invoicefrequency_ProcessSession
- msdyn_invoicefrequencydetail_ProcessSession
- msdyn_invoicelinetransaction_ProcessSession
- msdyn_journal_ProcessSession
- msdyn_journalline_ProcessSession
- msdyn_mlresultcache_ProcessSession
- msdyn_opportunitylineresourcecategory_ProcessSession
- msdyn_opportunitylinetransaction_ProcessSession
- msdyn_opportunitylinetransactioncategory_ProcessSession
- msdyn_opportunitylinetransactionclassificatio_ProcessSession
- msdyn_opportunitypricelist_ProcessSession
- msdyn_orderlineresourcecategory_ProcessSession
- msdyn_orderlinetransaction_ProcessSession
- msdyn_orderlinetransactioncategory_ProcessSession
- msdyn_orderlinetransactionclassification_ProcessSession
- msdyn_orderpricelist_ProcessSession
- msdyn_processnotes_ProcessSession
- msdyn_project_ProcessSession
- msdyn_projectapproval_ProcessSession
- msdyn_projectparameter_ProcessSession
- msdyn_projectparameterpricelist_ProcessSession
- msdyn_projectpricelist_ProcessSession
- msdyn_projecttask_ProcessSession
- msdyn_projecttaskdependency_ProcessSession
- msdyn_projecttaskstatususer_ProcessSession
- msdyn_projectteam_ProcessSession
- msdyn_projectteammembersignup_ProcessSession
- msdyn_projecttransactioncategory_ProcessSession
- msdyn_quotelineanalyticsbreakdown_ProcessSession
- msdyn_quotelineinvoiceschedule_ProcessSession
- msdyn_quotelineresourcecategory_ProcessSession
- msdyn_quotelinescheduleofvalue_ProcessSession
- msdyn_quotelinetransaction_ProcessSession
- msdyn_quotelinetransactioncategory_ProcessSession
- msdyn_quotelinetransactionclassification_ProcessSession
- msdyn_quotepricelist_ProcessSession
- msdyn_resourceassignment_ProcessSession
- msdyn_resourceassignmentdetail_ProcessSession
- msdyn_resourcecategorymarkuppricelevel_ProcessSession
- msdyn_resourcecategorypricelevel_ProcessSession
- msdyn_resourcerequest_ProcessSession
- msdyn_rolecompetencyrequirement_ProcessSession
- msdyn_roleutilization_ProcessSession
- msdyn_timeentry_ProcessSession
- msdyn_timeoffcalendar_ProcessSession
- msdyn_transactioncategory_ProcessSession
- msdyn_transactioncategoryclassification_ProcessSession
- msdyn_transactioncategoryhierarchyelement_ProcessSession
- msdyn_transactioncategorypricelevel_ProcessSession
- msdyn_transactionconnection_ProcessSession
- msdyn_transactiontype_ProcessSession
- msdyn_userworkhistory_ProcessSession
- msdyn_agreement_ProcessSession
- msdyn_agreementbookingdate_ProcessSession
- msdyn_agreementbookingincident_ProcessSession
- msdyn_agreementbookingproduct_ProcessSession
- msdyn_agreementbookingservice_ProcessSession
- msdyn_agreementbookingservicetask_ProcessSession
- msdyn_agreementbookingsetup_ProcessSession
- msdyn_agreementinvoicedate_ProcessSession
- msdyn_agreementinvoiceproduct_ProcessSession
- msdyn_agreementinvoicesetup_ProcessSession
- msdyn_agreementsubstatus_ProcessSession
- msdyn_bookingjournal_ProcessSession
- msdyn_bookingtimestamp_ProcessSession
- msdyn_bpf_2c5fe86acc8b414b8322ae571000c799_ProcessSession
- msdyn_bpf_989e9b1857e24af18787d5143b67523b_ProcessSession
- msdyn_bpf_baa0a411a239410cb8bded8b5fdd88e3_ProcessSession
- msdyn_bpf_d3d97bac8c294105840e99e37a9d1c39_ProcessSession
- msdyn_customerasset_ProcessSession
- msdyn_customerassetcategory_ProcessSession
- msdyn_entitlementapplication_ProcessSession
- msdyn_fieldservicepricelistitem_ProcessSession
- msdyn_fieldservicesetting_ProcessSession
- msdyn_fieldserviceslaconfiguration_ProcessSession
- msdyn_fieldservicesystemjob_ProcessSession
- msdyn_incidenttype_ProcessSession
- msdyn_incidenttypecharacteristic_ProcessSession
- msdyn_incidenttypeproduct_ProcessSession
- msdyn_incidenttypeservice_ProcessSession
- msdyn_incidenttypeservicetask_ProcessSession
- msdyn_incidenttypessetup_ProcessSession
- msdyn_incidenttype_requirementgroup_ProcessSession
- msdyn_inventoryadjustment_ProcessSession
- msdyn_inventoryadjustmentproduct_ProcessSession
- msdyn_inventoryjournal_ProcessSession
- msdyn_inventorytransfer_ProcessSession
- msdyn_orderinvoicingdate_ProcessSession
- msdyn_orderinvoicingproduct_ProcessSession
- msdyn_orderinvoicingsetup_ProcessSession
- msdyn_orderinvoicingsetupdate_ProcessSession
- msdyn_payment_ProcessSession
- msdyn_paymentdetail_ProcessSession
- msdyn_paymentmethod_ProcessSession
- msdyn_paymentterm_ProcessSession
- msdyn_postalcode_ProcessSession
- msdyn_productinventory_ProcessSession
- msdyn_purchaseorder_ProcessSession
- msdyn_purchaseorderbill_ProcessSession
- msdyn_purchaseorderproduct_ProcessSession
- msdyn_purchaseorderreceipt_ProcessSession
- msdyn_purchaseorderreceiptproduct_ProcessSession
- msdyn_purchaseordersubstatus_ProcessSession
- msdyn_quotebookingincident_ProcessSession
- msdyn_quotebookingproduct_ProcessSession
- msdyn_quotebookingservice_ProcessSession
- msdyn_quotebookingservicetask_ProcessSession
- msdyn_quotebookingsetup_ProcessSession
- msdyn_quoteinvoicingproduct_ProcessSession
- msdyn_quoteinvoicingsetup_ProcessSession
- msdyn_resourcepaytype_ProcessSession
- msdyn_rma_ProcessSession
- msdyn_rmaproduct_ProcessSession
- msdyn_rmareceipt_ProcessSession
- msdyn_rmareceiptproduct_ProcessSession
- msdyn_rmasubstatus_ProcessSession
- msdyn_rtv_ProcessSession
- msdyn_rtvproduct_ProcessSession
- msdyn_rtvsubstatus_ProcessSession
- msdyn_servicetasktype_ProcessSession
- msdyn_shipvia_ProcessSession
- msdyn_taxcode_ProcessSession
- msdyn_taxcodedetail_ProcessSession
- msdyn_timeoffrequest_ProcessSession
- msdyn_uniquenumber_ProcessSession
- msdyn_warehouse_ProcessSession
- msdyn_workorder_ProcessSession
- msdyn_workordercharacteristic_ProcessSession
- msdyn_workorderdetailsgenerationqueue_ProcessSession
- msdyn_workorderincident_ProcessSession
- msdyn_workorderproduct_ProcessSession
- msdyn_workorderresourcerestriction_ProcessSession
- msdyn_workorderservice_ProcessSession
- msdyn_workorderservicetask_ProcessSession
- msdyn_workordersubstatus_ProcessSession
- msdyn_workordertype_ProcessSession
- msdyn_iotalert_ProcessSession
- msdyn_iotdevice_ProcessSession
- msdyn_iotdevicecategory_ProcessSession
- msdyn_iotdevicecommand_ProcessSession
- msdyn_iotdevicecommanddefinition_ProcessSession
- msdyn_iotdevicedatahistory_ProcessSession
- msdyn_iotdeviceproperty_ProcessSession
- msdyn_iotdeviceregistrationhistory_ProcessSession
- msdyn_iotpropertydefinition_ProcessSession
- msdyn_iotsettings_ProcessSession
- msdyn_bpf_477c16f59170487b8b4dc895c5dcd09b_ProcessSession
- msdyn_entityconfiguration_ProcessSession
- msdyn_geofence_ProcessSession
- msdyn_geofenceevent_ProcessSession
- msdyn_geofencingsettings_ProcessSession
- msdyn_connector_ProcessSession
- 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
Territory_ProcessSessions
Added by: Application Common Solution
See territory Entity Territory_ProcessSessions One-To-Many relationship.
Lead_ProcessSessions
Added by: Lead Management Solution
See lead Entity Lead_ProcessSessions One-To-Many relationship.
PriceLevel_ProcessSessions
Added by: Product Management Solution
See pricelevel Entity PriceLevel_ProcessSessions One-To-Many relationship.
Product_ProcessSessions
Added by: Product Management Solution
See product Entity Product_ProcessSessions One-To-Many relationship.
ProductAssociation_ProcessSessions
Added by: Product Management Solution
See productassociation Entity ProductAssociation_ProcessSessions One-To-Many relationship.
ProductPriceLevel_ProcessSessions
Added by: Product Management Solution
See productpricelevel Entity ProductPriceLevel_ProcessSessions One-To-Many relationship.
ProductSubstitute_ProcessSession
Added by: Product Management Solution
See productsubstitute Entity ProductSubstitute_ProcessSession One-To-Many relationship.
bookableresource_ProcessSession
Added by: Scheduling Solution
See bookableresource Entity bookableresource_ProcessSession One-To-Many relationship.
bookableresourcebooking_ProcessSession
Added by: Scheduling Solution
See bookableresourcebooking Entity bookableresourcebooking_ProcessSession One-To-Many relationship.
bookableresourcebookingheader_ProcessSession
Added by: Scheduling Solution
See bookableresourcebookingheader Entity bookableresourcebookingheader_ProcessSession One-To-Many relationship.
bookableresourcecategory_ProcessSession
Added by: Scheduling Solution
See bookableresourcecategory Entity bookableresourcecategory_ProcessSession One-To-Many relationship.
bookableresourcecategoryassn_ProcessSession
Added by: Scheduling Solution
See bookableresourcecategoryassn Entity bookableresourcecategoryassn_ProcessSession One-To-Many relationship.
bookableresourcecharacteristic_ProcessSession
Added by: Scheduling Solution
See bookableresourcecharacteristic Entity bookableresourcecharacteristic_ProcessSession One-To-Many relationship.
bookableresourcegroup_ProcessSession
Added by: Scheduling Solution
See bookableresourcegroup Entity bookableresourcegroup_ProcessSession One-To-Many relationship.
bookingstatus_ProcessSession
Added by: Scheduling Solution
See bookingstatus Entity bookingstatus_ProcessSession One-To-Many relationship.
characteristic_ProcessSession
Added by: Scheduling Solution
See characteristic Entity characteristic_ProcessSession One-To-Many relationship.
ratingmodel_ProcessSession
Added by: Scheduling Solution
See ratingmodel Entity ratingmodel_ProcessSession One-To-Many relationship.
ratingvalue_ProcessSession
Added by: Scheduling Solution
See ratingvalue Entity ratingvalue_ProcessSession One-To-Many relationship.
Campaign_ProcessSessions
Added by: Marketing Solution
See campaign Entity Campaign_ProcessSessions One-To-Many relationship.
CampaignActivity_ProcessSessions
Added by: Marketing Solution
See campaignactivity Entity CampaignActivity_ProcessSessions One-To-Many relationship.
CampaignResponse_ProcessSessions
Added by: Marketing Solution
See campaignresponse Entity CampaignResponse_ProcessSessions One-To-Many relationship.
List_ProcessSessions
Added by: Marketing Solution
See list Entity List_ProcessSessions One-To-Many relationship.
msdyn_databaseversion_ProcessSession
Added by: Solution Upgrade Infrastructure Solution
See msdyn_databaseversion Entity msdyn_databaseversion_ProcessSession One-To-Many relationship.
msdyn_upgraderun_ProcessSession
Added by: Solution Upgrade Infrastructure Solution
See msdyn_upgraderun Entity msdyn_upgraderun_ProcessSession One-To-Many relationship.
msdyn_upgradestep_ProcessSession
Added by: Solution Upgrade Infrastructure Solution
See msdyn_upgradestep Entity msdyn_upgradestep_ProcessSession One-To-Many relationship.
msdyn_upgradeversion_ProcessSession
Added by: Solution Upgrade Infrastructure Solution
See msdyn_upgradeversion Entity msdyn_upgradeversion_ProcessSession One-To-Many relationship.
ConstraintBasedGroup_ProcessSessions
Added by: Service Solution
See constraintbasedgroup Entity ConstraintBasedGroup_ProcessSessions One-To-Many relationship.
Contract_ProcessSessions
Added by: Service Solution
See contract Entity Contract_ProcessSessions One-To-Many relationship.
ContractDetail_ProcessSessions
Added by: Service Solution
See contractdetail Entity ContractDetail_ProcessSessions One-To-Many relationship.
ContractTemplate_ProcessSessions
Added by: Service Solution
See contracttemplate Entity ContractTemplate_ProcessSessions One-To-Many relationship.
entitlement_ProcessSession
Added by: Service Solution
See entitlement Entity entitlement_ProcessSession One-To-Many relationship.
entitlementtemplate_ProcessSession
Added by: Service Solution
See entitlementtemplate Entity entitlementtemplate_ProcessSession One-To-Many relationship.
Equipment_ProcessSessions
Added by: Service Solution
See equipment Entity Equipment_ProcessSessions One-To-Many relationship.
Incident_ProcessSessions
Added by: Service Solution
See incident Entity Incident_ProcessSessions One-To-Many relationship.
knowledgearticleincident_ProcessSession
Added by: Service Solution
See knowledgearticleincident Entity knowledgearticleincident_ProcessSession One-To-Many relationship.
phonetocaseprocess_ProcessSession
Added by: Service Solution
See phonetocaseprocess Entity phonetocaseprocess_ProcessSession One-To-Many relationship.
Service_ProcessSessions
Added by: Service Solution
See service Entity Service_ProcessSessions One-To-Many relationship.
ServiceAppointment_ProcessSessions
Added by: Service Solution
See serviceappointment Entity ServiceAppointment_ProcessSessions One-To-Many relationship.
Site_ProcessSessions
Added by: Service Solution
See site Entity Site_ProcessSessions One-To-Many relationship.
entitlementchannel_ProcessSession
Added by: Service Solution
See entitlementchannel Entity entitlementchannel_ProcessSession One-To-Many relationship.
entitlemententityallocationtypemapping_ProcessSession
Added by: Service Patch Solution
See entitlemententityallocationtypemapping Entity entitlemententityallocationtypemapping_ProcessSession One-To-Many relationship.
msdyn_callablecontext_ProcessSession
Added by: Playbook Solution
See msdyn_callablecontext Entity msdyn_callablecontext_ProcessSession One-To-Many relationship.
msdyn_playbookactivity_ProcessSession
Added by: Playbook Solution
See msdyn_playbookactivity Entity msdyn_playbookactivity_ProcessSession One-To-Many relationship.
msdyn_playbookactivityattribute_ProcessSession
Added by: Playbook Solution
See msdyn_playbookactivityattribute Entity msdyn_playbookactivityattribute_ProcessSession One-To-Many relationship.
msdyn_playbookcategory_ProcessSession
Added by: Playbook Solution
See msdyn_playbookcategory Entity msdyn_playbookcategory_ProcessSession One-To-Many relationship.
msdyn_playbookinstance_ProcessSession
Added by: Playbook Solution
See msdyn_playbookinstance Entity msdyn_playbookinstance_ProcessSession One-To-Many relationship.
msdyn_playbooktemplate_ProcessSession
Added by: Playbook Solution
See msdyn_playbooktemplate Entity msdyn_playbooktemplate_ProcessSession One-To-Many relationship.
Discount_ProcessSessions
Added by: Sales Solution
See discount Entity Discount_ProcessSessions One-To-Many relationship.
DiscountType_ProcessSessions
Added by: Sales Solution
See discounttype Entity DiscountType_ProcessSessions One-To-Many relationship.
Invoice_ProcessSessions
Added by: Sales Solution
See invoice Entity Invoice_ProcessSessions One-To-Many relationship.
InvoiceDetail_ProcessSessions
Added by: Sales Solution
See invoicedetail Entity InvoiceDetail_ProcessSessions One-To-Many relationship.
leadtoopportunitysalesprocess_ProcessSession
Added by: Sales Solution
See leadtoopportunitysalesprocess Entity leadtoopportunitysalesprocess_ProcessSession One-To-Many relationship.
Opportunity_ProcessSessions
Added by: Sales Solution
See opportunity Entity Opportunity_ProcessSessions One-To-Many relationship.
OpportunityProduct_ProcessSessions
Added by: Sales Solution
See opportunityproduct Entity OpportunityProduct_ProcessSessions One-To-Many relationship.
opportunitysalesprocess_ProcessSession
Added by: Sales Solution
See opportunitysalesprocess Entity opportunitysalesprocess_ProcessSession One-To-Many relationship.
Quote_ProcessSessions
Added by: Sales Solution
See quote Entity Quote_ProcessSessions One-To-Many relationship.
QuoteDetail_ProcessSessions
Added by: Sales Solution
See quotedetail Entity QuoteDetail_ProcessSessions One-To-Many relationship.
SalesLiterature_ProcessSessions
Added by: Sales Solution
See salesliterature Entity SalesLiterature_ProcessSessions One-To-Many relationship.
SalesLiteratureItem_ProcessSessions
Added by: Sales Solution
See salesliteratureitem Entity SalesLiteratureItem_ProcessSessions One-To-Many relationship.
SalesOrder_ProcessSessions
Added by: Sales Solution
See salesorder Entity SalesOrder_ProcessSessions One-To-Many relationship.
SalesOrderDetail_ProcessSessions
Added by: Sales Solution
See salesorderdetail Entity SalesOrderDetail_ProcessSessions One-To-Many relationship.
Competitor_ProcessSessions
Added by: Sales Solution
See competitor Entity Competitor_ProcessSessions One-To-Many relationship.
adminsettingsentity_ProcessSession
Added by: Sales Patch Solution
See adminsettingsentity Entity adminsettingsentity_ProcessSession One-To-Many relationship.
msdyn_forecastdefinition_ProcessSession
Added by: Forecasting Solution
See msdyn_forecastdefinition Entity msdyn_forecastdefinition_ProcessSession One-To-Many relationship.
msdyn_forecastinstance_ProcessSession
Added by: Forecasting Solution
See msdyn_forecastinstance Entity msdyn_forecastinstance_ProcessSession One-To-Many relationship.
msdyn_forecastrecurrence_ProcessSession
Added by: Forecasting Solution
See msdyn_forecastrecurrence Entity msdyn_forecastrecurrence_ProcessSession One-To-Many relationship.
msdyn_relationshipinsightsunifiedconfig_ProcessSession
Added by: SI Common Solution
See msdyn_relationshipinsightsunifiedconfig Entity msdyn_relationshipinsightsunifiedconfig_ProcessSession One-To-Many relationship.
msdyn_siconfig_ProcessSession
Added by: SI Common Solution
See msdyn_siconfig Entity msdyn_siconfig_ProcessSession One-To-Many relationship.
msdyn_untrackedappointment_ProcessSession
Added by: AutoDataCapture Solution
See msdyn_untrackedappointment Entity msdyn_untrackedappointment_ProcessSession One-To-Many relationship.
msdyn_notesanalysisconfig_ProcessSession
Added by: Notesanalysis Solution
See msdyn_notesanalysisconfig Entity msdyn_notesanalysisconfig_ProcessSession One-To-Many relationship.
msdyn_icebreakersconfig_ProcessSession
Added by: Talking points Solution
See msdyn_icebreakersconfig Entity msdyn_icebreakersconfig_ProcessSession One-To-Many relationship.
msdyn_postalbum_ProcessSession
Added by: Activity Feeds Solution
See msdyn_postalbum Entity msdyn_postalbum_ProcessSession One-To-Many relationship.
msdyn_postconfig_ProcessSession
Added by: Activity Feeds Solution
See msdyn_postconfig Entity msdyn_postconfig_ProcessSession One-To-Many relationship.
msdyn_postruleconfig_ProcessSession
Added by: Activity Feeds Solution
See msdyn_postruleconfig Entity msdyn_postruleconfig_ProcessSession One-To-Many relationship.
msdyn_wallsavedquery_ProcessSession
Added by: Activity Feeds Solution
See msdyn_wallsavedquery Entity msdyn_wallsavedquery_ProcessSession One-To-Many relationship.
msdyn_wallsavedqueryusersettings_ProcessSession
Added by: Activity Feeds Solution
See msdyn_wallsavedqueryusersettings Entity msdyn_wallsavedqueryusersettings_ProcessSession One-To-Many relationship.
msdyn_teamscollaboration_ProcessSession
Added by: This solution contains Office Productivity implementation Solution
See msdyn_teamscollaboration Entity msdyn_teamscollaboration_ProcessSession One-To-Many relationship.
msdyn_actual_ProcessSession
Added by: Universal Resource Scheduling Solution
See msdyn_actual Entity msdyn_actual_ProcessSession One-To-Many relationship.
msdyn_bookableresourceassociation_ProcessSession
Added by: Universal Resource Scheduling Solution
See msdyn_bookableresourceassociation Entity msdyn_bookableresourceassociation_ProcessSession One-To-Many relationship.
msdyn_bookingalert_ProcessSession
Added by: Active Solution Solution
See msdyn_bookingalert Entity msdyn_bookingalert_ProcessSession One-To-Many relationship.
msdyn_bookingalertstatus_ProcessSession
Added by: Universal Resource Scheduling Solution
See msdyn_bookingalertstatus Entity msdyn_bookingalertstatus_ProcessSession One-To-Many relationship.
msdyn_bookingchange_ProcessSession
Added by: Universal Resource Scheduling Solution
See msdyn_bookingchange Entity msdyn_bookingchange_ProcessSession One-To-Many relationship.
msdyn_bookingrule_ProcessSession
Added by: Universal Resource Scheduling Solution
See msdyn_bookingrule Entity msdyn_bookingrule_ProcessSession One-To-Many relationship.
msdyn_bookingsetupmetadata_ProcessSession
Added by: Universal Resource Scheduling Solution
See msdyn_bookingsetupmetadata Entity msdyn_bookingsetupmetadata_ProcessSession One-To-Many relationship.
msdyn_businessclosure_ProcessSession
Added by: Universal Resource Scheduling Solution
See msdyn_businessclosure Entity msdyn_businessclosure_ProcessSession One-To-Many relationship.
msdyn_clientextension_ProcessSession
Added by: Universal Resource Scheduling Solution
See msdyn_clientextension Entity msdyn_clientextension_ProcessSession One-To-Many relationship.
msdyn_configuration_ProcessSession
Added by: Universal Resource Scheduling Solution
See msdyn_configuration Entity msdyn_configuration_ProcessSession One-To-Many relationship.
msdyn_organizationalunit_ProcessSession
Added by: Universal Resource Scheduling Solution
See msdyn_organizationalunit Entity msdyn_organizationalunit_ProcessSession One-To-Many relationship.
msdyn_priority_ProcessSession
Added by: Universal Resource Scheduling Solution
See msdyn_priority Entity msdyn_priority_ProcessSession One-To-Many relationship.
msdyn_requirementcharacteristic_ProcessSession
Added by: Universal Resource Scheduling Solution
See msdyn_requirementcharacteristic Entity msdyn_requirementcharacteristic_ProcessSession One-To-Many relationship.
msdyn_requirementgroup_ProcessSession
Added by: Universal Resource Scheduling Solution
See msdyn_requirementgroup Entity msdyn_requirementgroup_ProcessSession One-To-Many relationship.
msdyn_requirementorganizationunit_ProcessSession
Added by: Universal Resource Scheduling Solution
See msdyn_requirementorganizationunit Entity msdyn_requirementorganizationunit_ProcessSession One-To-Many relationship.
msdyn_requirementrelationship_ProcessSession
Added by: Universal Resource Scheduling Solution
See msdyn_requirementrelationship Entity msdyn_requirementrelationship_ProcessSession One-To-Many relationship.
msdyn_requirementresourcecategory_ProcessSession
Added by: Universal Resource Scheduling Solution
See msdyn_requirementresourcecategory Entity msdyn_requirementresourcecategory_ProcessSession One-To-Many relationship.
msdyn_requirementresourcepreference_ProcessSession
Added by: Universal Resource Scheduling Solution
See msdyn_requirementresourcepreference Entity msdyn_requirementresourcepreference_ProcessSession One-To-Many relationship.
msdyn_requirementstatus_ProcessSession
Added by: Universal Resource Scheduling Solution
See msdyn_requirementstatus Entity msdyn_requirementstatus_ProcessSession One-To-Many relationship.
msdyn_resourcerequirement_ProcessSession
Added by: Universal Resource Scheduling Solution
See msdyn_resourcerequirement Entity msdyn_resourcerequirement_ProcessSession One-To-Many relationship.
msdyn_resourcerequirementdetail_ProcessSession
Added by: Universal Resource Scheduling Solution
See msdyn_resourcerequirementdetail Entity msdyn_resourcerequirementdetail_ProcessSession One-To-Many relationship.
msdyn_resourceterritory_ProcessSession
Added by: Universal Resource Scheduling Solution
See msdyn_resourceterritory Entity msdyn_resourceterritory_ProcessSession One-To-Many relationship.
msdyn_scheduleboardsetting_ProcessSession
Added by: Universal Resource Scheduling Solution
See msdyn_scheduleboardsetting Entity msdyn_scheduleboardsetting_ProcessSession One-To-Many relationship.
msdyn_schedulingparameter_ProcessSession
Added by: Universal Resource Scheduling Solution
See msdyn_schedulingparameter Entity msdyn_schedulingparameter_ProcessSession One-To-Many relationship.
msdyn_systemuserschedulersetting_ProcessSession
Added by: Universal Resource Scheduling Solution
See msdyn_systemuserschedulersetting Entity msdyn_systemuserschedulersetting_ProcessSession One-To-Many relationship.
msdyn_timegroup_ProcessSession
Added by: Universal Resource Scheduling Solution
See msdyn_timegroup Entity msdyn_timegroup_ProcessSession One-To-Many relationship.
msdyn_timegroupdetail_ProcessSession
Added by: Universal Resource Scheduling Solution
See msdyn_timegroupdetail Entity msdyn_timegroupdetail_ProcessSession One-To-Many relationship.
msdyn_transactionorigin_ProcessSession
Added by: Universal Resource Scheduling Solution
See msdyn_transactionorigin Entity msdyn_transactionorigin_ProcessSession One-To-Many relationship.
msdyn_workhourtemplate_ProcessSession
Added by: Universal Resource Scheduling Solution
See msdyn_workhourtemplate Entity msdyn_workhourtemplate_ProcessSession One-To-Many relationship.
msdyn_accountpricelist_ProcessSession
Added by: Project Service Automation Solution
See msdyn_accountpricelist Entity msdyn_accountpricelist_ProcessSession One-To-Many relationship.
msdyn_approval_ProcessSession
Added by: Active Solution Solution
See msdyn_approval Entity msdyn_approval_ProcessSession One-To-Many relationship.
msdyn_batchjob_ProcessSession
Added by: Project Service Automation Solution
See msdyn_batchjob Entity msdyn_batchjob_ProcessSession One-To-Many relationship.
msdyn_bpf_665e73aa18c247d886bfc50499c73b82_ProcessSession
Added by: Project Service Automation Solution
See msdyn_bpf_665e73aa18c247d886bfc50499c73b82 Entity msdyn_bpf_665e73aa18c247d886bfc50499c73b82_ProcessSession One-To-Many relationship.
msdyn_bpf_d8f9dc7f099f44db9d641dd81fbd470d_ProcessSession
Added by: Project Service Automation Solution
See msdyn_bpf_d8f9dc7f099f44db9d641dd81fbd470d Entity msdyn_bpf_d8f9dc7f099f44db9d641dd81fbd470d_ProcessSession One-To-Many relationship.
msdyn_characteristicreqforteammember_ProcessSession
Added by: Project Service Automation Solution
See msdyn_characteristicreqforteammember Entity msdyn_characteristicreqforteammember_ProcessSession One-To-Many relationship.
msdyn_contactpricelist_ProcessSession
Added by: Project Service Automation Solution
See msdyn_contactpricelist Entity msdyn_contactpricelist_ProcessSession One-To-Many relationship.
msdyn_contractlineinvoiceschedule_ProcessSession
Added by: Project Service Automation Solution
See msdyn_contractlineinvoiceschedule Entity msdyn_contractlineinvoiceschedule_ProcessSession One-To-Many relationship.
msdyn_contractlinescheduleofvalue_ProcessSession
Added by: Project Service Automation Solution
See msdyn_contractlinescheduleofvalue Entity msdyn_contractlinescheduleofvalue_ProcessSession One-To-Many relationship.
msdyn_dataexport_ProcessSession
Added by: Project Service Automation Solution
See msdyn_dataexport Entity msdyn_dataexport_ProcessSession One-To-Many relationship.
msdyn_delegation_ProcessSession
Added by: Project Service Automation Solution
See msdyn_delegation Entity msdyn_delegation_ProcessSession One-To-Many relationship.
msdyn_dimension_ProcessSession
Added by: Project Service Automation Solution
See msdyn_dimension Entity msdyn_dimension_ProcessSession One-To-Many relationship.
msdyn_dimensionfieldname_ProcessSession
Added by: Project Service Automation Solution
See msdyn_dimensionfieldname Entity msdyn_dimensionfieldname_ProcessSession One-To-Many relationship.
msdyn_estimate_ProcessSession
Added by: Project Service Automation Solution
See msdyn_estimate Entity msdyn_estimate_ProcessSession One-To-Many relationship.
msdyn_estimateline_ProcessSession
Added by: Project Service Automation Solution
See msdyn_estimateline Entity msdyn_estimateline_ProcessSession One-To-Many relationship.
msdyn_expense_ProcessSession
Added by: Project Service Automation Solution
See msdyn_expense Entity msdyn_expense_ProcessSession One-To-Many relationship.
msdyn_expensecategory_ProcessSession
Added by: Project Service Automation Solution
See msdyn_expensecategory Entity msdyn_expensecategory_ProcessSession One-To-Many relationship.
msdyn_expensereceipt_ProcessSession
Added by: Project Service Automation Solution
See msdyn_expensereceipt Entity msdyn_expensereceipt_ProcessSession One-To-Many relationship.
msdyn_fact_ProcessSession
Added by: Project Service Automation Solution
See msdyn_fact Entity msdyn_fact_ProcessSession One-To-Many relationship.
msdyn_fieldcomputation_ProcessSession
Added by: Project Service Automation Solution
See msdyn_fieldcomputation Entity msdyn_fieldcomputation_ProcessSession One-To-Many relationship.
msdyn_findworkevent_ProcessSession
Added by: Project Service Automation Solution
See msdyn_findworkevent Entity msdyn_findworkevent_ProcessSession One-To-Many relationship.
msdyn_integrationjob_ProcessSession
Added by: Project Service Automation Solution
See msdyn_integrationjob Entity msdyn_integrationjob_ProcessSession One-To-Many relationship.
msdyn_integrationjobdetail_ProcessSession
Added by: Project Service Automation Solution
See msdyn_integrationjobdetail Entity msdyn_integrationjobdetail_ProcessSession One-To-Many relationship.
msdyn_invoicefrequency_ProcessSession
Added by: Project Service Automation Solution
See msdyn_invoicefrequency Entity msdyn_invoicefrequency_ProcessSession One-To-Many relationship.
msdyn_invoicefrequencydetail_ProcessSession
Added by: Project Service Automation Solution
See msdyn_invoicefrequencydetail Entity msdyn_invoicefrequencydetail_ProcessSession One-To-Many relationship.
msdyn_invoicelinetransaction_ProcessSession
Added by: Project Service Automation Solution
See msdyn_invoicelinetransaction Entity msdyn_invoicelinetransaction_ProcessSession One-To-Many relationship.
msdyn_journal_ProcessSession
Added by: Project Service Automation Solution
See msdyn_journal Entity msdyn_journal_ProcessSession One-To-Many relationship.
msdyn_journalline_ProcessSession
Added by: Project Service Automation Solution
See msdyn_journalline Entity msdyn_journalline_ProcessSession One-To-Many relationship.
msdyn_mlresultcache_ProcessSession
Added by: Project Service Automation Solution
See msdyn_mlresultcache Entity msdyn_mlresultcache_ProcessSession One-To-Many relationship.
msdyn_opportunitylineresourcecategory_ProcessSession
Added by: Project Service Automation Solution
See msdyn_opportunitylineresourcecategory Entity msdyn_opportunitylineresourcecategory_ProcessSession One-To-Many relationship.
msdyn_opportunitylinetransaction_ProcessSession
Added by: Project Service Automation Solution
See msdyn_opportunitylinetransaction Entity msdyn_opportunitylinetransaction_ProcessSession One-To-Many relationship.
msdyn_opportunitylinetransactioncategory_ProcessSession
Added by: Project Service Automation Solution
See msdyn_opportunitylinetransactioncategory Entity msdyn_opportunitylinetransactioncategory_ProcessSession One-To-Many relationship.
msdyn_opportunitylinetransactionclassificatio_ProcessSession
Added by: Project Service Automation Solution
See msdyn_opportunitylinetransactionclassificatio Entity msdyn_opportunitylinetransactionclassificatio_ProcessSession One-To-Many relationship.
msdyn_opportunitypricelist_ProcessSession
Added by: Project Service Automation Solution
See msdyn_opportunitypricelist Entity msdyn_opportunitypricelist_ProcessSession One-To-Many relationship.
msdyn_orderlineresourcecategory_ProcessSession
Added by: Project Service Automation Solution
See msdyn_orderlineresourcecategory Entity msdyn_orderlineresourcecategory_ProcessSession One-To-Many relationship.
msdyn_orderlinetransaction_ProcessSession
Added by: Project Service Automation Solution
See msdyn_orderlinetransaction Entity msdyn_orderlinetransaction_ProcessSession One-To-Many relationship.
msdyn_orderlinetransactioncategory_ProcessSession
Added by: Project Service Automation Solution
See msdyn_orderlinetransactioncategory Entity msdyn_orderlinetransactioncategory_ProcessSession One-To-Many relationship.
msdyn_orderlinetransactionclassification_ProcessSession
Added by: Project Service Automation Solution
See msdyn_orderlinetransactionclassification Entity msdyn_orderlinetransactionclassification_ProcessSession One-To-Many relationship.
msdyn_orderpricelist_ProcessSession
Added by: Project Service Automation Solution
See msdyn_orderpricelist Entity msdyn_orderpricelist_ProcessSession One-To-Many relationship.
msdyn_processnotes_ProcessSession
Added by: Project Service Automation Solution
See msdyn_processnotes Entity msdyn_processnotes_ProcessSession One-To-Many relationship.
msdyn_project_ProcessSession
Added by: Project Service Automation Solution
See msdyn_project Entity msdyn_project_ProcessSession One-To-Many relationship.
msdyn_projectapproval_ProcessSession
Added by: Project Service Automation Solution
See msdyn_projectapproval Entity msdyn_projectapproval_ProcessSession One-To-Many relationship.
msdyn_projectparameter_ProcessSession
Added by: Project Service Automation Solution
See msdyn_projectparameter Entity msdyn_projectparameter_ProcessSession One-To-Many relationship.
msdyn_projectparameterpricelist_ProcessSession
Added by: Project Service Automation Solution
See msdyn_projectparameterpricelist Entity msdyn_projectparameterpricelist_ProcessSession One-To-Many relationship.
msdyn_projectpricelist_ProcessSession
Added by: Project Service Automation Solution
See msdyn_projectpricelist Entity msdyn_projectpricelist_ProcessSession One-To-Many relationship.
msdyn_projecttask_ProcessSession
Added by: Project Service Automation Solution
See msdyn_projecttask Entity msdyn_projecttask_ProcessSession One-To-Many relationship.
msdyn_projecttaskdependency_ProcessSession
Added by: Project Service Automation Solution
See msdyn_projecttaskdependency Entity msdyn_projecttaskdependency_ProcessSession One-To-Many relationship.
msdyn_projecttaskstatususer_ProcessSession
Added by: Project Service Automation Solution
See msdyn_projecttaskstatususer Entity msdyn_projecttaskstatususer_ProcessSession One-To-Many relationship.
msdyn_projectteam_ProcessSession
Added by: Project Service Automation Solution
See msdyn_projectteam Entity msdyn_projectteam_ProcessSession One-To-Many relationship.
msdyn_projectteammembersignup_ProcessSession
Added by: Project Service Automation Solution
See msdyn_projectteammembersignup Entity msdyn_projectteammembersignup_ProcessSession One-To-Many relationship.
msdyn_projecttransactioncategory_ProcessSession
Added by: Project Service Automation Solution
See msdyn_projecttransactioncategory Entity msdyn_projecttransactioncategory_ProcessSession One-To-Many relationship.
msdyn_quotelineanalyticsbreakdown_ProcessSession
Added by: Project Service Automation Solution
See msdyn_quotelineanalyticsbreakdown Entity msdyn_quotelineanalyticsbreakdown_ProcessSession One-To-Many relationship.
msdyn_quotelineinvoiceschedule_ProcessSession
Added by: Project Service Automation Solution
See msdyn_quotelineinvoiceschedule Entity msdyn_quotelineinvoiceschedule_ProcessSession One-To-Many relationship.
msdyn_quotelineresourcecategory_ProcessSession
Added by: Project Service Automation Solution
See msdyn_quotelineresourcecategory Entity msdyn_quotelineresourcecategory_ProcessSession One-To-Many relationship.
msdyn_quotelinescheduleofvalue_ProcessSession
Added by: Project Service Automation Solution
See msdyn_quotelinescheduleofvalue Entity msdyn_quotelinescheduleofvalue_ProcessSession One-To-Many relationship.
msdyn_quotelinetransaction_ProcessSession
Added by: Project Service Automation Solution
See msdyn_quotelinetransaction Entity msdyn_quotelinetransaction_ProcessSession One-To-Many relationship.
msdyn_quotelinetransactioncategory_ProcessSession
Added by: Project Service Automation Solution
See msdyn_quotelinetransactioncategory Entity msdyn_quotelinetransactioncategory_ProcessSession One-To-Many relationship.
msdyn_quotelinetransactionclassification_ProcessSession
Added by: Project Service Automation Solution
See msdyn_quotelinetransactionclassification Entity msdyn_quotelinetransactionclassification_ProcessSession One-To-Many relationship.
msdyn_quotepricelist_ProcessSession
Added by: Project Service Automation Solution
See msdyn_quotepricelist Entity msdyn_quotepricelist_ProcessSession One-To-Many relationship.
msdyn_resourceassignment_ProcessSession
Added by: Project Service Automation Solution
See msdyn_resourceassignment Entity msdyn_resourceassignment_ProcessSession One-To-Many relationship.
msdyn_resourceassignmentdetail_ProcessSession
Added by: Project Service Automation Solution
See msdyn_resourceassignmentdetail Entity msdyn_resourceassignmentdetail_ProcessSession One-To-Many relationship.
msdyn_resourcecategorymarkuppricelevel_ProcessSession
Added by: Project Service Automation Solution
See msdyn_resourcecategorymarkuppricelevel Entity msdyn_resourcecategorymarkuppricelevel_ProcessSession One-To-Many relationship.
msdyn_resourcecategorypricelevel_ProcessSession
Added by: Project Service Automation Solution
See msdyn_resourcecategorypricelevel Entity msdyn_resourcecategorypricelevel_ProcessSession One-To-Many relationship.
msdyn_resourcerequest_ProcessSession
Added by: Project Service Automation Solution
See msdyn_resourcerequest Entity msdyn_resourcerequest_ProcessSession One-To-Many relationship.
msdyn_rolecompetencyrequirement_ProcessSession
Added by: Project Service Automation Solution
See msdyn_rolecompetencyrequirement Entity msdyn_rolecompetencyrequirement_ProcessSession One-To-Many relationship.
msdyn_roleutilization_ProcessSession
Added by: Project Service Automation Solution
See msdyn_roleutilization Entity msdyn_roleutilization_ProcessSession One-To-Many relationship.
msdyn_timeentry_ProcessSession
Added by: Project Service Automation Solution
See msdyn_timeentry Entity msdyn_timeentry_ProcessSession One-To-Many relationship.
msdyn_timeoffcalendar_ProcessSession
Added by: Project Service Automation Solution
See msdyn_timeoffcalendar Entity msdyn_timeoffcalendar_ProcessSession One-To-Many relationship.
msdyn_transactioncategory_ProcessSession
Added by: Project Service Automation Solution
See msdyn_transactioncategory Entity msdyn_transactioncategory_ProcessSession One-To-Many relationship.
msdyn_transactioncategoryclassification_ProcessSession
Added by: Project Service Automation Solution
See msdyn_transactioncategoryclassification Entity msdyn_transactioncategoryclassification_ProcessSession One-To-Many relationship.
msdyn_transactioncategoryhierarchyelement_ProcessSession
Added by: Project Service Automation Solution
See msdyn_transactioncategoryhierarchyelement Entity msdyn_transactioncategoryhierarchyelement_ProcessSession One-To-Many relationship.
msdyn_transactioncategorypricelevel_ProcessSession
Added by: Project Service Automation Solution
See msdyn_transactioncategorypricelevel Entity msdyn_transactioncategorypricelevel_ProcessSession One-To-Many relationship.
msdyn_transactionconnection_ProcessSession
Added by: Project Service Automation Solution
See msdyn_transactionconnection Entity msdyn_transactionconnection_ProcessSession One-To-Many relationship.
msdyn_transactiontype_ProcessSession
Added by: Project Service Automation Solution
See msdyn_transactiontype Entity msdyn_transactiontype_ProcessSession One-To-Many relationship.
msdyn_userworkhistory_ProcessSession
Added by: Project Service Automation Solution
See msdyn_userworkhistory Entity msdyn_userworkhistory_ProcessSession One-To-Many relationship.
msdyn_agreement_ProcessSession
Added by: Field Service Solution
See msdyn_agreement Entity msdyn_agreement_ProcessSession One-To-Many relationship.
msdyn_agreementbookingdate_ProcessSession
Added by: Field Service Solution
See msdyn_agreementbookingdate Entity msdyn_agreementbookingdate_ProcessSession One-To-Many relationship.
msdyn_agreementbookingincident_ProcessSession
Added by: Field Service Solution
See msdyn_agreementbookingincident Entity msdyn_agreementbookingincident_ProcessSession One-To-Many relationship.
msdyn_agreementbookingproduct_ProcessSession
Added by: Field Service Solution
See msdyn_agreementbookingproduct Entity msdyn_agreementbookingproduct_ProcessSession One-To-Many relationship.
msdyn_agreementbookingservice_ProcessSession
Added by: Field Service Solution
See msdyn_agreementbookingservice Entity msdyn_agreementbookingservice_ProcessSession One-To-Many relationship.
msdyn_agreementbookingservicetask_ProcessSession
Added by: Field Service Solution
See msdyn_agreementbookingservicetask Entity msdyn_agreementbookingservicetask_ProcessSession One-To-Many relationship.
msdyn_agreementbookingsetup_ProcessSession
Added by: Field Service Solution
See msdyn_agreementbookingsetup Entity msdyn_agreementbookingsetup_ProcessSession One-To-Many relationship.
msdyn_agreementinvoicedate_ProcessSession
Added by: Field Service Solution
See msdyn_agreementinvoicedate Entity msdyn_agreementinvoicedate_ProcessSession One-To-Many relationship.
msdyn_agreementinvoiceproduct_ProcessSession
Added by: Field Service Solution
See msdyn_agreementinvoiceproduct Entity msdyn_agreementinvoiceproduct_ProcessSession One-To-Many relationship.
msdyn_agreementinvoicesetup_ProcessSession
Added by: Field Service Solution
See msdyn_agreementinvoicesetup Entity msdyn_agreementinvoicesetup_ProcessSession One-To-Many relationship.
msdyn_agreementsubstatus_ProcessSession
Added by: Field Service Solution
See msdyn_agreementsubstatus Entity msdyn_agreementsubstatus_ProcessSession One-To-Many relationship.
msdyn_bookingjournal_ProcessSession
Added by: Field Service Solution
See msdyn_bookingjournal Entity msdyn_bookingjournal_ProcessSession One-To-Many relationship.
msdyn_bookingtimestamp_ProcessSession
Added by: Field Service Solution
See msdyn_bookingtimestamp Entity msdyn_bookingtimestamp_ProcessSession One-To-Many relationship.
msdyn_bpf_2c5fe86acc8b414b8322ae571000c799_ProcessSession
Added by: Field Service Solution
See msdyn_bpf_2c5fe86acc8b414b8322ae571000c799 Entity msdyn_bpf_2c5fe86acc8b414b8322ae571000c799_ProcessSession One-To-Many relationship.
msdyn_bpf_989e9b1857e24af18787d5143b67523b_ProcessSession
Added by: Field Service Solution
See msdyn_bpf_989e9b1857e24af18787d5143b67523b Entity msdyn_bpf_989e9b1857e24af18787d5143b67523b_ProcessSession One-To-Many relationship.
msdyn_bpf_baa0a411a239410cb8bded8b5fdd88e3_ProcessSession
Added by: Field Service Solution
See msdyn_bpf_baa0a411a239410cb8bded8b5fdd88e3 Entity msdyn_bpf_baa0a411a239410cb8bded8b5fdd88e3_ProcessSession One-To-Many relationship.
msdyn_bpf_d3d97bac8c294105840e99e37a9d1c39_ProcessSession
Added by: Field Service Solution
See msdyn_bpf_d3d97bac8c294105840e99e37a9d1c39 Entity msdyn_bpf_d3d97bac8c294105840e99e37a9d1c39_ProcessSession One-To-Many relationship.
msdyn_customerasset_ProcessSession
Added by: Field Service Solution
See msdyn_customerasset Entity msdyn_customerasset_ProcessSession One-To-Many relationship.
msdyn_customerassetcategory_ProcessSession
Added by: Field Service Solution
See msdyn_customerassetcategory Entity msdyn_customerassetcategory_ProcessSession One-To-Many relationship.
msdyn_entitlementapplication_ProcessSession
Added by: Field Service Solution
See msdyn_entitlementapplication Entity msdyn_entitlementapplication_ProcessSession One-To-Many relationship.
msdyn_fieldservicepricelistitem_ProcessSession
Added by: Field Service Solution
See msdyn_fieldservicepricelistitem Entity msdyn_fieldservicepricelistitem_ProcessSession One-To-Many relationship.
msdyn_fieldservicesetting_ProcessSession
Added by: Field Service Solution
See msdyn_fieldservicesetting Entity msdyn_fieldservicesetting_ProcessSession One-To-Many relationship.
msdyn_fieldserviceslaconfiguration_ProcessSession
Added by: Field Service Solution
See msdyn_fieldserviceslaconfiguration Entity msdyn_fieldserviceslaconfiguration_ProcessSession One-To-Many relationship.
msdyn_fieldservicesystemjob_ProcessSession
Added by: Field Service Solution
See msdyn_fieldservicesystemjob Entity msdyn_fieldservicesystemjob_ProcessSession One-To-Many relationship.
msdyn_incidenttype_ProcessSession
Added by: Field Service Solution
See msdyn_incidenttype Entity msdyn_incidenttype_ProcessSession One-To-Many relationship.
msdyn_incidenttypecharacteristic_ProcessSession
Added by: Field Service Solution
See msdyn_incidenttypecharacteristic Entity msdyn_incidenttypecharacteristic_ProcessSession One-To-Many relationship.
msdyn_incidenttypeproduct_ProcessSession
Added by: Field Service Solution
See msdyn_incidenttypeproduct Entity msdyn_incidenttypeproduct_ProcessSession One-To-Many relationship.
msdyn_incidenttypeservice_ProcessSession
Added by: Field Service Solution
See msdyn_incidenttypeservice Entity msdyn_incidenttypeservice_ProcessSession One-To-Many relationship.
msdyn_incidenttypeservicetask_ProcessSession
Added by: Field Service Solution
See msdyn_incidenttypeservicetask Entity msdyn_incidenttypeservicetask_ProcessSession One-To-Many relationship.
msdyn_incidenttypessetup_ProcessSession
Added by: Field Service Solution
See msdyn_incidenttypessetup Entity msdyn_incidenttypessetup_ProcessSession One-To-Many relationship.
msdyn_incidenttype_requirementgroup_ProcessSession
Added by: Field Service Solution
See msdyn_incidenttype_requirementgroup Entity msdyn_incidenttype_requirementgroup_ProcessSession One-To-Many relationship.
msdyn_inventoryadjustment_ProcessSession
Added by: Field Service Solution
See msdyn_inventoryadjustment Entity msdyn_inventoryadjustment_ProcessSession One-To-Many relationship.
msdyn_inventoryadjustmentproduct_ProcessSession
Added by: Field Service Solution
See msdyn_inventoryadjustmentproduct Entity msdyn_inventoryadjustmentproduct_ProcessSession One-To-Many relationship.
msdyn_inventoryjournal_ProcessSession
Added by: Field Service Solution
See msdyn_inventoryjournal Entity msdyn_inventoryjournal_ProcessSession One-To-Many relationship.
msdyn_inventorytransfer_ProcessSession
Added by: Field Service Solution
See msdyn_inventorytransfer Entity msdyn_inventorytransfer_ProcessSession One-To-Many relationship.
msdyn_orderinvoicingdate_ProcessSession
Added by: Field Service Solution
See msdyn_orderinvoicingdate Entity msdyn_orderinvoicingdate_ProcessSession One-To-Many relationship.
msdyn_orderinvoicingproduct_ProcessSession
Added by: Field Service Solution
See msdyn_orderinvoicingproduct Entity msdyn_orderinvoicingproduct_ProcessSession One-To-Many relationship.
msdyn_orderinvoicingsetup_ProcessSession
Added by: Field Service Solution
See msdyn_orderinvoicingsetup Entity msdyn_orderinvoicingsetup_ProcessSession One-To-Many relationship.
msdyn_orderinvoicingsetupdate_ProcessSession
Added by: Field Service Solution
See msdyn_orderinvoicingsetupdate Entity msdyn_orderinvoicingsetupdate_ProcessSession One-To-Many relationship.
msdyn_payment_ProcessSession
Added by: Field Service Solution
See msdyn_payment Entity msdyn_payment_ProcessSession One-To-Many relationship.
msdyn_paymentdetail_ProcessSession
Added by: Field Service Solution
See msdyn_paymentdetail Entity msdyn_paymentdetail_ProcessSession One-To-Many relationship.
msdyn_paymentmethod_ProcessSession
Added by: Field Service Solution
See msdyn_paymentmethod Entity msdyn_paymentmethod_ProcessSession One-To-Many relationship.
msdyn_paymentterm_ProcessSession
Added by: Field Service Solution
See msdyn_paymentterm Entity msdyn_paymentterm_ProcessSession One-To-Many relationship.
msdyn_postalcode_ProcessSession
Added by: Field Service Solution
See msdyn_postalcode Entity msdyn_postalcode_ProcessSession One-To-Many relationship.
msdyn_productinventory_ProcessSession
Added by: Field Service Solution
See msdyn_productinventory Entity msdyn_productinventory_ProcessSession One-To-Many relationship.
msdyn_purchaseorder_ProcessSession
Added by: Field Service Solution
See msdyn_purchaseorder Entity msdyn_purchaseorder_ProcessSession One-To-Many relationship.
msdyn_purchaseorderbill_ProcessSession
Added by: Field Service Solution
See msdyn_purchaseorderbill Entity msdyn_purchaseorderbill_ProcessSession One-To-Many relationship.
msdyn_purchaseorderproduct_ProcessSession
Added by: Field Service Solution
See msdyn_purchaseorderproduct Entity msdyn_purchaseorderproduct_ProcessSession One-To-Many relationship.
msdyn_purchaseorderreceipt_ProcessSession
Added by: Field Service Solution
See msdyn_purchaseorderreceipt Entity msdyn_purchaseorderreceipt_ProcessSession One-To-Many relationship.
msdyn_purchaseorderreceiptproduct_ProcessSession
Added by: Field Service Solution
See msdyn_purchaseorderreceiptproduct Entity msdyn_purchaseorderreceiptproduct_ProcessSession One-To-Many relationship.
msdyn_purchaseordersubstatus_ProcessSession
Added by: Field Service Solution
See msdyn_purchaseordersubstatus Entity msdyn_purchaseordersubstatus_ProcessSession One-To-Many relationship.
msdyn_quotebookingincident_ProcessSession
Added by: Field Service Solution
See msdyn_quotebookingincident Entity msdyn_quotebookingincident_ProcessSession One-To-Many relationship.
msdyn_quotebookingproduct_ProcessSession
Added by: Field Service Solution
See msdyn_quotebookingproduct Entity msdyn_quotebookingproduct_ProcessSession One-To-Many relationship.
msdyn_quotebookingservice_ProcessSession
Added by: Field Service Solution
See msdyn_quotebookingservice Entity msdyn_quotebookingservice_ProcessSession One-To-Many relationship.
msdyn_quotebookingservicetask_ProcessSession
Added by: Field Service Solution
See msdyn_quotebookingservicetask Entity msdyn_quotebookingservicetask_ProcessSession One-To-Many relationship.
msdyn_quotebookingsetup_ProcessSession
Added by: Field Service Solution
See msdyn_quotebookingsetup Entity msdyn_quotebookingsetup_ProcessSession One-To-Many relationship.
msdyn_quoteinvoicingproduct_ProcessSession
Added by: Field Service Solution
See msdyn_quoteinvoicingproduct Entity msdyn_quoteinvoicingproduct_ProcessSession One-To-Many relationship.
msdyn_quoteinvoicingsetup_ProcessSession
Added by: Field Service Solution
See msdyn_quoteinvoicingsetup Entity msdyn_quoteinvoicingsetup_ProcessSession One-To-Many relationship.
msdyn_resourcepaytype_ProcessSession
Added by: Field Service Solution
See msdyn_resourcepaytype Entity msdyn_resourcepaytype_ProcessSession One-To-Many relationship.
msdyn_rma_ProcessSession
Added by: Field Service Solution
See msdyn_rma Entity msdyn_rma_ProcessSession One-To-Many relationship.
msdyn_rmaproduct_ProcessSession
Added by: Field Service Solution
See msdyn_rmaproduct Entity msdyn_rmaproduct_ProcessSession One-To-Many relationship.
msdyn_rmareceipt_ProcessSession
Added by: Field Service Solution
See msdyn_rmareceipt Entity msdyn_rmareceipt_ProcessSession One-To-Many relationship.
msdyn_rmareceiptproduct_ProcessSession
Added by: Field Service Solution
See msdyn_rmareceiptproduct Entity msdyn_rmareceiptproduct_ProcessSession One-To-Many relationship.
msdyn_rmasubstatus_ProcessSession
Added by: Field Service Solution
See msdyn_rmasubstatus Entity msdyn_rmasubstatus_ProcessSession One-To-Many relationship.
msdyn_rtv_ProcessSession
Added by: Field Service Solution
See msdyn_rtv Entity msdyn_rtv_ProcessSession One-To-Many relationship.
msdyn_rtvproduct_ProcessSession
Added by: Field Service Solution
See msdyn_rtvproduct Entity msdyn_rtvproduct_ProcessSession One-To-Many relationship.
msdyn_rtvsubstatus_ProcessSession
Added by: Field Service Solution
See msdyn_rtvsubstatus Entity msdyn_rtvsubstatus_ProcessSession One-To-Many relationship.
msdyn_servicetasktype_ProcessSession
Added by: Field Service Solution
See msdyn_servicetasktype Entity msdyn_servicetasktype_ProcessSession One-To-Many relationship.
msdyn_shipvia_ProcessSession
Added by: Field Service Solution
See msdyn_shipvia Entity msdyn_shipvia_ProcessSession One-To-Many relationship.
msdyn_taxcode_ProcessSession
Added by: Field Service Solution
See msdyn_taxcode Entity msdyn_taxcode_ProcessSession One-To-Many relationship.
msdyn_taxcodedetail_ProcessSession
Added by: Field Service Solution
See msdyn_taxcodedetail Entity msdyn_taxcodedetail_ProcessSession One-To-Many relationship.
msdyn_timeoffrequest_ProcessSession
Added by: Field Service Solution
See msdyn_timeoffrequest Entity msdyn_timeoffrequest_ProcessSession One-To-Many relationship.
msdyn_uniquenumber_ProcessSession
Added by: Field Service Solution
See msdyn_uniquenumber Entity msdyn_uniquenumber_ProcessSession One-To-Many relationship.
msdyn_warehouse_ProcessSession
Added by: Field Service Solution
See msdyn_warehouse Entity msdyn_warehouse_ProcessSession One-To-Many relationship.
msdyn_workorder_ProcessSession
Added by: Field Service Solution
See msdyn_workorder Entity msdyn_workorder_ProcessSession One-To-Many relationship.
msdyn_workordercharacteristic_ProcessSession
Added by: Field Service Solution
See msdyn_workordercharacteristic Entity msdyn_workordercharacteristic_ProcessSession One-To-Many relationship.
msdyn_workorderdetailsgenerationqueue_ProcessSession
Added by: Field Service Solution
See msdyn_workorderdetailsgenerationqueue Entity msdyn_workorderdetailsgenerationqueue_ProcessSession One-To-Many relationship.
msdyn_workorderincident_ProcessSession
Added by: Field Service Solution
See msdyn_workorderincident Entity msdyn_workorderincident_ProcessSession One-To-Many relationship.
msdyn_workorderproduct_ProcessSession
Added by: Field Service Solution
See msdyn_workorderproduct Entity msdyn_workorderproduct_ProcessSession One-To-Many relationship.
msdyn_workorderresourcerestriction_ProcessSession
Added by: Field Service Solution
See msdyn_workorderresourcerestriction Entity msdyn_workorderresourcerestriction_ProcessSession One-To-Many relationship.
msdyn_workorderservice_ProcessSession
Added by: Field Service Solution
See msdyn_workorderservice Entity msdyn_workorderservice_ProcessSession One-To-Many relationship.
msdyn_workorderservicetask_ProcessSession
Added by: Field Service Solution
See msdyn_workorderservicetask Entity msdyn_workorderservicetask_ProcessSession One-To-Many relationship.
msdyn_workordersubstatus_ProcessSession
Added by: Field Service Solution
See msdyn_workordersubstatus Entity msdyn_workordersubstatus_ProcessSession One-To-Many relationship.
msdyn_workordertype_ProcessSession
Added by: Field Service Solution
See msdyn_workordertype Entity msdyn_workordertype_ProcessSession One-To-Many relationship.
msdyn_iotalert_ProcessSession
Added by: IoT Connector for Microsoft Dynamics 365 Solution
See msdyn_iotalert Entity msdyn_iotalert_ProcessSession One-To-Many relationship.
msdyn_iotdevice_ProcessSession
Added by: IoT Connector for Microsoft Dynamics 365 Solution
See msdyn_iotdevice Entity msdyn_iotdevice_ProcessSession One-To-Many relationship.
msdyn_iotdevicecategory_ProcessSession
Added by: IoT Connector for Microsoft Dynamics 365 Solution
See msdyn_iotdevicecategory Entity msdyn_iotdevicecategory_ProcessSession One-To-Many relationship.
msdyn_iotdevicecommand_ProcessSession
Added by: IoT Connector for Microsoft Dynamics 365 Solution
See msdyn_iotdevicecommand Entity msdyn_iotdevicecommand_ProcessSession One-To-Many relationship.
msdyn_iotdevicecommanddefinition_ProcessSession
Added by: IoT Connector for Microsoft Dynamics 365 Solution
See msdyn_iotdevicecommanddefinition Entity msdyn_iotdevicecommanddefinition_ProcessSession One-To-Many relationship.
msdyn_iotdevicedatahistory_ProcessSession
Added by: IoT Connector for Microsoft Dynamics 365 Solution
See msdyn_iotdevicedatahistory Entity msdyn_iotdevicedatahistory_ProcessSession One-To-Many relationship.
msdyn_iotdeviceproperty_ProcessSession
Added by: IoT Connector for Microsoft Dynamics 365 Solution
See msdyn_iotdeviceproperty Entity msdyn_iotdeviceproperty_ProcessSession One-To-Many relationship.
msdyn_iotdeviceregistrationhistory_ProcessSession
Added by: IoT Connector for Microsoft Dynamics 365 Solution
See msdyn_iotdeviceregistrationhistory Entity msdyn_iotdeviceregistrationhistory_ProcessSession One-To-Many relationship.
msdyn_iotpropertydefinition_ProcessSession
Added by: IoT Connector for Microsoft Dynamics 365 Solution
See msdyn_iotpropertydefinition Entity msdyn_iotpropertydefinition_ProcessSession One-To-Many relationship.
msdyn_iotsettings_ProcessSession
Added by: IoT Connector for Microsoft Dynamics 365 Solution
See msdyn_iotsettings Entity msdyn_iotsettings_ProcessSession One-To-Many relationship.
msdyn_bpf_477c16f59170487b8b4dc895c5dcd09b_ProcessSession
Added by: Connected Field Service for Microsoft Dynamics 365 Solution
See msdyn_bpf_477c16f59170487b8b4dc895c5dcd09b Entity msdyn_bpf_477c16f59170487b8b4dc895c5dcd09b_ProcessSession One-To-Many relationship.
msdyn_entityconfiguration_ProcessSession
Added by: Geofence Management Solution
See msdyn_entityconfiguration Entity msdyn_entityconfiguration_ProcessSession One-To-Many relationship.
msdyn_geofence_ProcessSession
Added by: Geofence Management Solution
See msdyn_geofence Entity msdyn_geofence_ProcessSession One-To-Many relationship.
msdyn_geofenceevent_ProcessSession
Added by: Geofence Management Solution
See msdyn_geofenceevent Entity msdyn_geofenceevent_ProcessSession One-To-Many relationship.
msdyn_geofencingsettings_ProcessSession
Added by: Geofence Management Solution
See msdyn_geofencingsettings Entity msdyn_geofencingsettings_ProcessSession One-To-Many relationship.
msdyn_connector_ProcessSession
Added by: Power Connector Solution Solution
See msdyn_connector Entity msdyn_connector_ProcessSession One-To-Many relationship.
theme_ProcessSession
See theme Entity theme_ProcessSession One-To-Many relationship.
usermapping_ProcessSession
See usermapping Entity usermapping_ProcessSession One-To-Many relationship.
knowledgearticle_ProcessSession
See knowledgearticle Entity knowledgearticle_ProcessSession One-To-Many relationship.
position_ProcessSession
See position Entity position_ProcessSession One-To-Many relationship.
KnowledgeBaseRecord_ProcessSession
See knowledgebaserecord Entity KnowledgeBaseRecord_ProcessSession One-To-Many relationship.
SharePointSite_ProcessSessions
See sharepointsite Entity SharePointSite_ProcessSessions One-To-Many relationship.
MailMergeTemplate_ProcessSessions
See mailmergetemplate Entity MailMergeTemplate_ProcessSessions One-To-Many relationship.
Annotation_ProcessSessions
See annotation Entity Annotation_ProcessSessions One-To-Many relationship.
BusinessUnitNewsArticle_ProcessSessions
See businessunitnewsarticle Entity BusinessUnitNewsArticle_ProcessSessions One-To-Many relationship.
Appointment_ProcessSessions
See appointment Entity Appointment_ProcessSessions One-To-Many relationship.
QueueItem_ProcessSessions
See queueitem Entity QueueItem_ProcessSessions One-To-Many relationship.
lk_processsession_previouslinkedsessionid
See processsession Entity lk_processsession_previouslinkedsessionid One-To-Many relationship.
lk_processsession_nextlinkedsessionid
See processsession Entity lk_processsession_nextlinkedsessionid One-To-Many relationship.
lk_processsession_originatingsessionid
See processsession Entity lk_processsession_originatingsessionid One-To-Many relationship.
Team_ProcessSessions
See team Entity Team_ProcessSessions One-To-Many relationship.
Goal_ProcessSessions
See goal Entity Goal_ProcessSessions One-To-Many relationship.
mailbox_processsessions
See mailbox Entity mailbox_processsessions One-To-Many relationship.
TranslationProcess_ProcessSessions
See translationprocess Entity TranslationProcess_ProcessSessions One-To-Many relationship.
SystemUser_ProcessSessions
See systemuser Entity SystemUser_ProcessSessions One-To-Many relationship.
BusinessUnit_ProcessSessions
See businessunit Entity BusinessUnit_ProcessSessions One-To-Many relationship.
KbArticleComment_ProcessSessions
See kbarticlecomment Entity KbArticleComment_ProcessSessions One-To-Many relationship.
lk_processsession_canceledby
See systemuser Entity lk_processsession_canceledby One-To-Many relationship.
goalrollupquery_ProcessSessions
See goalrollupquery Entity goalrollupquery_ProcessSessions One-To-Many relationship.
rollupfield_ProcessSessions
See rollupfield Entity rollupfield_ProcessSessions One-To-Many relationship.
SharePointDocumentLocation_ProcessSessions
See sharepointdocumentlocation Entity SharePointDocumentLocation_ProcessSessions One-To-Many relationship.
lk_processsession_startedby
See systemuser Entity lk_processsession_startedby One-To-Many relationship.
Account_ProcessSessions
See account Entity Account_ProcessSessions One-To-Many relationship.
PhoneCall_ProcessSessions
See phonecall Entity PhoneCall_ProcessSessions One-To-Many relationship.
slabase_ProcessSessions
See sla Entity slabase_ProcessSessions One-To-Many relationship.
lk_processsession_createdby
See systemuser Entity lk_processsession_createdby One-To-Many relationship.
lk_processsessionbase_modifiedonbehalfby
See systemuser Entity lk_processsessionbase_modifiedonbehalfby One-To-Many relationship.
Template_ProcessSessions
See template Entity Template_ProcessSessions One-To-Many relationship.
NewProcess_ProcessSessions
See newprocess Entity NewProcess_ProcessSessions One-To-Many relationship.
Report_ProcessSessions
See report Entity Report_ProcessSessions One-To-Many relationship.
Owning_businessunit_processsessions
See businessunit Entity Owning_businessunit_processsessions One-To-Many relationship.
CustomerAddress_ProcessSessions
See customeraddress Entity CustomerAddress_ProcessSessions One-To-Many relationship.
Connection_ProcessSessions
See connection Entity Connection_ProcessSessions One-To-Many relationship.
lk_processsession_executedby
See systemuser Entity lk_processsession_executedby One-To-Many relationship.
team_processsession
See team Entity team_processsession One-To-Many relationship.
metric_ProcessSessions
See metric Entity metric_ProcessSessions One-To-Many relationship.
ExpiredProcess_ProcessSessions
See expiredprocess Entity ExpiredProcess_ProcessSessions One-To-Many relationship.
KbArticle_ProcessSessions
See kbarticle Entity KbArticle_ProcessSessions One-To-Many relationship.
SocialActivity_ProcessSessions
See socialactivity Entity SocialActivity_ProcessSessions One-To-Many relationship.
Task_ProcessSessions
See task Entity Task_ProcessSessions One-To-Many relationship.
lk_processsession_processid
See workflow Entity lk_processsession_processid One-To-Many relationship.
lk_processsession_modifiedby
See systemuser Entity lk_processsession_modifiedby One-To-Many relationship.
ConnectionRole_ProcessSessions
See connectionrole Entity ConnectionRole_ProcessSessions One-To-Many relationship.
TransactionCurrency_ProcessSessions
See transactioncurrency Entity TransactionCurrency_ProcessSessions One-To-Many relationship.
Fax_ProcessSessions
See fax Entity Fax_ProcessSessions One-To-Many relationship.
KbArticleTemplate_ProcessSessions
See kbarticletemplate Entity KbArticleTemplate_ProcessSessions One-To-Many relationship.
Letter_ProcessSessions
See letter Entity Letter_ProcessSessions One-To-Many relationship.
RecurringAppointmentMaster_ProcessSessions
See recurringappointmentmaster Entity RecurringAppointmentMaster_ProcessSessions One-To-Many relationship.
Email_ProcessSessions
See email Entity Email_ProcessSessions One-To-Many relationship.
lk_processsession_completedby
See systemuser Entity lk_processsession_completedby One-To-Many relationship.
Contact_ProcessSessions
See contact Entity Contact_ProcessSessions One-To-Many relationship.
Queue_ProcessSessions
See queue Entity Queue_ProcessSessions One-To-Many relationship.
lk_processsessionbase_createdonbehalfby
See systemuser Entity lk_processsessionbase_createdonbehalfby One-To-Many relationship.
Subject_ProcessSessions
See subject Entity Subject_ProcessSessions One-To-Many relationship.
SocialProfile_ProcessSessions
See socialprofile Entity SocialProfile_ProcessSessions One-To-Many relationship.
See also
About the Entity Reference
Programming reference for Dynamics 365 Customer Engagement
Web API Reference
processsession EntityType
Feedback
Submit and view feedback for