Queue table/entity reference
A list of records that require action, such as accounts, activities, and cases.
Messages
The following table lists the messages for the Queue table. Messages represent operations that can be performed on the table. They may also be events.
Name Is Event? |
Web API Operation | SDK for .NET |
---|---|---|
AddPrincipalToQueue Event: True |
AddPrincipalToQueue | AddPrincipalToQueueRequest |
Assign Event: True |
PATCH /queues(queueid)Update the ownerid property. |
AssignRequest |
Create Event: True |
POST /queuesSee Create |
Create records |
Delete Event: True |
DELETE /queues(queueid)See Delete |
Delete records |
GrantAccess Event: True |
GrantAccess | GrantAccessRequest |
ModifyAccess Event: True |
ModifyAccess | ModifyAccessRequest |
Retrieve Event: True |
GET /queues(queueid)See Retrieve |
Retrieve records |
RetrieveMultiple Event: True |
GET /queuesSee Query data |
Query data |
RetrievePrincipalAccess Event: True |
RetrievePrincipalAccess | RetrievePrincipalAccessRequest |
RetrieveSharedPrincipalsAndAccess Event: True |
RetrieveSharedPrincipalsAndAccess | RetrieveSharedPrincipalsAndAccessRequest |
RetrieveUserQueues Event: True |
RetrieveUserQueues | RetrieveUserQueuesRequest |
RevokeAccess Event: True |
RevokeAccess | RevokeAccessRequest |
SetState Event: True |
PATCH /queues(queueid)Update the statecode and statuscode properties. |
SetStateRequest |
Update Event: True |
PATCH /queues(queueid)See Update |
Update records |
Upsert Event: False |
PATCH /queues(queueid)See Upsert a table row |
UpsertRequest |
Properties
The following table lists selected properties for the Queue table.
Property | Value |
---|---|
DisplayName | Queue |
DisplayCollectionName | Queues |
SchemaName | Queue |
CollectionSchemaName | Queues |
EntitySetName | queues |
LogicalName | queue |
LogicalCollectionName | queues |
PrimaryIdAttribute | queueid |
PrimaryNameAttribute | name |
TableType | Standard |
OwnershipType | UserOwned |
Writable columns/attributes
These columns/attributes return true for either IsValidForCreate or IsValidForUpdate (usually both). Listed by SchemaName.
- BusinessUnitId
- Description
- EMailAddress
- EmailRouterAccessApproval
- EntityImage
- IgnoreUnsolicitedEmail
- ImportSequenceNumber
- IncomingEmailDeliveryMethod
- IncomingEmailFilteringMethod
- Name
- OutgoingEmailDeliveryMethod
- OverriddenCreatedOn
- OwnerId
- OwnerIdType
- PrimaryUserId
- QueueId
- QueueViewType
- StateCode
- StatusCode
- TransactionCurrencyId
BusinessUnitId
Property | Value |
---|---|
Description | Unique identifier of the business unit with which the queue is associated. |
DisplayName | Business Unit |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | businessunitid |
RequiredLevel | None |
Type | Lookup |
Targets | businessunit |
Description
Property | Value |
---|---|
Description | Description of the queue. |
DisplayName | Description |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | description |
RequiredLevel | None |
Type | Memo |
Format | Text |
FormatName | Text |
ImeMode | Auto |
IsLocalizable | False |
MaxLength | 2000 |
EMailAddress
Property | Value |
---|---|
Description | Email address that is associated with the queue. |
DisplayName | Incoming Email |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | emailaddress |
RequiredLevel | None |
Type | String |
Format | |
FormatName | |
ImeMode | Inactive |
IsLocalizable | False |
MaxLength | 100 |
EmailRouterAccessApproval
Property | Value |
---|---|
Description | Shows the status of the primary email address. |
DisplayName | Primary Email Status |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | emailrouteraccessapproval |
RequiredLevel | SystemRequired |
Type | Picklist |
DefaultFormValue | 0 |
GlobalChoiceName | queue_emailrouteraccessapproval |
EmailRouterAccessApproval Choices/Options
Value | Label |
---|---|
0 | Empty |
1 | Approved |
2 | Pending Approval |
3 | Rejected |
EntityImage
Property | Value |
---|---|
Description | The default image for the entity. |
DisplayName | Entity Image |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | entityimage |
RequiredLevel | None |
Type | Image |
CanStoreFullImage | False |
IsPrimaryImage | True |
MaxHeight | 144 |
MaxSizeInKB | 10240 |
MaxWidth | 144 |
IgnoreUnsolicitedEmail
Property | Value |
---|---|
Description | Information that specifies whether a queue is to ignore unsolicited email (deprecated). |
DisplayName | Convert To Email Activities |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | ignoreunsolicitedemail |
RequiredLevel | None |
Type | Boolean |
GlobalChoiceName | queue_ignoreunsolicitedemail |
DefaultValue | False |
True Label | Only specific Emails |
False Label | All incoming Emails |
ImportSequenceNumber
Property | Value |
---|---|
Description | Unique identifier of the data import or data migration that created this record. |
DisplayName | Import Sequence Number |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | importsequencenumber |
RequiredLevel | None |
Type | Integer |
MaxValue | 2147483647 |
MinValue | -2147483648 |
IncomingEmailDeliveryMethod
Property | Value |
---|---|
Description | Incoming email delivery method for the queue. |
DisplayName | Incoming Email Delivery Method |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | incomingemaildeliverymethod |
RequiredLevel | SystemRequired |
Type | Picklist |
DefaultFormValue | 0 |
GlobalChoiceName | queue_incomingemaildeliverymethod |
IncomingEmailDeliveryMethod Choices/Options
Value | Label |
---|---|
0 | None |
2 | Server-Side Synchronization or Email Router |
3 | Forward Mailbox |
IncomingEmailFilteringMethod
Property | Value |
---|---|
Description | Convert Incoming Email To Activities |
DisplayName | Convert Incoming Email To Activities |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | incomingemailfilteringmethod |
RequiredLevel | SystemRequired |
Type | Picklist |
DefaultFormValue | 0 |
GlobalChoiceName | queue_incomingemailfilteringmethod |
IncomingEmailFilteringMethod Choices/Options
Value | Label |
---|---|
0 | All email messages |
1 | Email messages in response to Dynamics 365 email |
2 | Email messages from Dynamics 365 Leads, Contacts and Accounts |
3 | Email messages from Dynamics 365 records that are email enabled |
4 | No email messages |
Name
Property | Value |
---|---|
Description | Name of the queue. |
DisplayName | Name |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | name |
RequiredLevel | ApplicationRequired |
Type | String |
Format | Text |
FormatName | Text |
ImeMode | Auto |
IsLocalizable | False |
MaxLength | 200 |
OutgoingEmailDeliveryMethod
Property | Value |
---|---|
Description | Outgoing email delivery method for the queue. |
DisplayName | Outgoing Email Delivery Method |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | outgoingemaildeliverymethod |
RequiredLevel | SystemRequired |
Type | Picklist |
DefaultFormValue | 0 |
GlobalChoiceName | queue_outgoingemaildeliverymethod |
OutgoingEmailDeliveryMethod Choices/Options
Value | Label |
---|---|
0 | None |
2 | Server-Side Synchronization or Email Router |
OverriddenCreatedOn
Property | Value |
---|---|
Description | Date and time that the record was migrated. |
DisplayName | Record Created On |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | overriddencreatedon |
RequiredLevel | None |
Type | DateTime |
CanChangeDateTimeBehavior | False |
DateTimeBehavior | UserLocal |
Format | DateOnly |
ImeMode | Inactive |
SourceTypeMask | 0 |
OwnerId
Property | Value |
---|---|
Description | Unique identifier of the user or team who owns the queue. |
DisplayName | Owner |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | ownerid |
RequiredLevel | SystemRequired |
Type | Owner |
Targets | systemuser, team |
OwnerIdType
Property | Value |
---|---|
Description | |
DisplayName | |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | owneridtype |
RequiredLevel | SystemRequired |
Type | EntityName |
PrimaryUserId
Property | Value |
---|---|
Description | Unique identifier of the owner of the queue. |
DisplayName | Owner (deprecated) |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | primaryuserid |
RequiredLevel | None |
Type | Lookup |
Targets | systemuser |
QueueId
Property | Value |
---|---|
Description | Unique identifier of the queue. |
DisplayName | Queue |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | queueid |
RequiredLevel | SystemRequired |
Type | Uniqueidentifier |
QueueViewType
Property | Value |
---|---|
Description | Select whether the queue is public or private. A public queue can be viewed by all. A private queue can be viewed only by the members added to the queue. |
DisplayName | Type |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | queueviewtype |
RequiredLevel | SystemRequired |
Type | Picklist |
DefaultFormValue | 0 |
GlobalChoiceName | queue_queueviewtype |
QueueViewType Choices/Options
Value | Label |
---|---|
0 | Public |
1 | Private |
StateCode
Property | Value |
---|---|
Description | Status of the queue. |
DisplayName | Status |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | statecode |
RequiredLevel | SystemRequired |
Type | State |
DefaultFormValue | 0 |
GlobalChoiceName | queue_statecode |
StateCode Choices/Options
Value | Details |
---|---|
0 | Label: Active DefaultStatus: 1 InvariantName: Active |
1 | Label: Inactive DefaultStatus: 2 InvariantName: Inactive |
StatusCode
Property | Value |
---|---|
Description | Reason for the status of the queue. |
DisplayName | Status Reason |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | statuscode |
RequiredLevel | SystemRequired |
Type | Status |
DefaultFormValue | -1 |
GlobalChoiceName | queue_statuscode |
StatusCode Choices/Options
Value | Details |
---|---|
1 | Label: Active State:0 TransitionData: None |
2 | Label: Inactive State:1 TransitionData: None |
TransactionCurrencyId
Property | Value |
---|---|
Description | Unique identifier of the currency associated with the queue. |
DisplayName | Currency |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | transactioncurrencyid |
RequiredLevel | None |
Type | Lookup |
Targets | transactioncurrency |
Read-only columns/attributes
These columns/attributes return false for both IsValidForCreate and IsValidForUpdate. Listed by SchemaName.
- AllowEmailCredentials
- CreatedBy
- CreatedOn
- CreatedOnBehalfBy
- DefaultMailbox
- EmailPassword
- EmailUsername
- EntityImage_Timestamp
- EntityImage_URL
- EntityImageId
- ExchangeRate
- IsEmailAddressApprovedByO365Admin
- IsFaxQueue
- ModifiedBy
- ModifiedOn
- ModifiedOnBehalfBy
- NumberOfItems
- NumberOfMembers
- OrganizationId
- OwnerIdName
- OwnerIdYomiName
- OwningBusinessUnit
- OwningTeam
- OwningUser
- QueueTypeCode
- VersionNumber
AllowEmailCredentials
Property | Value |
---|---|
Description | This attribute is no longer used. The data is now in the Mailbox.AllowEmailConnectorToUseCredentials attribute. |
DisplayName | Allow to Use Credentials for Email Processing (Obsolete) |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | allowemailcredentials |
RequiredLevel | SystemRequired |
Type | Boolean |
GlobalChoiceName | queue_allowemailcredentials |
DefaultValue | False |
True Label | Yes |
False Label | No |
CreatedBy
Property | Value |
---|---|
Description | Unique identifier of the user who created the queue record. |
DisplayName | Created By |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | createdby |
RequiredLevel | None |
Type | Lookup |
Targets | systemuser |
CreatedOn
Property | Value |
---|---|
Description | Date and time when the queue was created. |
DisplayName | Created On |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | createdon |
RequiredLevel | None |
Type | DateTime |
CanChangeDateTimeBehavior | False |
DateTimeBehavior | UserLocal |
Format | DateAndTime |
ImeMode | Inactive |
SourceTypeMask | 0 |
CreatedOnBehalfBy
Property | Value |
---|---|
Description | Unique identifier of the delegate user who created the queue. |
DisplayName | Created By (Delegate) |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | createdonbehalfby |
RequiredLevel | None |
Type | Lookup |
Targets | systemuser |
DefaultMailbox
Property | Value |
---|---|
Description | Select the mailbox associated with this queue. |
DisplayName | Mailbox |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | defaultmailbox |
RequiredLevel | None |
Type | Lookup |
Targets | mailbox |
EmailPassword
Property | Value |
---|---|
Description | This attribute is no longer used. The data is now in the Mailbox.Password attribute. |
DisplayName | Password (Obsolete) |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | emailpassword |
RequiredLevel | None |
Type | String |
Format | Text |
FormatName | Text |
ImeMode | Auto |
IsLocalizable | False |
MaxLength | 200 |
EmailUsername
Property | Value |
---|---|
Description | This attribute is no longer used. The data is now in the Mailbox.UserName attribute. |
DisplayName | User Name (Obsolete) |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | emailusername |
RequiredLevel | None |
Type | String |
Format | Text |
FormatName | Text |
ImeMode | Auto |
IsLocalizable | False |
MaxLength | 200 |
EntityImage_Timestamp
Property | Value |
---|---|
Description | |
DisplayName | |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | entityimage_timestamp |
RequiredLevel | None |
Type | BigInt |
MaxValue | 9223372036854775807 |
MinValue | -9223372036854775808 |
EntityImage_URL
Property | Value |
---|---|
Description | |
DisplayName | |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | entityimage_url |
RequiredLevel | None |
Type | String |
Format | Url |
FormatName | Url |
ImeMode | Auto |
IsLocalizable | False |
MaxLength | 200 |
EntityImageId
Property | Value |
---|---|
Description | For internal use only. |
DisplayName | Entity Image Id |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | entityimageid |
RequiredLevel | None |
Type | Uniqueidentifier |
ExchangeRate
Property | Value |
---|---|
Description | Exchange rate for the currency associated with the queue with respect to the base currency. |
DisplayName | Exchange Rate |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | exchangerate |
RequiredLevel | None |
Type | Decimal |
ImeMode | Disabled |
MaxValue | 100000000000 |
MinValue | 1E-12 |
Precision | 12 |
SourceTypeMask | 0 |
IsEmailAddressApprovedByO365Admin
Property | Value |
---|---|
Description | Shows the status of approval of the email address by O365 Admin. |
DisplayName | Email Address O365 Admin Approval Status |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | isemailaddressapprovedbyo365admin |
RequiredLevel | SystemRequired |
Type | Boolean |
GlobalChoiceName | queue_isemailaddressapprovedbyo365admin |
DefaultValue | False |
True Label | Yes |
False Label | No |
IsFaxQueue
Property | Value |
---|---|
Description | Indication of whether a queue is the fax delivery queue. |
DisplayName | Fax Queue |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | isfaxqueue |
RequiredLevel | None |
Type | Boolean |
GlobalChoiceName | queue_isfaxqueue |
DefaultValue | False |
True Label | Fax Queue |
False Label | Non-fax Queue |
ModifiedBy
Property | Value |
---|---|
Description | Unique identifier of the user who last modified the queue. |
DisplayName | Modified By |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | modifiedby |
RequiredLevel | None |
Type | Lookup |
Targets | systemuser |
ModifiedOn
Property | Value |
---|---|
Description | Date and time when the queue was last modified. |
DisplayName | Modified On |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | modifiedon |
RequiredLevel | None |
Type | DateTime |
CanChangeDateTimeBehavior | False |
DateTimeBehavior | UserLocal |
Format | DateAndTime |
ImeMode | Inactive |
SourceTypeMask | 0 |
ModifiedOnBehalfBy
Property | Value |
---|---|
Description | Unique identifier of the delegate user who last modified the queue. |
DisplayName | Modified By (Delegate) |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | modifiedonbehalfby |
RequiredLevel | None |
Type | Lookup |
Targets | systemuser |
NumberOfItems
Property | Value |
---|---|
Description | Number of Queue items associated with the queue. |
DisplayName | Queue Items |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | numberofitems |
RequiredLevel | None |
Type | Integer |
MaxValue | 2147483647 |
MinValue | -2147483648 |
NumberOfMembers
Property | Value |
---|---|
Description | Number of Members associated with the queue. |
DisplayName | No. of Members |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | numberofmembers |
RequiredLevel | None |
Type | Integer |
MaxValue | 2147483647 |
MinValue | -2147483648 |
OrganizationId
Property | Value |
---|---|
Description | Unique identifier of the organization associated with the queue. |
DisplayName | Organization |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | organizationid |
RequiredLevel | SystemRequired |
Type | Lookup |
Targets | organization |
OwnerIdName
Property | Value |
---|---|
Description | |
DisplayName | |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | owneridname |
RequiredLevel | SystemRequired |
Type | String |
Format | Text |
FormatName | Text |
ImeMode | Auto |
IsLocalizable | False |
MaxLength | 100 |
OwnerIdYomiName
Property | Value |
---|---|
Description | |
DisplayName | |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | owneridyominame |
RequiredLevel | SystemRequired |
Type | String |
Format | Text |
FormatName | Text |
ImeMode | Auto |
IsLocalizable | False |
MaxLength | 100 |
OwningBusinessUnit
Property | Value |
---|---|
Description | Unique identifier of the business unit that owns the queue. |
DisplayName | Owning Business Unit |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | owningbusinessunit |
RequiredLevel | None |
Type | Lookup |
Targets | businessunit |
OwningTeam
Property | Value |
---|---|
Description | Unique identifier of the team who owns the queue. |
DisplayName | Owning Team |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | owningteam |
RequiredLevel | None |
Type | Lookup |
Targets | team |
OwningUser
Property | Value |
---|---|
Description | Unique identifier of the user who owns the queue. |
DisplayName | Owning User |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | owninguser |
RequiredLevel | None |
Type | Lookup |
Targets | systemuser |
QueueTypeCode
Property | Value |
---|---|
Description | Type of queue that is automatically assigned when a user or queue is created. The type can be public, private, or work in process. |
DisplayName | Queue Type |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | queuetypecode |
RequiredLevel | None |
Type | Picklist |
DefaultFormValue | 1 |
GlobalChoiceName | queue_queuetypecode |
QueueTypeCode Choices/Options
Value | Label |
---|---|
1 | Default Value |
VersionNumber
Property | Value |
---|---|
Description | Version number of the queue. |
DisplayName | Version Number |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | versionnumber |
RequiredLevel | None |
Type | BigInt |
MaxValue | 9223372036854775807 |
MinValue | -9223372036854775808 |
Many-to-One relationships
These relationships are many-to-one. Listed by SchemaName.
- business_unit_queues
- business_unit_queues2
- lk_queue_createdonbehalfby
- lk_queue_modifiedonbehalfby
- lk_queuebase_createdby
- lk_queuebase_modifiedby
- organization_queues
- owner_queues
- queue_defaultmailbox_mailbox
- queue_primary_user
- TransactionCurrency_Queue
business_unit_queues
One-To-Many Relationship: businessunit business_unit_queues
Property | Value |
---|---|
ReferencedEntity | businessunit |
ReferencedAttribute | businessunitid |
ReferencingAttribute | businessunitid |
ReferencingEntityNavigationPropertyName | businessunitid |
IsHierarchical | |
CascadeConfiguration | Archive: NoCascade Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade RollupView: NoCascade Share: NoCascade Unshare: NoCascade |
business_unit_queues2
One-To-Many Relationship: businessunit business_unit_queues2
Property | Value |
---|---|
ReferencedEntity | businessunit |
ReferencedAttribute | businessunitid |
ReferencingAttribute | owningbusinessunit |
ReferencingEntityNavigationPropertyName | owningbusinessunit |
IsHierarchical | |
CascadeConfiguration | Archive: NoCascade Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade RollupView: NoCascade Share: NoCascade Unshare: NoCascade |
lk_queue_createdonbehalfby
One-To-Many Relationship: systemuser lk_queue_createdonbehalfby
Property | Value |
---|---|
ReferencedEntity | systemuser |
ReferencedAttribute | systemuserid |
ReferencingAttribute | createdonbehalfby |
ReferencingEntityNavigationPropertyName | createdonbehalfby |
IsHierarchical | |
CascadeConfiguration | Archive: NoCascade Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade RollupView: NoCascade Share: NoCascade Unshare: NoCascade |
lk_queue_modifiedonbehalfby
One-To-Many Relationship: systemuser lk_queue_modifiedonbehalfby
Property | Value |
---|---|
ReferencedEntity | systemuser |
ReferencedAttribute | systemuserid |
ReferencingAttribute | modifiedonbehalfby |
ReferencingEntityNavigationPropertyName | modifiedonbehalfby |
IsHierarchical | |
CascadeConfiguration | Archive: NoCascade Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade RollupView: NoCascade Share: NoCascade Unshare: NoCascade |
lk_queuebase_createdby
One-To-Many Relationship: systemuser lk_queuebase_createdby
Property | Value |
---|---|
ReferencedEntity | systemuser |
ReferencedAttribute | systemuserid |
ReferencingAttribute | createdby |
ReferencingEntityNavigationPropertyName | createdby |
IsHierarchical | |
CascadeConfiguration | Archive: NoCascade Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade RollupView: NoCascade Share: NoCascade Unshare: NoCascade |
lk_queuebase_modifiedby
One-To-Many Relationship: systemuser lk_queuebase_modifiedby
Property | Value |
---|---|
ReferencedEntity | systemuser |
ReferencedAttribute | systemuserid |
ReferencingAttribute | modifiedby |
ReferencingEntityNavigationPropertyName | modifiedby |
IsHierarchical | |
CascadeConfiguration | Archive: NoCascade Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade RollupView: NoCascade Share: NoCascade Unshare: NoCascade |
organization_queues
One-To-Many Relationship: organization organization_queues
Property | Value |
---|---|
ReferencedEntity | organization |
ReferencedAttribute | organizationid |
ReferencingAttribute | organizationid |
ReferencingEntityNavigationPropertyName | organizationid |
IsHierarchical | |
CascadeConfiguration | Archive: NoCascade Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade RollupView: NoCascade Share: NoCascade Unshare: NoCascade |
owner_queues
One-To-Many Relationship: owner owner_queues
Property | Value |
---|---|
ReferencedEntity | owner |
ReferencedAttribute | ownerid |
ReferencingAttribute | ownerid |
ReferencingEntityNavigationPropertyName | ownerid |
IsHierarchical | |
CascadeConfiguration | Archive: NoCascade Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade RollupView: NoCascade Share: NoCascade Unshare: NoCascade |
queue_defaultmailbox_mailbox
One-To-Many Relationship: mailbox queue_defaultmailbox_mailbox
Property | Value |
---|---|
ReferencedEntity | mailbox |
ReferencedAttribute | mailboxid |
ReferencingAttribute | defaultmailbox |
ReferencingEntityNavigationPropertyName | defaultmailbox |
IsHierarchical | |
CascadeConfiguration | Archive: NoCascade Assign: NoCascade Delete: RemoveLink Merge: NoCascade Reparent: NoCascade RollupView: NoCascade Share: NoCascade Unshare: NoCascade |
queue_primary_user
One-To-Many Relationship: systemuser queue_primary_user
Property | Value |
---|---|
ReferencedEntity | systemuser |
ReferencedAttribute | systemuserid |
ReferencingAttribute | primaryuserid |
ReferencingEntityNavigationPropertyName | primaryuserid |
IsHierarchical | |
CascadeConfiguration | Archive: NoCascade Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade RollupView: NoCascade Share: NoCascade Unshare: NoCascade |
TransactionCurrency_Queue
One-To-Many Relationship: transactioncurrency TransactionCurrency_Queue
Property | Value |
---|---|
ReferencedEntity | transactioncurrency |
ReferencedAttribute | transactioncurrencyid |
ReferencingAttribute | transactioncurrencyid |
ReferencingEntityNavigationPropertyName | transactioncurrencyid |
IsHierarchical | |
CascadeConfiguration | Archive: NoCascade Assign: NoCascade Delete: Restrict Merge: NoCascade Reparent: NoCascade RollupView: NoCascade Share: NoCascade Unshare: NoCascade |
One-to-Many relationships
These relationships are one-to-many. Listed by SchemaName.
- email_acceptingentity_queue
- mailbox_regarding_queue
- queue_activity_parties
- Queue_AsyncOperations
- Queue_BulkDeleteFailures
- Queue_DuplicateBaseRecord
- Queue_DuplicateMatchingRecord
- Queue_Email_EmailSender
- queue_entries
- queue_PostFollows
- queue_PostRegardings
- queue_principalobjectattributeaccess
- Queue_ProcessSessions
- Queue_SyncErrors
- queue_system_user
- queue_team
email_acceptingentity_queue
Many-To-One Relationship: email email_acceptingentity_queue
Property | Value |
---|---|
ReferencingEntity | email |
ReferencingAttribute | acceptingentityid |
ReferencedEntityNavigationPropertyName | email_acceptingentity_queue |
IsCustomizable | False |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
mailbox_regarding_queue
Many-To-One Relationship: mailbox mailbox_regarding_queue
Property | Value |
---|---|
ReferencingEntity | mailbox |
ReferencingAttribute | regardingobjectid |
ReferencedEntityNavigationPropertyName | mailbox_regarding_queue |
IsCustomizable | False |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
queue_activity_parties
Many-To-One Relationship: activityparty queue_activity_parties
Property | Value |
---|---|
ReferencingEntity | activityparty |
ReferencingAttribute | partyid |
ReferencedEntityNavigationPropertyName | queue_activity_parties |
IsCustomizable | False |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
Queue_AsyncOperations
Many-To-One Relationship: asyncoperation Queue_AsyncOperations
Property | Value |
---|---|
ReferencingEntity | asyncoperation |
ReferencingAttribute | regardingobjectid |
ReferencedEntityNavigationPropertyName | Queue_AsyncOperations |
IsCustomizable | False |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
Queue_BulkDeleteFailures
Many-To-One Relationship: bulkdeletefailure Queue_BulkDeleteFailures
Property | Value |
---|---|
ReferencingEntity | bulkdeletefailure |
ReferencingAttribute | regardingobjectid |
ReferencedEntityNavigationPropertyName | Queue_BulkDeleteFailures |
IsCustomizable | False |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
Queue_DuplicateBaseRecord
Many-To-One Relationship: duplicaterecord Queue_DuplicateBaseRecord
Property | Value |
---|---|
ReferencingEntity | duplicaterecord |
ReferencingAttribute | baserecordid |
ReferencedEntityNavigationPropertyName | Queue_DuplicateBaseRecord |
IsCustomizable | False |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
Queue_DuplicateMatchingRecord
Many-To-One Relationship: duplicaterecord Queue_DuplicateMatchingRecord
Property | Value |
---|---|
ReferencingEntity | duplicaterecord |
ReferencingAttribute | duplicaterecordid |
ReferencedEntityNavigationPropertyName | Queue_DuplicateMatchingRecord |
IsCustomizable | False |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
Queue_Email_EmailSender
Many-To-One Relationship: email Queue_Email_EmailSender
Property | Value |
---|---|
ReferencingEntity | email |
ReferencingAttribute | emailsender |
ReferencedEntityNavigationPropertyName | Queue_Email_EmailSender |
IsCustomizable | False |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
queue_entries
Many-To-One Relationship: queueitem queue_entries
Property | Value |
---|---|
ReferencingEntity | queueitem |
ReferencingAttribute | queueid |
ReferencedEntityNavigationPropertyName | queue_entries |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: UseCollectionName Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 31c1d587-5374-4c22-bdcf-54fe8cd1aee5 |
queue_PostFollows
Many-To-One Relationship: postfollow queue_PostFollows
Property | Value |
---|---|
ReferencingEntity | postfollow |
ReferencingAttribute | regardingobjectid |
ReferencedEntityNavigationPropertyName | queue_PostFollows |
IsCustomizable | False |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
queue_PostRegardings
Many-To-One Relationship: postregarding queue_PostRegardings
Property | Value |
---|---|
ReferencingEntity | postregarding |
ReferencingAttribute | regardingobjectid |
ReferencedEntityNavigationPropertyName | queue_PostRegardings |
IsCustomizable | False |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
queue_principalobjectattributeaccess
Many-To-One Relationship: principalobjectattributeaccess queue_principalobjectattributeaccess
Property | Value |
---|---|
ReferencingEntity | principalobjectattributeaccess |
ReferencingAttribute | objectid |
ReferencedEntityNavigationPropertyName | queue_principalobjectattributeaccess |
IsCustomizable | False |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
Queue_ProcessSessions
Many-To-One Relationship: processsession Queue_ProcessSessions
Property | Value |
---|---|
ReferencingEntity | processsession |
ReferencingAttribute | regardingobjectid |
ReferencedEntityNavigationPropertyName | Queue_ProcessSessions |
IsCustomizable | False |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: UseCollectionName Group: Details Label: MenuId: null Order: 110 QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
Queue_SyncErrors
Many-To-One Relationship: syncerror Queue_SyncErrors
Property | Value |
---|---|
ReferencingEntity | syncerror |
ReferencingAttribute | regardingobjectid |
ReferencedEntityNavigationPropertyName | Queue_SyncErrors |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
queue_system_user
Many-To-One Relationship: systemuser queue_system_user
Property | Value |
---|---|
ReferencingEntity | systemuser |
ReferencingAttribute | queueid |
ReferencedEntityNavigationPropertyName | queue_system_user |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
queue_team
Many-To-One Relationship: team queue_team
Property | Value |
---|---|
ReferencingEntity | team |
ReferencingAttribute | queueid |
ReferencedEntityNavigationPropertyName | queue_team |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
Many-to-Many relationships
These relationships are many-to-many. Listed by SchemaName.
queuemembership_association
See systemuser queuemembership_association Many-To-Many Relationship
Property | Value |
---|---|
IntersectEntityName | queuemembership |
IsCustomizable | False |
SchemaName | queuemembership_association |
IntersectAttribute | queueid |
NavigationPropertyName | queuemembership_association |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
See also
Dataverse table/entity reference
Dataverse Web API Reference
queue