Feedback table/entity reference

Note

Unsure about table vs. entity? See Developers: Understand terminology in Microsoft Dataverse.

Feedback and rating.

Messages

Message Web API Operation SDK class or method
Assign PATCH /feedback(feedbackid)
Update ownerid property.
AssignRequest
Create POST /feedback
See Create
CreateRequest or
Create
Delete DELETE /feedback(feedbackid)
See Delete
DeleteRequest or
Delete
GrantAccess GrantAccess GrantAccessRequest
ModifyAccess ModifyAccess ModifyAccessRequest
Retrieve GET /feedback(feedbackid)
See Retrieve
RetrieveRequest or
Retrieve
RetrieveMultiple GET /feedback
See Query Data
RetrieveMultipleRequest or
RetrieveMultiple
RetrievePrincipalAccess RetrievePrincipalAccess RetrievePrincipalAccessRequest
RetrieveSharedPrincipalsAndAccess RetrieveSharedPrincipalsAndAccess RetrieveSharedPrincipalsAndAccessRequest
RevokeAccess RevokeAccess RevokeAccessRequest
SetState PATCH /feedback(feedbackid)
Update statecode and statuscode properties.
SetStateRequest
Update PATCH /feedback(feedbackid)
See Update
UpdateRequest or
Update

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 columns/attributes

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

adx_approved

Added by: Power Pages Runtime Core Solution

Property Value
Description Shows whether the feedback is approved for display.
DisplayName Published To Web
IsValidForForm True
IsValidForRead True
LogicalName adx_approved
RequiredLevel None
Type Boolean

adx_approved Choices/Options

Value Label Description
1 Yes
0 No

DefaultValue: 0

adx_authorurl

Added by: Power Pages Runtime Core Solution

Property Value
Description The URL of the author’s home page/blog.
DisplayName Author URL
FormatName Url
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName adx_authorurl
MaxLength 200
RequiredLevel None
Type String

Adx_ContactEmail

Added by: Power Pages Runtime Core Solution

Property Value
Description Email of the contact who created the record.
DisplayName Email
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName adx_contactemail
MaxLength 100
RequiredLevel None
Type String

Adx_ContactUsername

Added by: Power Pages Runtime Core Solution

Property Value
Description Username of the contact who created the record.
DisplayName Username
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName adx_contactusername
MaxLength 100
RequiredLevel None
Type String

Adx_CreatedByContact

Added by: Power Pages Runtime Core Solution

Property Value
Description Name of the contact who created the record.
DisplayName Created By Name (Contact)
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName adx_createdbycontact
MaxLength 4000
RequiredLevel None
Type String

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

msdyn_ContextObjectId

Added by: Knowledge Management Patch Solution

Property Value
Description Shows the record in context of which feedback rating is being provided.
DisplayName Context
IsValidForForm True
IsValidForRead True
LogicalName msdyn_contextobjectid
RequiredLevel None
Targets knowledgearticle
Type Lookup

msdyn_ContextObjectIdType

Added by: Active Solution Solution

Property Value
Description
DisplayName
IsValidForForm False
IsValidForRead True
LogicalName msdyn_contextobjectidtype
RequiredLevel None
Type EntityName

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 Choices/Options

Value Label Description
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 Choices/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 Choices/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 columns/attributes

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

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.000000000001
Precision 12
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

msdyn_ContextObjectIdName

Added by: Knowledge Management Patch Solution

Property Value
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName msdyn_contextobjectidname
MaxLength 1000
RequiredLevel None
Type String

msdyn_ContextObjectIdYomiName

Added by: Knowledge Management Patch Solution

Property Value
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName msdyn_contextobjectidyominame
MaxLength 1000
RequiredLevel None
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 True
IsValidForRead True
LogicalName owningbusinessunit
RequiredLevel None
Targets businessunit
Type Lookup

OwningBusinessUnitName

Property Value
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName owningbusinessunitname
MaxLength 160
RequiredLevel None
Type String

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

Same as the Feedback_SyncErrors many-to-one relationship for the syncerror table/entity.

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 the feedback_feedback many-to-one relationship for the feedback table/entity.

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 the feedback_principalobjectattributeaccess many-to-one relationship for the principalobjectattributeaccess table/entity.

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 the feedback_DuplicateBaseRecord many-to-one relationship for the duplicaterecord table/entity.

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 the feedback_DuplicateMatchingRecord many-to-one relationship for the duplicaterecord table/entity.

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 table. Listed by SchemaName.

lk_feedback_modifiedby

See the lk_feedback_modifiedby one-to-many relationship for the systemuser table/entity.

Contact_Feedback

See the Contact_Feedback one-to-many relationship for the contact table/entity.

lk_feedback_closedby

See the lk_feedback_closedby one-to-many relationship for the systemuser table/entity.

feedback_feedback

See the feedback_feedback one-to-many relationship for the feedback table/entity.

lk_feedback_createdonbehalfby

See the lk_feedback_createdonbehalfby one-to-many relationship for the systemuser table/entity.

KnowledgeArticle_Feedback

See the KnowledgeArticle_Feedback one-to-many relationship for the knowledgearticle table/entity.

transactioncurrency_feedback

See the transactioncurrency_feedback one-to-many relationship for the transactioncurrency table/entity.

lk_feedback_modifiedonbehalfby

See the lk_feedback_modifiedonbehalfby one-to-many relationship for the systemuser table/entity.

business_unit_feedback

See the business_unit_feedback one-to-many relationship for the businessunit table/entity.

lk_contact_feedback_createdonbehalfby

See the lk_contact_feedback_createdonbehalfby one-to-many relationship for the contact table/entity.

lk_contact_feedback_createdby

See the lk_contact_feedback_createdby one-to-many relationship for the contact table/entity.

lk_feedback_createdby

See the lk_feedback_createdby one-to-many relationship for the systemuser table/entity.

msdyn_knowledgearticle_feedback_context

See the msdyn_knowledgearticle_feedback_context one-to-many relationship for the knowledgearticle table/entity.

See also

Dataverse table/entity reference
Web API Reference
feedback EntityType