Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Hinweis
Unsicher bei Tabelle vs. Entität? Siehe Entwickler: Terminologie in Microsoft Dataverse verstehen.
A specific item in a queue, such as a case record or an activity record.
Nachrichten
Nachricht | Web-API-Vorgang | SDK-Klasse oder -Methode |
---|---|---|
AddToQueue | AddToQueue Action | AddToQueueRequest |
Create | POST [org URI]/api/data/v9.0/queueitems Weitere Informationen finden Sie unter Erstellen |
CreateRequest oder Create |
Delete | DELETE [org URI]/api/data/v9.0/queueitems(queueitemid) Weitere Informationen finden Sie unter Löschen |
DeleteRequest oder Delete |
PickFromQueue | PickFromQueue Action | PickFromQueueRequest |
ReleaseToQueue | ReleaseToQueue Action | ReleaseToQueueRequest |
RemoveFromQueue | RemoveFromQueue Action | RemoveFromQueueRequest |
Retrieve | GET [org URI]/api/data/v9.0/queueitems(queueitemid) Weitere Informationen finden Sie unter Abrufen |
RetrieveRequest oder Retrieve |
RetrieveMultiple | GET [org URI]/api/data/v9.0/queueitems Weitere Informationen finden Sie unter Daten abfragen |
RetrieveMultipleRequest oder RetrieveMultiple |
RouteTo | RouteTo Action | RouteToRequest |
SetState | PATCH [org URI]/api/data/v9.0/queueitems(queueitemid) Aktualisieren der Eigenschaften statecode und statuscode . |
SetStateRequest |
Update | PATCH [org URI]/api/data/v9.0/queueitems(queueitemid) Weitere Informationen finden Sie unter Aktualisieren |
UpdateRequest oder Update |
Eigenschaften
Eigenschaft | Wert |
---|---|
CollectionSchemaName | QueueItems |
DisplayCollectionName | Queue Items |
DisplayName | Queue Item |
EntitySetName | queueitems |
IsBPFEntity | False |
LogicalCollectionName | queueitems |
LogicalName | queueitem |
OwnershipType | None |
PrimaryIdAttribute | queueitemid |
PrimaryNameAttribute | title |
SchemaName | QueueItem |
Schreibbare Spalten/Attribute
Diese Spalten/Attribute geben entweder für IsValidForCreate oder IsValidForUpdate (normalerweise beides) true zurück. Aufgelistet durch SchemaName.
- ImportSequenceNumber
- ObjectId
- ObjectIdTypeCode
- OverriddenCreatedOn
- Priority
- QueueId
- QueueItemId
- Sender
- State
- StateCode
- Status
- StatusCode
- TimeZoneRuleVersionNumber
- Title
- ToRecipients
- TransactionCurrencyId
- UTCConversionTimeZoneCode
- WorkerId
- WorkerIdType
ImportSequenceNumber
Eigenschaft | Wert |
---|---|
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
Eigenschaft | Wert |
---|---|
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,adx_inviteredemption,adx_portalcomment,appointment,chat,email,fax,knowledgearticle,letter,msdyn_knowledgearticletemplate,phonecall,recurringappointmentmaster,socialactivity,task |
Type | Lookup |
ObjectIdTypeCode
Eigenschaft | Wert |
---|---|
Description | |
DisplayName | Regarding Object Type |
IsValidForForm | False |
IsValidForRead | True |
IsValidForUpdate | False |
LogicalName | objectidtypecode |
RequiredLevel | None |
Type | EntityName |
OverriddenCreatedOn
Eigenschaft | Wert |
---|---|
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
Eigenschaft | Wert |
---|---|
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
Eigenschaft | Wert |
---|---|
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
Eigenschaft | Wert |
---|---|
Description | Unique identifier of the queue item. |
DisplayName | Queue Item |
IsValidForForm | False |
IsValidForRead | True |
IsValidForUpdate | False |
LogicalName | queueitemid |
RequiredLevel | SystemRequired |
Type | Uniqueidentifier |
Sender
Eigenschaft | Wert |
---|---|
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
Eigenschaft | Wert |
---|---|
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
Eigenschaft | Wert |
---|---|
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 Auswahlen/Optionen
Wert | Etikett | Standardstatuswert | Invariante Name |
---|---|---|---|
0 | Active | 1 | Active |
1 | Inactive | 2 | Inactive |
Status
Eigenschaft | Wert |
---|---|
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
Eigenschaft | Wert |
---|---|
Description | Select the item's status. |
DisplayName | Status Reason |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | statuscode |
RequiredLevel | SystemRequired |
Type | Status |
StatusCode Auswahlen/Optionen
Wert | Etikett | Status |
---|---|---|
1 | Active | 0 |
2 | Inactive | 1 |
TimeZoneRuleVersionNumber
Eigenschaft | Wert |
---|---|
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 |
Title
Eigenschaft | Wert |
---|---|
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 | 850 |
RequiredLevel | None |
Type | String |
ToRecipients
Eigenschaft | Wert |
---|---|
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
Eigenschaft | Wert |
---|---|
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
Eigenschaft | Wert |
---|---|
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
Eigenschaft | Wert |
---|---|
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
Eigenschaft | Wert |
---|---|
Description | |
DisplayName | Worker Type |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | workeridtype |
RequiredLevel | ApplicationRequired |
Type | EntityName |
Schreibgeschützt Spalten/Attribute
Diese Spalten/Attribute geben false zurück für sowohl IsValidForCreate als auch IsValidForUpdate. Aufgelistet durch 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
- TransactionCurrencyIdName
- VersionNumber
- WorkerIdModifiedOn
- WorkerIdName
- WorkerIdYomiName
CreatedBy
Eigenschaft | Wert |
---|---|
Description | Shows who created the record. |
DisplayName | Created By |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | createdby |
RequiredLevel | None |
Targets | systemuser |
Type | Lookup |
CreatedByName
Eigenschaft | Wert |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | createdbyname |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
CreatedByYomiName
Eigenschaft | Wert |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | createdbyyominame |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
CreatedOn
Eigenschaft | Wert |
---|---|
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
Eigenschaft | Wert |
---|---|
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
Eigenschaft | Wert |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | createdonbehalfbyname |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
CreatedOnBehalfByYomiName
Eigenschaft | Wert |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | createdonbehalfbyyominame |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
EnteredOn
Eigenschaft | Wert |
---|---|
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
Eigenschaft | Wert |
---|---|
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.000000000001 |
Precision | 12 |
RequiredLevel | None |
Type | Decimal |
ModifiedBy
Eigenschaft | Wert |
---|---|
Description | Shows who last updated the record. |
DisplayName | Modified By |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | modifiedby |
RequiredLevel | None |
Targets | systemuser |
Type | Lookup |
ModifiedByName
Eigenschaft | Wert |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | modifiedbyname |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
ModifiedByYomiName
Eigenschaft | Wert |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | modifiedbyyominame |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
ModifiedOn
Eigenschaft | Wert |
---|---|
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
Eigenschaft | Wert |
---|---|
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
Eigenschaft | Wert |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | modifiedonbehalfbyname |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
ModifiedOnBehalfByYomiName
Eigenschaft | Wert |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | modifiedonbehalfbyyominame |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
ObjectIdName
Eigenschaft | Wert |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | objectidname |
MaxLength | 800 |
RequiredLevel | None |
Type | String |
ObjectTypeCode
Eigenschaft | Wert |
---|---|
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 Auswahlen/Optionen
Wert | Etikett | Beschreibung |
---|---|---|
4200 | Activity | Task performed, or to be performed, by a user. An activity is any action for which an entry can be made on a calendar. |
4201 | Appointment | Commitment representing a time interval with start/end times and duration. |
4202 | Activity that is delivered using email protocols. | |
4204 | Fax | Activity that tracks call outcome and number of pages for a fax and optionally stores an electronic copy of the document. |
4207 | Letter | Activity that tracks the delivery of a letter. The activity can contain the electronic copy of the letter. |
4210 | Phone Call | Activity to track a telephone call. |
4212 | Task | Generic activity representing work needed to be done. |
4216 | Social Activity | For internal use only. |
4251 | Recurring Appointment | The Master appointment of a recurring appointment series. |
9953 | Knowledge Article | Organizational knowledge for internal and external use. |
10139 | Teams chat | For internal use only. Entity which stores association data of Dynamics 365 records with Microsoft Teams chat |
10155 | Knowledge Article Template | Organizational Knowledge Article Template for Internal and external creation of Knowledge Articles. |
10270 | Invite Redemption | Holds information about the redemption of an invite. |
10271 | Portal Comment | An activity which is used to share information between the user and the customer on the portal. |
OrganizationId
Eigenschaft | Wert |
---|---|
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
Eigenschaft | Wert |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | organizationidname |
MaxLength | 100 |
RequiredLevel | SystemRequired |
Type | String |
OwnerId
Eigenschaft | Wert |
---|---|
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
Eigenschaft | Wert |
---|---|
Description | |
DisplayName | |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | owneridtype |
RequiredLevel | SystemRequired |
Type | EntityName |
OwningBusinessUnit
Eigenschaft | Wert |
---|---|
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
Eigenschaft | Wert |
---|---|
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
Eigenschaft | Wert |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | queueidname |
MaxLength | 400 |
RequiredLevel | SystemRequired |
Type | String |
TransactionCurrencyIdName
Eigenschaft | Wert |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | transactioncurrencyidname |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
VersionNumber
Eigenschaft | Wert |
---|---|
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
Eigenschaft | Wert |
---|---|
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
Eigenschaft | Wert |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | workeridname |
MaxLength | 160 |
RequiredLevel | None |
Type | String |
WorkerIdYomiName
Eigenschaft | Wert |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | workeridyominame |
MaxLength | 160 |
RequiredLevel | None |
Type | String |
Eins-zu-Viele-Beziehungen
Aufgelistet durch SchemaName.
- QueueItem_AsyncOperations
- QueueItem_SyncErrors
- QueueItem_BulkDeleteFailures
- queueitem_principalobjectattributeaccess
- QueueItem_ProcessSessions
QueueItem_AsyncOperations
Wie die QueueItem_AsyncOperations-Viele-zu-Eins-Beziehung für die asyncoperation-Tabelle/-Entität.
Eigenschaft | Wert |
---|---|
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
Wie die QueueItem_SyncErrors-Viele-zu-Eins-Beziehung für die syncerror-Tabelle/-Entität.
Eigenschaft | Wert |
---|---|
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
Wie die QueueItem_BulkDeleteFailures-Viele-zu-Eins-Beziehung für die bulkdeletefailure-Tabelle/-Entität.
Eigenschaft | Wert |
---|---|
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
Wie die queueitem_principalobjectattributeaccess-Viele-zu-Eins-Beziehung für die principalobjectattributeaccess-Tabelle/-Entität.
Eigenschaft | Wert |
---|---|
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
Wie die QueueItem_ProcessSessions-Viele-zu-Eins-Beziehung für die processsession-Tabelle/-Entität.
Eigenschaft | Wert |
---|---|
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 |
Viele-zu-Eins-Beziehungen
Jede Viele-zu-Eins-Beziehung wird durch eine entsprechende Viele-zu-Viele-Beziehungen mit der zugehörigen Tabelle definiert. Aufgelistet durch SchemaName.
- 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
- chat_QueueItems
- msdyn_knowledgearticletemplate_QueueItems
- adx_inviteredemption_QueueItems
- adx_portalcomment_QueueItems
knowledgearticle_QueueItems
Siehe die knowledgearticle_QueueItems-Eins-zu-Viele-Beziehung für die knowledgearticle-Tabelle/-Entität.
lk_queueitem_createdonbehalfby
Siehe die lk_queueitem_createdonbehalfby-Eins-zu-Viele-Beziehung für die systemuser-Tabelle/-Entität.
lk_queueitembase_workerid
Siehe die lk_queueitembase_workerid-Eins-zu-Viele-Beziehung für die systemuser-Tabelle/-Entität.
ActivityPointer_QueueItem
Siehe die ActivityPointer_QueueItem-Eins-zu-Viele-Beziehung für die activitypointer-Tabelle/-Entität.
queue_entries
Siehe die queue_entries-Eins-zu-Viele-Beziehung für die queue-Tabelle/-Entität.
lk_queueitembase_createdby
Siehe die lk_queueitembase_createdby-Eins-zu-Viele-Beziehung für die systemuser-Tabelle/-Entität.
organization_queueitems
Siehe die organization_queueitems-Eins-zu-Viele-Beziehung für die organization-Tabelle/-Entität.
TransactionCurrency_QueueItem
Siehe die TransactionCurrency_QueueItem-Eins-zu-Viele-Beziehung für die transactioncurrency-Tabelle/-Entität.
Appointment_QueueItem
Siehe die Appointment_QueueItem-Eins-zu-Viele-Beziehung für die appointment-Tabelle/-Entität.
Fax_QueueItem
Siehe die Fax_QueueItem-Eins-zu-Viele-Beziehung für die fax-Tabelle/-Entität.
team_queueitembase_workerid
Siehe die team_queueitembase_workerid-Eins-zu-Viele-Beziehung für die team-Tabelle/-Entität.
Email_QueueItem
Siehe die Email_QueueItem-Eins-zu-Viele-Beziehung für die email-Tabelle/-Entität.
SocialActivity_QueueItem
Siehe die SocialActivity_QueueItem-Eins-zu-Viele-Beziehung für die socialactivity-Tabelle/-Entität.
lk_queueitem_modifiedonbehalfby
Siehe die lk_queueitem_modifiedonbehalfby-Eins-zu-Viele-Beziehung für die systemuser-Tabelle/-Entität.
PhoneCall_QueueItem
Siehe die PhoneCall_QueueItem-Eins-zu-Viele-Beziehung für die phonecall-Tabelle/-Entität.
Task_QueueItem
Siehe die Task_QueueItem-Eins-zu-Viele-Beziehung für die task-Tabelle/-Entität.
RecurringAppointmentMaster_QueueItem
Siehe die RecurringAppointmentMaster_QueueItem-Eins-zu-Viele-Beziehung für die recurringappointmentmaster-Tabelle/-Entität.
Letter_QueueItem
Siehe die Letter_QueueItem-Eins-zu-Viele-Beziehung für die letter-Tabelle/-Entität.
lk_queueitembase_modifiedby
Siehe die lk_queueitembase_modifiedby-Eins-zu-Viele-Beziehung für die systemuser-Tabelle/-Entität.
chat_QueueItems
Hinzugefügt von: Activities Patch-Lösung
Siehe die chat_QueueItems-Eins-zu-Viele-Beziehung für die chat-Tabelle/-Entität.
msdyn_knowledgearticletemplate_QueueItems
Hinzugefügt von: Knowledge Management Features-Lösung
Siehe die msdyn_knowledgearticletemplate_QueueItems-Eins-zu-Viele-Beziehung für die msdyn_knowledgearticletemplate-Tabelle/-Entität.
adx_inviteredemption_QueueItems
Hinzugefügt von: Active Solution-Lösung
Siehe die adx_inviteredemption_QueueItems-Eins-zu-Viele-Beziehung für die adx_inviteredemption-Tabelle/-Entität.
adx_portalcomment_QueueItems
Hinzugefügt von: Active Solution-Lösung
Siehe die adx_portalcomment_QueueItems-Eins-zu-Viele-Beziehung für die adx_portalcomment-Tabelle/-Entität.
Siehe auch
Dataverse-Tabelle/-Entitätsreferenz Web-API-Referenz queueitem EntityType