feedback EntityType
Feedback and rating.
- Entity set path:
- [organization URI]/api/data/v9.2/feedback
- Base type:
- crmbaseentity
- Table type:
- Standard
- Display name:
- Feedback
- Primary key:
- feedbackid
- Primary name column:
- title
- Operations supported:
- POST GET PATCH DELETE
Properties
Properties represent fields of data stored in the entity. Some properties are read-only.
Name | Type | Details | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
adx_approved | Edm.Boolean |
Shows whether the feedback is approved for display. Display name: Published To Web
Default options
|
||||||||||
adx_authorurl | Edm.String |
The URL of the author’s home page/blog. Display name: Author URL |
||||||||||
adx_contactemail | Edm.String |
Email of the contact who created the record. Display name: Email |
||||||||||
adx_contactusername | Edm.String |
Username of the contact who created the record. Display name: Username |
||||||||||
adx_createdbycontact | Edm.String |
Name of the contact who created the record. Display name: Created By Name (Contact) |
||||||||||
closedon | Edm.DateTimeOffset |
Shows the date and time when the record was closed. The date and time are displayed in the time zone selected in Microsoft Dynamics 365 options. Display name: Closed On Read only
|
||||||||||
comments | Edm.String |
Type the feedback comments. Display name: Comments |
||||||||||
createdon | Edm.DateTimeOffset |
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. Display name: Created On Read only
|
||||||||||
exchangerate | Edm.Decimal |
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. Display name: Exchange Rate Read only
|
||||||||||
feedbackid | Edm.Guid |
FeedbackId Display name: Feedback |
||||||||||
importsequencenumber | Edm.Int32 |
Unique identifier of the data import or data migration that created this record. Display name: Import Sequence Number |
||||||||||
maxrating | Edm.Int32 |
Enter the maximum rating value. Display name: Maximum Rating |
||||||||||
minrating | Edm.Int32 |
Enter the minimum rating value. Display name: Minimum Rating |
||||||||||
modifiedon | Edm.DateTimeOffset |
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. Display name: Modified On Read only
|
||||||||||
normalizedrating | Edm.Decimal |
Shows the rating scaled to a value between 0 and 1 based on minimum and maximum ratings. Display name: Normalized Rating Read only
Is computed
|
||||||||||
overriddencreatedon | Edm.DateTimeOffset |
Date and time that the record was migrated. Display name: Record Created On |
||||||||||
rating | Edm.Int32 |
Specifies how helpful the related record was. Display name: Rating |
||||||||||
source | Edm.Int32 |
Shows where the feedback was submitted from. Display name: Source
Default options
|
||||||||||
statecode | Edm.Int32 |
Shows whether the feedback is open, rejected or closed. Display name: Status
Default options
|
||||||||||
statuscode | Edm.Int32 |
Select the feedback's status. Display name: Status Reason
Default options
|
||||||||||
title | Edm.String |
Type a title for the feedback. Display name: Title |
||||||||||
versionnumber | Edm.Int64 |
Version number of the feedback. Display name: Version Number Read only
|
Lookup properties
Lookup properties are read-only, computed properties which contain entity primary key Edm.Guid data for one or more corresponding single-valued navigation properties. More information: Lookup properties and Lookup property data.
Name | Single-valued navigation property | Description |
---|---|---|
_closedby_value | closedby |
Shows who closed the record. |
_createdby_value | createdby |
Shows who created the record. |
_createdbycontact_value | CreatedByContact |
Shows the contact who created the record. |
_createdonbehalfby_value | createdonbehalfby |
Shows who created the record on behalf of another user. |
_createdonbehalfbycontact_value | CreatedOnBehalfByContact |
Shows the contact who created the record on behalf of another user. |
_modifiedby_value | modifiedby |
Shows who last updated the record. |
_modifiedonbehalfby_value | ModifiedOnBehalfBy |
Unique identifier of the delegate user who modified the record. |
_msdyn_contextobjectid_value | msdyn_ContextObjectId_knowledgearticle |
Shows the record in context of which feedback rating is being provided. |
_ownerid_value | ownerid |
Unique identifier of the user or team who owns the knowledge article views. |
_owningbusinessunit_value | owningbusinessunit |
Unique identifier of the business unit that owns the knowledge article views. |
_regardingobjectid_value | ContactId FeedbackId KnowledgeArticleId |
Shows the record that the feedback is associated with. |
_transactioncurrencyid_value | transactioncurrencyid |
Choose the local currency for the record to make sure budgets are reported in the correct currency. |
Single-valued navigation properties
Single-valued navigation properties represent lookup fields where a single entity can be referenced. Each single-valued navigation property has a corresponding partner collection-valued navigation property on the related entity.
Name | Type | Partner |
---|---|---|
closedby | systemuser | lk_feedback_closedby |
ContactId | contact | Contact_Feedback |
createdby | systemuser | lk_feedback_createdby |
CreatedByContact | contact | lk_contact_feedback_createdby |
createdonbehalfby | systemuser | lk_feedback_createdonbehalfby |
CreatedOnBehalfByContact | contact | lk_contact_feedback_createdonbehalfby |
FeedbackId | feedback | feedback_feedback |
KnowledgeArticleId | knowledgearticle | KnowledgeArticle_Feedback |
modifiedby | systemuser | lk_feedback_modifiedby |
ModifiedOnBehalfBy | systemuser | lk_feedback_modifiedonbehalfby |
msdyn_ContextObjectId_knowledgearticle | knowledgearticle | msdyn_knowledgearticle_feedback_context |
ownerid | principal | owner_feedback |
owningbusinessunit | businessunit | business_unit_feedback |
transactioncurrencyid | transactioncurrency | transactioncurrency_feedback |
Collection-valued navigation properties
Collection-valued navigation properties represent collections of entities which may represent either a one-to-many (1:N) or many-to-many (N:N) relationship between the entities.
Name | Type | Partner |
---|---|---|
feedback_DuplicateBaseRecord | duplicaterecord | baserecordid_feedback |
feedback_DuplicateMatchingRecord | duplicaterecord | duplicaterecordid_feedback |
feedback_feedback | feedback | FeedbackId |
feedback_principalobjectattributeaccess | principalobjectattributeaccess | objectid_feedback |
Feedback_SyncErrors | syncerror | regardingobjectid_feedback_syncerror |
Operations
The following operations can be used with the feedback entity type.
Name | Binding |
---|---|
GrantAccess | Not Bound |
ModifyAccess | Not Bound |
RetrievePrincipalAccess | Not Bound |
RetrieveSharedPrincipalsAndAccess | Not Bound |
RevokeAccess | Not Bound |