QueueItem Entity Reference for Dynamics 365 Customer Engagement
A specific item in a queue, such as a case record or an activity record.
Messages
| Message | Web API Operation | SDK Assembly |
|---|---|---|
| AddToQueue | AddToQueue Action | AddToQueueRequest |
| Create | POST [org URI]/api/data/v9.0/queueitems See Create |
CreateRequest or Create |
| Delete | DELETE [org URI]/api/data/v9.0/queueitems(queueitemid) See Delete |
DeleteRequest or Delete |
| PickFromQueue | PickFromQueue Action | PickFromQueueRequest |
| ReleaseToQueue | ReleaseToQueue Action | ReleaseToQueueRequest |
| RemoveFromQueue | RemoveFromQueue Action | RemoveFromQueueRequest |
| Retrieve | GET [org URI]/api/data/v9.0/queueitems(queueitemid) See Retrieve |
RetrieveRequest or Retrieve |
| RetrieveMultiple | GET [org URI]/api/data/v9.0/queueitems See Query Data |
RetrieveMultipleRequest or RetrieveMultiple |
| RouteTo | RouteTo Action | RouteToRequest |
| SetState | PATCH [org URI]/api/data/v9.0/queueitems(queueitemid) Update statecode and statuscode properties. |
SetStateRequest |
| Update | PATCH [org URI]/api/data/v9.0/queueitems(queueitemid) See Update |
UpdateRequest or Update |
Entity Properties
| Property | Value |
|---|---|
| CollectionSchemaName | QueueItems |
| DisplayCollectionName | Queue Items |
| DisplayName | Queue Item |
| EntitySetName | queueitems |
| IsBPFEntity | False |
| LogicalCollectionName | queueitems |
| LogicalName | queueitem |
| OwnershipType | None |
| PrimaryIdAttribute | queueitemid |
| PrimaryNameAttribute | title |
| SchemaName | QueueItem |
Writable attributes
These attributes return true for either IsValidForCreate or IsValidForUpdate (usually both). Listed by SchemaName.
- ImportSequenceNumber
- ObjectId
- ObjectIdTypeCode
- OverriddenCreatedOn
- Priority
- QueueId
- QueueItemId
- Sender
- State
- StateCode
- Status
- StatusCode
- TimeZoneRuleVersionNumber
- ToRecipients
- TransactionCurrencyId
- UTCConversionTimeZoneCode
- WorkerId
- WorkerIdType
ImportSequenceNumber
| Property | Value |
|---|---|
| Description | Unique identifier of the data import or data migration that created this record. |
| DisplayName | Import Sequence Number |
| Format | None |
| IsValidForForm | False |
| IsValidForRead | True |
| IsValidForUpdate | False |
| LogicalName | importsequencenumber |
| MaxValue | 2147483647 |
| MinValue | -2147483648 |
| RequiredLevel | None |
| Type | Integer |
ObjectId
| Property | Value |
|---|---|
| Description | Choose the activity, case, or article assigned to the queue. |
| DisplayName | Object |
| IsValidForForm | True |
| IsValidForRead | True |
| IsValidForUpdate | False |
| LogicalName | objectid |
| RequiredLevel | ApplicationRequired |
| Targets | activitypointer,appointment,bulkoperation,campaignactivity,campaignresponse,email,fax,incident,knowledgearticle,letter,msdyn_agreementbookingdate,msdyn_agreementbookingsetup,msdyn_agreementinvoicedate,msdyn_agreementinvoicesetup,msdyn_approval,msdyn_bookingalert,msdyn_inventoryadjustment,msdyn_inventorytransfer,msdyn_iotalert,msdyn_project,msdyn_projecttask,msdyn_resourcerequest,msdyn_timegroup,msdyn_timegroupdetail,msdyn_workorder,msdyn_workorderincident,msdyn_workorderservice,msdyn_workorderservicetask,msfp_surveyinvite,msfp_surveyresponse,phonecall,recurringappointmentmaster,serviceappointment,socialactivity,task |
| Type | Lookup |
ObjectIdTypeCode
| Property | Value |
|---|---|
| Description | |
| DisplayName | Regarding Object Type |
| IsValidForForm | False |
| IsValidForRead | True |
| IsValidForUpdate | False |
| LogicalName | objectidtypecode |
| RequiredLevel | None |
| Type | EntityName |
OverriddenCreatedOn
| Property | Value |
|---|---|
| DateTimeBehavior | UserLocal |
| Description | Date and time that the record was migrated. |
| DisplayName | Record Created On |
| Format | DateOnly |
| IsValidForForm | False |
| IsValidForRead | True |
| IsValidForUpdate | False |
| LogicalName | overriddencreatedon |
| RequiredLevel | None |
| Type | DateTime |
Priority
| Property | Value |
|---|---|
| Description | Priority of the queue item. |
| DisplayName | Priority |
| Format | None |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | priority |
| MaxValue | 1000000000 |
| MinValue | 0 |
| RequiredLevel | None |
| Type | Integer |
QueueId
| Property | Value |
|---|---|
| Description | Choose the queue that the item is assigned to. |
| DisplayName | Queue |
| IsValidForForm | True |
| IsValidForRead | True |
| IsValidForUpdate | False |
| LogicalName | queueid |
| RequiredLevel | ApplicationRequired |
| Targets | queue |
| Type | Lookup |
QueueItemId
| Property | Value |
|---|---|
| Description | Unique identifier of the queue item. |
| DisplayName | Queue Item |
| IsValidForForm | False |
| IsValidForRead | True |
| IsValidForUpdate | False |
| LogicalName | queueitemid |
| RequiredLevel | SystemRequired |
| Type | Uniqueidentifier |
Sender
| Property | Value |
|---|---|
| Description | Sender who created the queue item. |
| DisplayName | From |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | sender |
| MaxLength | 250 |
| RequiredLevel | None |
| Type | String |
State
| Property | Value |
|---|---|
| Description | Status of the queue item. |
| DisplayName | Status (deprecated) |
| Format | None |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | state |
| MaxValue | 1000000000 |
| MinValue | 0 |
| RequiredLevel | None |
| Type | Integer |
StateCode
| Property | Value |
|---|---|
| Description | Shows whether the queue record is active or inactive. Inactive queue records are read-only and can't be edited unless they are reactivated. |
| DisplayName | Status |
| IsValidForCreate | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | statecode |
| RequiredLevel | SystemRequired |
| Type | State |
StateCode Options
| Value | Label | DefaultStatus | InvariantName |
|---|---|---|---|
| 0 | Active | 1 | Active |
| 1 | Inactive | 2 | Inactive |
Status
| Property | Value |
|---|---|
| Description | Reason for the status of the queue item. |
| DisplayName | Status Reason (deprecated) |
| Format | None |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | status |
| MaxValue | 1000000000 |
| MinValue | 0 |
| RequiredLevel | None |
| Type | Integer |
StatusCode
| Property | Value |
|---|---|
| Description | Select the item's status. |
| DisplayName | Status Reason |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | statuscode |
| RequiredLevel | SystemRequired |
| Type | Status |
StatusCode Options
| Value | Label | State |
|---|---|---|
| 1 | Active | 0 |
| 2 | Inactive | 1 |
TimeZoneRuleVersionNumber
| Property | Value |
|---|---|
| Description | For internal use only. |
| DisplayName | Time Zone Rule Version Number |
| Format | None |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | timezoneruleversionnumber |
| MaxValue | 2147483647 |
| MinValue | -1 |
| RequiredLevel | None |
| Type | Integer |
ToRecipients
| Property | Value |
|---|---|
| Description | Recipients listed on the To line of the message for email queue items. |
| DisplayName | To |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | torecipients |
| MaxLength | 500 |
| RequiredLevel | None |
| Type | String |
TransactionCurrencyId
| Property | Value |
|---|---|
| Description | Choose the local currency for the record to make sure budgets are reported in the correct currency. |
| DisplayName | Currency |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | transactioncurrencyid |
| RequiredLevel | None |
| Targets | transactioncurrency |
| Type | Lookup |
UTCConversionTimeZoneCode
| Property | Value |
|---|---|
| Description | Time zone code that was in use when the record was created. |
| DisplayName | UTC Conversion Time Zone Code |
| Format | None |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | utcconversiontimezonecode |
| MaxValue | 2147483647 |
| MinValue | -1 |
| RequiredLevel | None |
| Type | Integer |
WorkerId
| Property | Value |
|---|---|
| Description | Shows who is working on the queue item. |
| DisplayName | Worked By |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | workerid |
| RequiredLevel | None |
| Targets | systemuser,team |
| Type | Lookup |
WorkerIdType
| Property | Value |
|---|---|
| Description | |
| DisplayName | Worker Type |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | workeridtype |
| RequiredLevel | ApplicationRequired |
| Type | EntityName |
Read-only attributes
These attributes return false for both IsValidForCreate or IsValidForUpdate. Listed by SchemaName.
- CreatedBy
- CreatedByName
- CreatedByYomiName
- CreatedOn
- CreatedOnBehalfBy
- CreatedOnBehalfByName
- CreatedOnBehalfByYomiName
- EnteredOn
- ExchangeRate
- ModifiedBy
- ModifiedByName
- ModifiedByYomiName
- ModifiedOn
- ModifiedOnBehalfBy
- ModifiedOnBehalfByName
- ModifiedOnBehalfByYomiName
- ObjectIdName
- ObjectTypeCode
- OrganizationId
- OrganizationIdName
- OwnerId
- OwnerIdType
- OwningBusinessUnit
- OwningUser
- QueueIdName
- Title
- TransactionCurrencyIdName
- VersionNumber
- WorkerIdModifiedOn
- WorkerIdName
- WorkerIdYomiName
CreatedBy
| Property | Value |
|---|---|
| Description | Shows who created the record. |
| 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 | Shows the date and time when the record was created. The date and time are displayed in the time zone selected in Microsoft Dynamics 365 options. |
| DisplayName | Created On |
| Format | DateAndTime |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | createdon |
| RequiredLevel | None |
| Type | DateTime |
CreatedOnBehalfBy
| Property | Value |
|---|---|
| Description | Shows who created the record on behalf of another user. |
| DisplayName | Created By (Delegate) |
| IsValidForForm | False |
| 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 |
EnteredOn
| Property | Value |
|---|---|
| DateTimeBehavior | UserLocal |
| Description | Shows the date the record was assigned to the queue. |
| DisplayName | Entered Queue |
| Format | DateAndTime |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | enteredon |
| RequiredLevel | None |
| Type | DateTime |
ExchangeRate
| Property | Value |
|---|---|
| Description | Shows the conversion rate of the record's currency. The exchange rate is used to convert all money fields in the record from the local currency to the system's default currency. |
| DisplayName | Exchange Rate |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | exchangerate |
| MaxValue | 100000000000 |
| MinValue | 0.0000000001 |
| Precision | 10 |
| RequiredLevel | None |
| Type | Decimal |
ModifiedBy
| Property | Value |
|---|---|
| Description | Shows who last updated the record. |
| 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 | Shows the date and time when the record was last updated. The date and time are displayed in the time zone selected in Microsoft Dynamics 365 options. |
| 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 last modified the queueitem. |
| DisplayName | Modified By (Delegate) |
| IsValidForForm | False |
| 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 |
ObjectIdName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | objectidname |
| MaxLength | 300 |
| RequiredLevel | None |
| Type | String |
ObjectTypeCode
| Property | Value |
|---|---|
| Description | Select the type of the queue item, such as activity, case, or appointment. |
| DisplayName | Type |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | objecttypecode |
| RequiredLevel | None |
| Type | Picklist |
ObjectTypeCode Options
| Value | Label |
|---|---|
| 112 | Case |
| 4200 | Activity |
| 4201 | Appointment |
| 4202 | |
| 4204 | Fax |
| 4207 | Letter |
| 4210 | Phone Call |
| 4212 | Task |
| 4214 | Service Activity |
| 4216 | Social Activity |
| 4251 | Recurring Appointment |
| 4401 | Campaign Response |
| 4402 | Campaign Activity |
| 4406 | Quick Campaign |
| 9953 | Knowledge Article |
| 10036 | Survey invite |
| 10037 | Survey response |
| 10042 | Booking Alert |
| 10065 | Fulfillment Preference |
| 10066 | Time Group Detail |
| 10070 | Project Service Approval |
| 10109 | Project |
| 10114 | Project Task |
| 10132 | Resource Request |
| 10157 | Agreement Booking Date |
| 10162 | Agreement Booking Setup |
| 10163 | Agreement Invoice Date |
| 10165 | Agreement Invoice Setup |
| 10187 | Inventory Adjustment |
| 10190 | Inventory Transfer |
| 10230 | Work Order |
| 10233 | Work Order Incident |
| 10236 | Work Order Service |
| 10237 | Work Order Service Task |
| 10241 | IoT Alert |
OrganizationId
| Property | Value |
|---|---|
| Description | Unique identifier of the organization with which the queue item is associated. |
| DisplayName | Organization |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | organizationid |
| RequiredLevel | SystemRequired |
| Targets | organization |
| Type | Lookup |
OrganizationIdName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | organizationidname |
| MaxLength | 100 |
| RequiredLevel | SystemRequired |
| Type | String |
OwnerId
| Property | Value |
|---|---|
| Description | Unique identifier of the user or team who owns the queue item. |
| DisplayName | Owner |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | ownerid |
| RequiredLevel | ApplicationRequired |
| Targets | systemuser,team |
| Type | Owner |
OwnerIdType
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | owneridtype |
| RequiredLevel | SystemRequired |
| Type | EntityName |
OwningBusinessUnit
| Property | Value |
|---|---|
| Description | Unique identifier of the business unit that owns the queue item. |
| DisplayName | Owning Business Unit |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | owningbusinessunit |
| RequiredLevel | ApplicationRequired |
| Targets | businessunit |
| Type | Lookup |
OwningUser
| Property | Value |
|---|---|
| Description | Unique identifier of the user who owns the queue item. |
| DisplayName | Owning User |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | owninguser |
| RequiredLevel | ApplicationRequired |
| Targets | systemuser |
| Type | Lookup |
QueueIdName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | queueidname |
| MaxLength | 400 |
| RequiredLevel | SystemRequired |
| Type | String |
Title
| Property | Value |
|---|---|
| Description | Shows the title or name that describes the queue record. This value is copied from the record that was assigned to the queue. |
| DisplayName | Title |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | title |
| MaxLength | 300 |
| RequiredLevel | None |
| Type | String |
TransactionCurrencyIdName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | transactioncurrencyidname |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
VersionNumber
| Property | Value |
|---|---|
| Description | Version number of the queue item. |
| DisplayName | Version Number |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | versionnumber |
| MaxValue | 9223372036854775807 |
| MinValue | -9223372036854775808 |
| RequiredLevel | None |
| Type | BigInt |
WorkerIdModifiedOn
| Property | Value |
|---|---|
| DateTimeBehavior | UserLocal |
| Description | Shows the date and time when the queue item was last assigned to a user. |
| DisplayName | Worked On |
| Format | DateOnly |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | workeridmodifiedon |
| RequiredLevel | None |
| Type | DateTime |
WorkerIdName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | workeridname |
| MaxLength | 160 |
| RequiredLevel | None |
| Type | String |
WorkerIdYomiName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | workeridyominame |
| MaxLength | 160 |
| RequiredLevel | None |
| Type | String |
One-To-Many Relationships
Listed by SchemaName.
- QueueItem_AsyncOperations
- QueueItem_SyncErrors
- QueueItem_BulkDeleteFailures
- queueitem_principalobjectattributeaccess
- QueueItem_ProcessSessions
QueueItem_AsyncOperations
Same as asyncoperation entity QueueItem_AsyncOperations Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | asyncoperation |
| ReferencingAttribute | regardingobjectid |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | QueueItem_AsyncOperations |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
QueueItem_SyncErrors
Same as syncerror entity QueueItem_SyncErrors Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | syncerror |
| ReferencingAttribute | regardingobjectid |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | QueueItem_SyncErrors |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: Cascade Delete: Cascade Merge: Cascade Reparent: Cascade Share: Cascade Unshare: Cascade |
QueueItem_BulkDeleteFailures
Same as bulkdeletefailure entity QueueItem_BulkDeleteFailures Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | bulkdeletefailure |
| ReferencingAttribute | regardingobjectid |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | QueueItem_BulkDeleteFailures |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: Cascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
queueitem_principalobjectattributeaccess
Same as principalobjectattributeaccess entity queueitem_principalobjectattributeaccess Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | principalobjectattributeaccess |
| ReferencingAttribute | objectid |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | queueitem_principalobjectattributeaccess |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: Cascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
QueueItem_ProcessSessions
Same as processsession entity QueueItem_ProcessSessions Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | processsession |
| ReferencingAttribute | regardingobjectid |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | QueueItem_ProcessSessions |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: 110 |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade 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.
- CampaignActivity_QueueItem
- CampaignResponse_QueueItem
- BulkOperation_QueueItem
- Incident_QueueItem
- ServiceAppointment_QueueItem
- msdyn_bookingalert_QueueItems
- msdyn_timegroup_QueueItems
- msdyn_timegroupdetail_QueueItems
- msdyn_approval_QueueItems
- msdyn_project_QueueItems
- msdyn_projecttask_QueueItems
- msdyn_resourcerequest_QueueItems
- msdyn_agreementbookingdate_QueueItems
- msdyn_agreementbookingsetup_QueueItems
- msdyn_agreementinvoicedate_QueueItems
- msdyn_agreementinvoicesetup_QueueItems
- msdyn_inventoryadjustment_QueueItems
- msdyn_inventorytransfer_QueueItems
- msdyn_workorder_QueueItems
- msdyn_workorderincident_QueueItems
- msdyn_workorderservice_QueueItems
- msdyn_workorderservicetask_QueueItems
- msdyn_iotalert_QueueItems
- knowledgearticle_QueueItems
- lk_queueitem_createdonbehalfby
- lk_queueitembase_workerid
- ActivityPointer_QueueItem
- queue_entries
- lk_queueitembase_createdby
- organization_queueitems
- TransactionCurrency_QueueItem
- Appointment_QueueItem
- Fax_QueueItem
- team_queueitembase_workerid
- Email_QueueItem
- SocialActivity_QueueItem
- lk_queueitem_modifiedonbehalfby
- PhoneCall_QueueItem
- Task_QueueItem
- RecurringAppointmentMaster_QueueItem
- Letter_QueueItem
- lk_queueitembase_modifiedby
CampaignActivity_QueueItem
Added by: Marketing Solution
See campaignactivity Entity CampaignActivity_QueueItem One-To-Many relationship.
CampaignResponse_QueueItem
Added by: Marketing Solution
See campaignresponse Entity CampaignResponse_QueueItem One-To-Many relationship.
BulkOperation_QueueItem
Added by: Marketing Solution
See bulkoperation Entity BulkOperation_QueueItem One-To-Many relationship.
Incident_QueueItem
Added by: Service Solution
See incident Entity Incident_QueueItem One-To-Many relationship.
ServiceAppointment_QueueItem
Added by: Service Solution
See serviceappointment Entity ServiceAppointment_QueueItem One-To-Many relationship.
msdyn_bookingalert_QueueItems
Added by: Active Solution Solution
See msdyn_bookingalert Entity msdyn_bookingalert_QueueItems One-To-Many relationship.
msdyn_timegroup_QueueItems
Added by: Universal Resource Scheduling Solution
See msdyn_timegroup Entity msdyn_timegroup_QueueItems One-To-Many relationship.
msdyn_timegroupdetail_QueueItems
Added by: Universal Resource Scheduling Solution
See msdyn_timegroupdetail Entity msdyn_timegroupdetail_QueueItems One-To-Many relationship.
msdyn_approval_QueueItems
Added by: Active Solution Solution
See msdyn_approval Entity msdyn_approval_QueueItems One-To-Many relationship.
msdyn_project_QueueItems
Added by: Project Service Automation Solution
See msdyn_project Entity msdyn_project_QueueItems One-To-Many relationship.
msdyn_projecttask_QueueItems
Added by: Project Service Automation Solution
See msdyn_projecttask Entity msdyn_projecttask_QueueItems One-To-Many relationship.
msdyn_resourcerequest_QueueItems
Added by: Project Service Automation Solution
See msdyn_resourcerequest Entity msdyn_resourcerequest_QueueItems One-To-Many relationship.
msdyn_agreementbookingdate_QueueItems
Added by: Field Service Solution
See msdyn_agreementbookingdate Entity msdyn_agreementbookingdate_QueueItems One-To-Many relationship.
msdyn_agreementbookingsetup_QueueItems
Added by: Field Service Solution
See msdyn_agreementbookingsetup Entity msdyn_agreementbookingsetup_QueueItems One-To-Many relationship.
msdyn_agreementinvoicedate_QueueItems
Added by: Field Service Solution
See msdyn_agreementinvoicedate Entity msdyn_agreementinvoicedate_QueueItems One-To-Many relationship.
msdyn_agreementinvoicesetup_QueueItems
Added by: Field Service Solution
See msdyn_agreementinvoicesetup Entity msdyn_agreementinvoicesetup_QueueItems One-To-Many relationship.
msdyn_inventoryadjustment_QueueItems
Added by: Field Service Solution
See msdyn_inventoryadjustment Entity msdyn_inventoryadjustment_QueueItems One-To-Many relationship.
msdyn_inventorytransfer_QueueItems
Added by: Field Service Solution
See msdyn_inventorytransfer Entity msdyn_inventorytransfer_QueueItems One-To-Many relationship.
msdyn_workorder_QueueItems
Added by: Field Service Solution
See msdyn_workorder Entity msdyn_workorder_QueueItems One-To-Many relationship.
msdyn_workorderincident_QueueItems
Added by: Field Service Solution
See msdyn_workorderincident Entity msdyn_workorderincident_QueueItems One-To-Many relationship.
msdyn_workorderservice_QueueItems
Added by: Field Service Solution
See msdyn_workorderservice Entity msdyn_workorderservice_QueueItems One-To-Many relationship.
msdyn_workorderservicetask_QueueItems
Added by: Field Service Solution
See msdyn_workorderservicetask Entity msdyn_workorderservicetask_QueueItems One-To-Many relationship.
msdyn_iotalert_QueueItems
Added by: IoT Connector for Microsoft Dynamics 365 Solution
See msdyn_iotalert Entity msdyn_iotalert_QueueItems One-To-Many relationship.
knowledgearticle_QueueItems
See knowledgearticle Entity knowledgearticle_QueueItems One-To-Many relationship.
lk_queueitem_createdonbehalfby
See systemuser Entity lk_queueitem_createdonbehalfby One-To-Many relationship.
lk_queueitembase_workerid
See systemuser Entity lk_queueitembase_workerid One-To-Many relationship.
ActivityPointer_QueueItem
See activitypointer Entity ActivityPointer_QueueItem One-To-Many relationship.
queue_entries
See queue Entity queue_entries One-To-Many relationship.
lk_queueitembase_createdby
See systemuser Entity lk_queueitembase_createdby One-To-Many relationship.
organization_queueitems
See organization Entity organization_queueitems One-To-Many relationship.
TransactionCurrency_QueueItem
See transactioncurrency Entity TransactionCurrency_QueueItem One-To-Many relationship.
Appointment_QueueItem
See appointment Entity Appointment_QueueItem One-To-Many relationship.
Fax_QueueItem
See fax Entity Fax_QueueItem One-To-Many relationship.
team_queueitembase_workerid
See team Entity team_queueitembase_workerid One-To-Many relationship.
Email_QueueItem
See email Entity Email_QueueItem One-To-Many relationship.
SocialActivity_QueueItem
See socialactivity Entity SocialActivity_QueueItem One-To-Many relationship.
lk_queueitem_modifiedonbehalfby
See systemuser Entity lk_queueitem_modifiedonbehalfby One-To-Many relationship.
PhoneCall_QueueItem
See phonecall Entity PhoneCall_QueueItem One-To-Many relationship.
Task_QueueItem
See task Entity Task_QueueItem One-To-Many relationship.
RecurringAppointmentMaster_QueueItem
See recurringappointmentmaster Entity RecurringAppointmentMaster_QueueItem One-To-Many relationship.
Letter_QueueItem
See letter Entity Letter_QueueItem One-To-Many relationship.
lk_queueitembase_modifiedby
See systemuser Entity lk_queueitembase_modifiedby One-To-Many relationship.
See also
About the Entity Reference
Programming reference for Dynamics 365 Customer Engagement
Web API Reference
queueitem EntityType
Commentaires
Envoyer et afficher des commentaires pour