Queue Item (QueueItem) table/entity reference

A specific item in a queue, such as a case record or an activity record.

Messages

The following table lists the messages for the Queue Item (QueueItem) 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
AddToQueue
Event: True
AddToQueue AddToQueueRequest
Create
Event: True
POST /queueitems
See Create
Create records
Delete
Event: True
DELETE /queueitems(queueitemid)
See Delete
Delete records
PickFromQueue
Event: True
PickFromQueue PickFromQueueRequest
ReleaseToQueue
Event: True
ReleaseToQueue ReleaseToQueueRequest
RemoveFromQueue
Event: True
RemoveFromQueue RemoveFromQueueRequest
Retrieve
Event: True
GET /queueitems(queueitemid)
See Retrieve
Retrieve records
RetrieveMultiple
Event: True
GET /queueitems
See Query data
Query data
RouteTo
Event: True
RouteTo RouteToRequest
SetState
Event: True
PATCH /queueitems(queueitemid)
Update the statecode and statuscode properties.
SetStateRequest
Update
Event: True
PATCH /queueitems(queueitemid)
See Update
Update records
Upsert
Event: False
PATCH /queueitems(queueitemid)
See Upsert a table row
UpsertRequest

Properties

The following table lists selected properties for the Queue Item (QueueItem) table.

Property Value
DisplayName Queue Item
DisplayCollectionName Queue Items
SchemaName QueueItem
CollectionSchemaName QueueItems
EntitySetName queueitems
LogicalName queueitem
LogicalCollectionName queueitems
PrimaryIdAttribute queueitemid
PrimaryNameAttribute title
TableType Standard
OwnershipType None

Writable columns/attributes

These columns/attributes return true for either IsValidForCreate or IsValidForUpdate (usually both). Listed by SchemaName.

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

ObjectId

Property Value
Description Choose the activity, case, or article assigned to the queue.
DisplayName Object
IsValidForForm True
IsValidForRead True
LogicalName objectid
RequiredLevel ApplicationRequired
Type Lookup
Targets activitypointer, adx_inviteredemption, adx_portalcomment, appointment, chat, email, fax, knowledgearticle, letter, msdyn_knowledgearticletemplate, phonecall, recurringappointmentmaster, socialactivity, task

ObjectIdTypeCode

Property Value
Description
DisplayName Regarding Object Type
IsValidForForm False
IsValidForRead True
LogicalName objectidtypecode
RequiredLevel None
Type EntityName

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

Priority

Property Value
Description Priority of the queue item.
DisplayName Priority
IsValidForForm False
IsValidForRead True
LogicalName priority
RequiredLevel None
Type Integer
MaxValue 1000000000
MinValue 0

QueueId

Property Value
Description Choose the queue that the item is assigned to.
DisplayName Queue
IsValidForForm True
IsValidForRead True
LogicalName queueid
RequiredLevel ApplicationRequired
Type Lookup
Targets queue

QueueItemId

Property Value
Description Unique identifier of the queue item.
DisplayName Queue Item
IsValidForForm False
IsValidForRead True
LogicalName queueitemid
RequiredLevel SystemRequired
Type Uniqueidentifier

Sender

Property Value
Description Sender who created the queue item.
DisplayName From
IsValidForForm False
IsValidForRead True
LogicalName sender
RequiredLevel None
Type String
Format Text
FormatName Text
ImeMode Auto
IsLocalizable False
MaxLength 250

State

Property Value
Description Status of the queue item.
DisplayName Status (deprecated)
IsValidForForm False
IsValidForRead True
LogicalName state
RequiredLevel None
Type Integer
MaxValue 1000000000
MinValue 0

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
IsValidForForm True
IsValidForRead True
LogicalName statecode
RequiredLevel SystemRequired
Type State
DefaultFormValue 0
GlobalChoiceName queueitem_statecode

StateCode Choices/Options

Value Details
0 Label: Active
DefaultStatus: 1
InvariantName: Active
1 Label: Inactive
DefaultStatus: 2
InvariantName: Inactive

Status

