Feedback entity reference
Note
Effective Nov 2020, Common Data Service has been renamed to Microsoft Dataverse.
Container for feedback and ratings for knowledge articles.
Messages
Message | Web API Operation | SDK Assembly |
---|---|---|
Assign | PATCH [org URI]/api/data/v9.0/feedback(feedbackid) Update ownerid property. |
AssignRequest |
Create | POST [org URI]/api/data/v9.0/feedback See Create |
CreateRequest or Create |
Delete | DELETE [org URI]/api/data/v9.0/feedback(feedbackid) See Delete |
DeleteRequest or Delete |
GrantAccess | GrantAccess Action | GrantAccessRequest |
ModifyAccess | ModifyAccess Action | ModifyAccessRequest |
Retrieve | GET [org URI]/api/data/v9.0/feedback(feedbackid) See Retrieve |
RetrieveRequest or Retrieve |
RetrieveMultiple | GET [org URI]/api/data/v9.0/feedback See Query Data |
RetrieveMultipleRequest or RetrieveMultiple |
RetrievePrincipalAccess | RetrievePrincipalAccess Function | RetrievePrincipalAccessRequest |
RetrieveSharedPrincipalsAndAccess | RetrieveSharedPrincipalsAndAccess Function | RetrieveSharedPrincipalsAndAccessRequest |
RevokeAccess | RevokeAccess Action | RevokeAccessRequest |
SetState | PATCH [org URI]/api/data/v9.0/feedback(feedbackid) Update statecode and statuscode properties. |
SetStateRequest |
Update | PATCH [org URI]/api/data/v9.0/feedback(feedbackid) See Update |
UpdateRequest or Update |
Entity properties
Property | Value |
---|---|
CollectionSchemaName | Feedback |
DisplayCollectionName | Feedback |
DisplayName | Feedback |
EntitySetName | feedback |
IsBPFEntity | False |
LogicalCollectionName | feedback |
LogicalName | feedback |
OwnershipType | UserOwned |
PrimaryIdAttribute | feedbackid |
PrimaryNameAttribute | title |
SchemaName | Feedback |
Writable attributes
These attributes return true for either IsValidForCreate or IsValidForUpdate (usually both). Listed by SchemaName.
- Comments
- CreatedByContact
- CreatedOnBehalfByContact
- FeedbackId
- ImportSequenceNumber
- MaxRating
- MinRating
- OverriddenCreatedOn
- OwnerId
- OwnerIdType
- Rating
- RegardingObjectId
- RegardingObjectTypeCode
- Source
- StateCode
- StatusCode
- Title
- TransactionCurrencyId
Comments
Property | Value |
---|---|
Description | Type the feedback comments. |
DisplayName | Comments |
Format | TextArea |
IsLocalizable | False |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | comments |
MaxLength | 2000 |
RequiredLevel | None |
Type | Memo |
CreatedByContact
Property | Value |
---|---|
Description | Shows the contact who created the record. |
DisplayName | Created By (Contact) |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | createdbycontact |
RequiredLevel | None |
Targets | contact |
Type | Lookup |
CreatedOnBehalfByContact
Property | Value |
---|---|
Description | Shows the contact who created the record on behalf of another user. |
DisplayName | Created OnBelhalfBy (Contact) |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | createdonbehalfbycontact |
RequiredLevel | None |
Targets | contact |
Type | Lookup |
FeedbackId
Property | Value |
---|---|
Description | FeedbackId |
DisplayName | Feedback |
IsValidForForm | True |
IsValidForRead | True |
IsValidForUpdate | False |
LogicalName | feedbackid |
RequiredLevel | SystemRequired |
Type | Uniqueidentifier |
ImportSequenceNumber
Property | Value |
---|---|
Description | Unique identifier of the data import or data migration that created this record. |
DisplayName | Import Sequence Number |
Format | None |
IsValidForForm | False |
IsValidForRead | True |
IsValidForUpdate | False |
LogicalName | importsequencenumber |
MaxValue | 2147483647 |
MinValue | -2147483648 |
RequiredLevel | None |
Type | Integer |
MaxRating
Property | Value |
---|---|
Description | Enter the maximum rating value. |
DisplayName | Maximum Rating |
Format | None |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | maxrating |
MaxValue | 2147483647 |
MinValue | -2147483648 |
RequiredLevel | None |
Type | Integer |
MinRating
Property | Value |
---|---|
Description | Enter the minimum rating value. |
DisplayName | Minimum Rating |
Format | None |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | minrating |
MaxValue | 2147483647 |
MinValue | -2147483648 |
RequiredLevel | None |
Type | Integer |
OverriddenCreatedOn
Property | Value |
---|---|
DateTimeBehavior | UserLocal |
Description | Date and time that the record was migrated. |
DisplayName | Record Created On |
Format | DateOnly |
IsValidForForm | False |
IsValidForRead | True |
IsValidForUpdate | False |
LogicalName | overriddencreatedon |
RequiredLevel | None |
Type | DateTime |
OwnerId
Property | Value |
---|---|
Description | Unique identifier of the user or team who owns the knowledge article views. |
DisplayName | Owner |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | ownerid |
RequiredLevel | SystemRequired |
Targets | systemuser,team |
Type | Owner |
OwnerIdType
Property | Value |
---|---|
Description | |
DisplayName | |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | owneridtype |
RequiredLevel | SystemRequired |
Type | EntityName |
Rating
Property | Value |
---|---|
Description | Specifies how helpful the related record was. |
DisplayName | Rating |
Format | None |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | rating |
MaxValue | 2147483647 |
MinValue | -2147483648 |
RequiredLevel | None |
Type | Integer |
RegardingObjectId
Property | Value |
---|---|
Description | Shows the record that the feedback is associated with. |
DisplayName | Regarding |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | regardingobjectid |
RequiredLevel | None |
Targets | contact,feedback,knowledgearticle |
Type | Lookup |
RegardingObjectTypeCode
Property | Value |
---|---|
Description | |
DisplayName | |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | regardingobjecttypecode |
RequiredLevel | None |
Type | EntityName |
Source
Property | Value |
---|---|
Description | Shows where the feedback was submitted from. |
DisplayName | Source |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | source |
RequiredLevel | None |
Type | Picklist |
Source Options
Value | Label |
---|---|
0 | Internal |
1 | Portal |
StateCode
Property | Value |
---|---|
Description | Shows whether the feedback is open, rejected or closed. |
DisplayName | Status |
IsValidForCreate | False |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | statecode |
RequiredLevel | SystemRequired |
Type | State |
StateCode Options
Value | Label | DefaultStatus | InvariantName |
---|---|---|---|
0 | Open | 1 | Open |
1 | Closed | 3 | Closed |
StatusCode
Property | Value |
---|---|
Description | Select the feedback's status. |
DisplayName | Status Reason |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | statuscode |
RequiredLevel | SystemRequired |
Type | Status |
StatusCode Options
Value | Label | State |
---|---|---|
1 | Proposed | 0 |
2 | Accepted | 0 |
3 | Closed | 1 |
4 | Rejected | 1 |
Title
Property | Value |
---|---|
Description | Type a title for the feedback. |
DisplayName | Title |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | title |
MaxLength | 155 |
RequiredLevel | SystemRequired |
Type | String |
TransactionCurrencyId
Property | Value |
---|---|
Description | Choose the local currency for the record to make sure budgets are reported in the correct currency. |
DisplayName | Currency |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | transactioncurrencyid |
RequiredLevel | None |
Targets | transactioncurrency |
Type | Lookup |
Read-only attributes
These attributes return false for both IsValidForCreate or IsValidForUpdate. Listed by SchemaName.
- ClosedBy
- ClosedByName
- ClosedByYomiName
- ClosedOn
- CreatedBy
- CreatedByContactName
- CreatedByName
- CreatedByYomiName
- CreatedOn
- CreatedOnBehalfBy
- CreatedOnBehalfByContactName
- CreatedOnBehalfByContactYomiName
- CreatedOnBehalfByName
- CreatedOnBehalfByYomiName
- ExchangeRate
- ModifiedBy
- ModifiedByName
- ModifiedByYomiName
- ModifiedOn
- ModifiedOnBehalfBy
- ModifiedOnBehalfByName
- ModifiedOnBehalfByYomiName
- NormalizedRating
- OwnerIdName
- OwnerIdYomiName
- OwningBusinessUnit
- OwningTeam
- OwningUser
- RegardingObjectIdName
- RegardingObjectIdYomiName
- TransactionCurrencyIdName
- VersionNumber
ClosedBy
Property | Value |
---|---|
Description | Shows who closed the record. |
DisplayName | Closed By |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | closedby |
RequiredLevel | None |
Targets | systemuser |
Type | Lookup |
ClosedByName
Property | Value |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | closedbyname |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
ClosedByYomiName
Property | Value |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | closedbyyominame |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
ClosedOn
Property | Value |
---|---|
DateTimeBehavior | UserLocal |
Description | 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. |
DisplayName | Closed On |
Format | DateAndTime |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | closedon |
RequiredLevel | None |
Type | DateTime |
CreatedBy
Property | Value |
---|---|
Description | Shows who created the record. |
DisplayName | Created By |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | createdby |
RequiredLevel | None |
Targets | systemuser |
Type | Lookup |
CreatedByContactName
Property | Value |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | createdbycontactname |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
CreatedByName
Property | Value |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | createdbyname |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
CreatedByYomiName
Property | Value |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | createdbyyominame |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
CreatedOn
Property | Value |
---|---|
DateTimeBehavior | UserLocal |
Description | Shows the date and time when the record was created. The date and time are displayed in the time zone selected in Microsoft Dynamics 365 options. |
DisplayName | Created On |
Format | DateAndTime |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | createdon |
RequiredLevel | None |
Type | DateTime |
CreatedOnBehalfBy
Property | Value |
---|---|
Description | Shows who created the record on behalf of another user. |
DisplayName | Created By (Delegate) |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | createdonbehalfby |
RequiredLevel | None |
Targets | systemuser |
Type | Lookup |
CreatedOnBehalfByContactName
Property | Value |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | createdonbehalfbycontactname |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
CreatedOnBehalfByContactYomiName
Property | Value |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | createdonbehalfbycontactyominame |
MaxLength | 100 |
RequiredLevel | SystemRequired |
Type | String |
CreatedOnBehalfByName
Property | Value |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | createdonbehalfbyname |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
CreatedOnBehalfByYomiName
Property | Value |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | createdonbehalfbyyominame |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
ExchangeRate
Property | Value |
---|---|
Description | Shows the conversion rate of the record's currency. The exchange rate is used to convert all money fields in the record from the local currency to the system's default currency. |
DisplayName | Exchange Rate |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | exchangerate |
MaxValue | 100000000000 |
MinValue | 0.0000000001 |
Precision | 10 |
RequiredLevel | None |
Type | Decimal |
ModifiedBy
Property | Value |
---|---|
Description | Shows who last updated the record. |
DisplayName | Modified By |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | modifiedby |
RequiredLevel | None |
Targets | systemuser |
Type | Lookup |
ModifiedByName
Property | Value |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | modifiedbyname |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
ModifiedByYomiName
Property | Value |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | modifiedbyyominame |
MaxLength | 100 |
RequiredLevel | SystemRequired |
Type | String |
ModifiedOn
Property | Value |
---|---|
DateTimeBehavior | UserLocal |
Description | Shows the date and time when the record was last updated. The date and time are displayed in the time zone selected in Microsoft Dynamics 365 options. |
DisplayName | Modified On |
Format | DateAndTime |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | modifiedon |
RequiredLevel | None |
Type | DateTime |
ModifiedOnBehalfBy
Property | Value |
---|---|
Description | Unique identifier of the delegate user who modified the record. |
DisplayName | Modified By (Delegate) |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | modifiedonbehalfby |
RequiredLevel | None |
Targets | systemuser |
Type | Lookup |
ModifiedOnBehalfByName
Property | Value |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | modifiedonbehalfbyname |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
ModifiedOnBehalfByYomiName
Property | Value |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | modifiedonbehalfbyyominame |
MaxLength | 100 |
RequiredLevel | SystemRequired |
Type | String |
NormalizedRating
Property | Value |
---|---|
Description | Shows the rating scaled to a value between 0 and 1 based on minimum and maximum ratings. |
DisplayName | Normalized Rating |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | normalizedrating |
MaxValue | 1000000000 |
MinValue | -100000000000 |
Precision | 2 |
RequiredLevel | None |
Type | Decimal |
OwnerIdName
Property | Value |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | owneridname |
MaxLength | 100 |
RequiredLevel | SystemRequired |
Type | String |
OwnerIdYomiName
Property | Value |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | owneridyominame |
MaxLength | 100 |
RequiredLevel | SystemRequired |
Type | String |
OwningBusinessUnit
Property | Value |
---|---|
Description | Unique identifier of the business unit that owns the knowledge article views. |
DisplayName | Owning Business Unit |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | owningbusinessunit |
RequiredLevel | None |
Targets | businessunit |
Type | Lookup |
OwningTeam
Property | Value |
---|---|
Description | Unique identifier of the team that owns the feedback. |
DisplayName | Owning Team |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | owningteam |
RequiredLevel | None |
Targets | team |
Type | Lookup |
OwningUser
Property | Value |
---|---|
Description | Unique identifier of the user who owns this feedback. |
DisplayName | Owning User |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | owninguser |
RequiredLevel | None |
Targets | systemuser |
Type | Lookup |
RegardingObjectIdName
Property | Value |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | regardingobjectidname |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
RegardingObjectIdYomiName
Property | Value |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | regardingobjectidyominame |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
TransactionCurrencyIdName
Property | Value |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | transactioncurrencyidname |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
VersionNumber
Property | Value |
---|---|
Description | Version number of the feedback. |
DisplayName | Version Number |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | versionnumber |
MaxValue | 9223372036854775807 |
MinValue | -9223372036854775808 |
RequiredLevel | None |
Type | BigInt |
One-To-Many Relationships
Listed by SchemaName.
- Feedback_SyncErrors
- feedback_feedback
- feedback_principalobjectattributeaccess
- feedback_DuplicateBaseRecord
- feedback_DuplicateMatchingRecord
Feedback_SyncErrors
Same as syncerror entity Feedback_SyncErrors Many-To-One relationship.
Property | Value |
---|---|
ReferencingEntity | syncerror |
ReferencingAttribute | regardingobjectid |
IsHierarchical | False |
IsCustomizable | True |
ReferencedEntityNavigationPropertyName | Feedback_SyncErrors |
AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
CascadeConfiguration | Assign: Cascade Delete: Cascade Merge: Cascade Reparent: Cascade Share: Cascade Unshare: Cascade |
feedback_feedback
Same as feedback entity feedback_feedback Many-To-One relationship.
Property | Value |
---|---|
ReferencingEntity | feedback |
ReferencingAttribute | regardingobjectid |
IsHierarchical | False |
IsCustomizable | True |
ReferencedEntityNavigationPropertyName | feedback_feedback |
AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: 150 |
CascadeConfiguration | Assign: NoCascade Delete: Cascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
feedback_principalobjectattributeaccess
Same as principalobjectattributeaccess entity feedback_principalobjectattributeaccess Many-To-One relationship.
Property | Value |
---|---|
ReferencingEntity | principalobjectattributeaccess |
ReferencingAttribute | objectid |
IsHierarchical | False |
IsCustomizable | False |
ReferencedEntityNavigationPropertyName | feedback_principalobjectattributeaccess |
AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
CascadeConfiguration | Assign: NoCascade Delete: Cascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
feedback_DuplicateBaseRecord
Same as duplicaterecord entity feedback_DuplicateBaseRecord Many-To-One relationship.
Property | Value |
---|---|
ReferencingEntity | duplicaterecord |
ReferencingAttribute | baserecordid |
IsHierarchical | False |
IsCustomizable | False |
ReferencedEntityNavigationPropertyName | feedback_DuplicateBaseRecord |
AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
CascadeConfiguration | Assign: NoCascade Delete: Cascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
feedback_DuplicateMatchingRecord
Same as duplicaterecord entity feedback_DuplicateMatchingRecord Many-To-One relationship.
Property | Value |
---|---|
ReferencingEntity | duplicaterecord |
ReferencingAttribute | duplicaterecordid |
IsHierarchical | False |
IsCustomizable | False |
ReferencedEntityNavigationPropertyName | feedback_DuplicateMatchingRecord |
AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
CascadeConfiguration | Assign: NoCascade Delete: Cascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
Many-To-One Relationships
Each Many-To-One relationship is defined by a corresponding One-To-Many relationship with the related entity. Listed by SchemaName.
- lk_feedback_modifiedby
- Contact_Feedback
- lk_feedback_closedby
- feedback_feedback
- lk_feedback_createdonbehalfby
- KnowledgeArticle_Feedback
- transactioncurrency_feedback
- lk_feedback_modifiedonbehalfby
- business_unit_feedback
- lk_contact_feedback_createdonbehalfby
- lk_contact_feedback_createdby
- lk_feedback_createdby
lk_feedback_modifiedby
See systemuser Entity lk_feedback_modifiedby One-To-Many relationship.
Contact_Feedback
See contact Entity Contact_Feedback One-To-Many relationship.
lk_feedback_closedby
See systemuser Entity lk_feedback_closedby One-To-Many relationship.
feedback_feedback
See feedback Entity feedback_feedback One-To-Many relationship.
lk_feedback_createdonbehalfby
See systemuser Entity lk_feedback_createdonbehalfby One-To-Many relationship.
KnowledgeArticle_Feedback
See knowledgearticle Entity KnowledgeArticle_Feedback One-To-Many relationship.
transactioncurrency_feedback
See transactioncurrency Entity transactioncurrency_feedback One-To-Many relationship.
lk_feedback_modifiedonbehalfby
See systemuser Entity lk_feedback_modifiedonbehalfby One-To-Many relationship.
business_unit_feedback
See businessunit Entity business_unit_feedback One-To-Many relationship.
lk_contact_feedback_createdonbehalfby
See contact Entity lk_contact_feedback_createdonbehalfby One-To-Many relationship.
lk_contact_feedback_createdby
See contact Entity lk_contact_feedback_createdby One-To-Many relationship.
lk_feedback_createdby
See systemuser Entity lk_feedback_createdby One-To-Many relationship.
See also
About entity reference
Web API reference
feedback EntityType
Note
Can you tell us about your documentation language preferences? Take a short survey.
The survey will take about seven minutes. No personal data is collected (privacy statement).