Property Value
Description Reason for the status of the queue item.
DisplayName Status Reason (deprecated)
IsValidForForm False
IsValidForRead True
LogicalName status
RequiredLevel None
Type Integer
MaxValue 1000000000
MinValue 0

StatusCode

Property Value
Description Select the item's status.
DisplayName Status Reason
IsValidForForm True
IsValidForRead True
LogicalName statuscode
RequiredLevel SystemRequired
Type Status
DefaultFormValue -1
GlobalChoiceName queueitem_statuscode

StatusCode Choices/Options

Value Details
1 Label: Active
State:0
TransitionData: None
2 Label: Inactive
State:1
TransitionData: None

TimeZoneRuleVersionNumber

Property Value
Description For internal use only.
DisplayName Time Zone Rule Version Number
IsValidForForm False
IsValidForRead True
LogicalName timezoneruleversionnumber
RequiredLevel None
Type Integer
MaxValue 2147483647
MinValue -1

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
IsValidForForm True
IsValidForRead True
LogicalName title
RequiredLevel None
Type String
Format Text
FormatName Text
ImeMode Auto
IsLocalizable False
MaxLength 850

ToRecipients

Property Value
Description Recipients listed on the To line of the message for email queue items.
DisplayName To
IsValidForForm False
IsValidForRead True
LogicalName torecipients
RequiredLevel None
Type String
Format Text
FormatName Text
ImeMode Auto
IsLocalizable False
MaxLength 500

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
Type Lookup
Targets transactioncurrency

UTCConversionTimeZoneCode

Property Value
Description Time zone code that was in use when the record was created.
DisplayName UTC Conversion Time Zone Code
IsValidForForm False
IsValidForRead True
LogicalName utcconversiontimezonecode
RequiredLevel None
Type Integer
MaxValue 2147483647
MinValue -1

WorkerId

Property Value
Description Shows who is working on the queue item.
DisplayName Worked By
IsValidForForm True
IsValidForRead True
LogicalName workerid
RequiredLevel None
Type Lookup
Targets systemuser, team

WorkerIdType

Property Value
Description
DisplayName Worker Type
IsValidForForm False
IsValidForRead True
LogicalName workeridtype
RequiredLevel ApplicationRequired
Type EntityName

Read-only columns/attributes

These columns/attributes return false for both IsValidForCreate and IsValidForUpdate. Listed by SchemaName.

CreatedBy

Property Value
Description Shows who created the record.
DisplayName Created By
IsValidForForm True
IsValidForRead True
LogicalName createdby
RequiredLevel None
Type Lookup
Targets systemuser

CreatedOn

Property Value
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
IsValidForForm True
IsValidForRead True
LogicalName createdon
RequiredLevel None
Type DateTime
CanChangeDateTimeBehavior False
DateTimeBehavior UserLocal
Format DateAndTime
ImeMode Inactive
SourceTypeMask 0

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
Type Lookup
Targets systemuser

EnteredOn

Property Value
Description Shows the date the record was assigned to the queue.
DisplayName Entered Queue
IsValidForForm True
IsValidForRead True
LogicalName enteredon
RequiredLevel None
Type DateTime
CanChangeDateTimeBehavior False
DateTimeBehavior UserLocal
Format DateAndTime
ImeMode Inactive
SourceTypeMask 0

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
RequiredLevel None
Type Decimal
ImeMode Disabled
MaxValue 100000000000
MinValue 1E-12
Precision 12
SourceTypeMask 0

ModifiedBy

Property Value
Description Shows who last updated the record.
DisplayName Modified By
IsValidForForm True
IsValidForRead True
LogicalName modifiedby
RequiredLevel None
Type Lookup
Targets systemuser

ModifiedOn

Property Value
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
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 queueitem.
DisplayName Modified By (Delegate)
IsValidForForm False
IsValidForRead True
LogicalName modifiedonbehalfby
RequiredLevel None
Type Lookup
Targets systemuser

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
DefaultFormValue -1
GlobalChoiceName queueitem_objecttypecode

ObjectTypeCode Choices/Options

Value Label
4200 Activity
4201 Appointment
4202 Email
4204 Fax
4207 Letter
4210 Phone Call
4212 Task
4216 Social Activity
4251 Recurring Appointment
9953 Knowledge Article
10185 Teams chat
10201 Knowledge Article Template
10310 Invite Redemption
10311 Portal Comment

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
Type Lookup
Targets organization

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
Type Owner
Targets systemuser, team

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
Type Lookup
Targets businessunit

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
Type Lookup
Targets systemuser

VersionNumber

Property Value
Description Version number of the queue item.
DisplayName Version Number
IsValidForForm False
IsValidForRead True
LogicalName versionnumber
RequiredLevel None
Type BigInt
MaxValue 9223372036854775807
MinValue -9223372036854775808

WorkerIdModifiedOn

Property Value
Description Shows the date and time when the queue item was last assigned to a user.
DisplayName Worked On
IsValidForForm True
IsValidForRead True
LogicalName workeridmodifiedon
RequiredLevel None
Type DateTime
CanChangeDateTimeBehavior False
DateTimeBehavior UserLocal
Format DateOnly
ImeMode Inactive
SourceTypeMask 0

Many-to-One relationships

These relationships are many-to-one. Listed by SchemaName.

ActivityPointer_QueueItem

One-To-Many Relationship: activitypointer ActivityPointer_QueueItem

Property Value
ReferencedEntity activitypointer
ReferencedAttribute activityid
ReferencingAttribute objectid
ReferencingEntityNavigationPropertyName objectid_activitypointer
IsHierarchical
CascadeConfiguration Archive: NoCascade
Assign: NoCascade
Delete: Cascade
Merge: NoCascade
Reparent: NoCascade
RollupView: NoCascade
Share: NoCascade
Unshare: NoCascade

adx_inviteredemption_QueueItems

One-To-Many Relationship: adx_inviteredemption adx_inviteredemption_QueueItems

Property Value
ReferencedEntity adx_inviteredemption
ReferencedAttribute activityid
ReferencingAttribute objectid
ReferencingEntityNavigationPropertyName objectid_adx_inviteredemption
IsHierarchical
CascadeConfiguration Archive: NoCascade
Assign: NoCascade
Delete: Cascade
Merge: NoCascade
Reparent: NoCascade
RollupView: NoCascade
Share: NoCascade
Unshare: NoCascade

adx_portalcomment_QueueItems

One-To-Many Relationship: adx_portalcomment adx_portalcomment_QueueItems

Property Value
ReferencedEntity adx_portalcomment
ReferencedAttribute activityid
ReferencingAttribute objectid
ReferencingEntityNavigationPropertyName objectid_adx_portalcomment
IsHierarchical
CascadeConfiguration Archive: NoCascade
Assign: NoCascade
Delete: Cascade
Merge: NoCascade
Reparent: NoCascade
RollupView: NoCascade
Share: NoCascade
Unshare: NoCascade

Appointment_QueueItem

One-To-Many Relationship: appointment Appointment_QueueItem

Property Value
ReferencedEntity appointment
ReferencedAttribute activityid
ReferencingAttribute objectid
ReferencingEntityNavigationPropertyName objectid_appointment
IsHierarchical
CascadeConfiguration Archive: NoCascade
Assign: NoCascade
Delete: Cascade
Merge: NoCascade
Reparent: NoCascade
RollupView: NoCascade
Share: NoCascade
Unshare: NoCascade

chat_QueueItems

One-To-Many Relationship: chat chat_QueueItems

Property Value
ReferencedEntity chat
ReferencedAttribute activityid
ReferencingAttribute objectid
ReferencingEntityNavigationPropertyName objectid_chat
IsHierarchical
CascadeConfiguration Archive: NoCascade
Assign: NoCascade
Delete: Cascade
Merge: NoCascade
Reparent: NoCascade
RollupView: NoCascade
Share: NoCascade
Unshare: NoCascade

Email_QueueItem

One-To-Many Relationship: email Email_QueueItem

Property Value
ReferencedEntity email
ReferencedAttribute activityid
ReferencingAttribute objectid
ReferencingEntityNavigationPropertyName objectid_email
IsHierarchical
CascadeConfiguration Archive: NoCascade
Assign: NoCascade
Delete: Cascade
Merge: NoCascade
Reparent: NoCascade
RollupView: NoCascade
Share: NoCascade
Unshare: NoCascade

Fax_QueueItem

One-To-Many Relationship: fax Fax_QueueItem

Property Value
ReferencedEntity fax
ReferencedAttribute activityid
ReferencingAttribute objectid
ReferencingEntityNavigationPropertyName objectid_fax
IsHierarchical
CascadeConfiguration Archive: NoCascade
Assign: NoCascade
Delete: Cascade
Merge: NoCascade
Reparent: NoCascade
RollupView: NoCascade
Share: NoCascade
Unshare: NoCascade

knowledgearticle_QueueItems

One-To-Many Relationship: knowledgearticle knowledgearticle_QueueItems

Property Value
ReferencedEntity knowledgearticle
ReferencedAttribute knowledgearticleid
ReferencingAttribute objectid
ReferencingEntityNavigationPropertyName objectid_knowledgearticle
IsHierarchical
CascadeConfiguration Archive: NoCascade
Assign: NoCascade
Delete: Cascade
Merge: NoCascade
Reparent: NoCascade
RollupView: NoCascade
Share: NoCascade
Unshare: NoCascade

Letter_QueueItem

One-To-Many Relationship: letter Letter_QueueItem

Property Value
ReferencedEntity letter
ReferencedAttribute activityid
ReferencingAttribute objectid
ReferencingEntityNavigationPropertyName objectid_letter
IsHierarchical
CascadeConfiguration Archive: NoCascade
Assign: NoCascade
Delete: Cascade
Merge: NoCascade
Reparent: NoCascade
RollupView: NoCascade
Share: NoCascade
Unshare: NoCascade

lk_queueitem_createdonbehalfby

One-To-Many Relationship: systemuser lk_queueitem_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_queueitem_modifiedonbehalfby

One-To-Many Relationship: systemuser lk_queueitem_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_queueitembase_createdby

One-To-Many Relationship: systemuser lk_queueitembase_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_queueitembase_modifiedby

One-To-Many Relationship: systemuser lk_queueitembase_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

lk_queueitembase_workerid

One-To-Many Relationship: systemuser lk_queueitembase_workerid

Property Value
ReferencedEntity systemuser
ReferencedAttribute systemuserid
ReferencingAttribute workerid
ReferencingEntityNavigationPropertyName workerid_systemuser
IsHierarchical
CascadeConfiguration Archive: NoCascade
Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
RollupView: NoCascade
Share: NoCascade
Unshare: NoCascade

msdyn_knowledgearticletemplate_QueueItems

One-To-Many Relationship: msdyn_knowledgearticletemplate msdyn_knowledgearticletemplate_QueueItems

Property Value
ReferencedEntity msdyn_knowledgearticletemplate
ReferencedAttribute msdyn_knowledgearticletemplateid
ReferencingAttribute objectid
ReferencingEntityNavigationPropertyName objectid_msdyn_knowledgearticletemplate
IsHierarchical
CascadeConfiguration Archive: NoCascade
Assign: NoCascade
Delete: Cascade
Merge: NoCascade
Reparent: NoCascade
RollupView: NoCascade
Share: NoCascade
Unshare: NoCascade

organization_queueitems

One-To-Many Relationship: organization organization_queueitems

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

PhoneCall_QueueItem

One-To-Many Relationship: phonecall PhoneCall_QueueItem

Property Value
ReferencedEntity phonecall
ReferencedAttribute activityid
ReferencingAttribute objectid
ReferencingEntityNavigationPropertyName objectid_phonecall
IsHierarchical
CascadeConfiguration Archive: NoCascade
Assign: NoCascade
Delete: Cascade
Merge: NoCascade
Reparent: NoCascade
RollupView: NoCascade
Share: NoCascade
Unshare: NoCascade

queue_entries

One-To-Many Relationship: queue queue_entries

Property Value
ReferencedEntity queue
ReferencedAttribute queueid
ReferencingAttribute queueid
ReferencingEntityNavigationPropertyName queueid
IsHierarchical
CascadeConfiguration Archive: NoCascade
Assign: NoCascade
Delete: Cascade
Merge: NoCascade
Reparent: NoCascade
RollupView: NoCascade
Share: NoCascade
Unshare: NoCascade

RecurringAppointmentMaster_QueueItem

One-To-Many Relationship: recurringappointmentmaster RecurringAppointmentMaster_QueueItem

Property Value
ReferencedEntity recurringappointmentmaster
ReferencedAttribute activityid
ReferencingAttribute objectid
ReferencingEntityNavigationPropertyName objectid_recurringappointmentmaster
IsHierarchical
CascadeConfiguration Archive: NoCascade
Assign: NoCascade
Delete: Cascade
Merge: NoCascade
Reparent: NoCascade
RollupView: NoCascade
Share: NoCascade
Unshare: NoCascade

SocialActivity_QueueItem

One-To-Many Relationship: socialactivity SocialActivity_QueueItem

Property Value
ReferencedEntity socialactivity
ReferencedAttribute activityid
ReferencingAttribute objectid
ReferencingEntityNavigationPropertyName objectid_socialactivity
IsHierarchical
CascadeConfiguration Archive: NoCascade
Assign: NoCascade
Delete: Cascade
Merge: NoCascade
Reparent: NoCascade
RollupView: NoCascade
Share: NoCascade
Unshare: NoCascade

Task_QueueItem

One-To-Many Relationship: task Task_QueueItem

Property Value
ReferencedEntity task
ReferencedAttribute activityid
ReferencingAttribute objectid
ReferencingEntityNavigationPropertyName objectid_task
IsHierarchical
CascadeConfiguration Archive: NoCascade
Assign: NoCascade
Delete: Cascade
Merge: NoCascade
Reparent: NoCascade
RollupView: NoCascade
Share: NoCascade
Unshare: NoCascade

team_queueitembase_workerid

One-To-Many Relationship: team team_queueitembase_workerid

Property Value
ReferencedEntity team
ReferencedAttribute teamid
ReferencingAttribute workerid
ReferencingEntityNavigationPropertyName workerid_team
IsHierarchical
CascadeConfiguration Archive: NoCascade
Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
RollupView: NoCascade
Share: NoCascade
Unshare: NoCascade

TransactionCurrency_QueueItem

One-To-Many Relationship: transactioncurrency TransactionCurrency_QueueItem

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.

QueueItem_AsyncOperations

Many-To-One Relationship: asyncoperation QueueItem_AsyncOperations

Property Value
ReferencingEntity asyncoperation
ReferencingAttribute regardingobjectid
ReferencedEntityNavigationPropertyName QueueItem_AsyncOperations
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

QueueItem_BulkDeleteFailures

Many-To-One Relationship: bulkdeletefailure QueueItem_BulkDeleteFailures

Property Value
ReferencingEntity bulkdeletefailure
ReferencingAttribute regardingobjectid
ReferencedEntityNavigationPropertyName QueueItem_BulkDeleteFailures
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

queueitem_principalobjectattributeaccess

Many-To-One Relationship: principalobjectattributeaccess queueitem_principalobjectattributeaccess

Property Value
ReferencingEntity principalobjectattributeaccess
ReferencingAttribute objectid
ReferencedEntityNavigationPropertyName queueitem_principalobjectattributeaccess
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

QueueItem_ProcessSessions

Many-To-One Relationship: processsession QueueItem_ProcessSessions

Property Value
ReferencingEntity processsession
ReferencingAttribute regardingobjectid
ReferencedEntityNavigationPropertyName QueueItem_ProcessSessions
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: UseCollectionName
Group: Details
Label:
MenuId: null
Order: 110
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

QueueItem_SyncErrors

Many-To-One Relationship: syncerror QueueItem_SyncErrors

Property Value
ReferencingEntity syncerror
ReferencingAttribute regardingobjectid
ReferencedEntityNavigationPropertyName QueueItem_SyncErrors
IsCustomizable True
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
queueitem