Article Comment (KbArticleComment) table/entity reference

Note

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

Comment on a knowledge base article.

Messages

Message Web API Operation SDK class or method
Create POST /kbarticlecomments
See Create
CreateRequest or
Create
Delete DELETE /kbarticlecomments(kbarticlecommentid)
See Delete
DeleteRequest or
Delete
Retrieve GET /kbarticlecomments(kbarticlecommentid)
See Retrieve
RetrieveRequest or
Retrieve
RetrieveMultiple GET /kbarticlecomments
See Query Data
RetrieveMultipleRequest or
RetrieveMultiple
Update PATCH /kbarticlecomments(kbarticlecommentid)
See Update
UpdateRequest or
Update

Properties

Property Value
CollectionSchemaName KbArticleComments
DisplayCollectionName Article Comments
DisplayName Article Comment
EntitySetName kbarticlecomments
IsBPFEntity False
LogicalCollectionName kbarticlecomments
LogicalName kbarticlecomment
OwnershipType None
PrimaryIdAttribute kbarticlecommentid
PrimaryNameAttribute title
SchemaName KbArticleComment

Writable columns/attributes

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

CommentText

Property Value
Description Comment text for the knowledge base article.
DisplayName Comment Text
Format Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName commenttext
MaxLength 100000
RequiredLevel None
Type Memo

KbArticleCommentId

Property Value
Description Unique identifier of the knowledge base article comment.
DisplayName Article Comment
IsValidForForm False
IsValidForRead True
IsValidForUpdate False
LogicalName kbarticlecommentid
RequiredLevel SystemRequired
Type Uniqueidentifier

KbArticleId

Property Value
Description Unique identifier of the knowledge base article to which the comment applies.
DisplayName KB Article
IsValidForForm False
IsValidForRead True
LogicalName kbarticleid
RequiredLevel SystemRequired
Targets kbarticle
Type Lookup

Title

Property Value
Description Title of the knowledge base article comment.
DisplayName Title
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName title
MaxLength 200
RequiredLevel ApplicationRequired
Type String

Read-only columns/attributes

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

CreatedBy

Property Value
Description Unique identifier of the user who created the knowledge base article comment.
DisplayName Created By
IsValidForForm False
IsValidForRead True
LogicalName createdby
RequiredLevel None
Targets systemuser
Type Lookup

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 Date and time when the knowledge base article comment was created.
DisplayName Created On
Format DateAndTime
IsValidForForm False
IsValidForRead True
LogicalName createdon
RequiredLevel None
Type DateTime

CreatedOnBehalfBy

Property Value
Description Unique identifier of the delegate user who created the kbarticlecomment.
DisplayName Created By (Delegate)
IsValidForForm False
IsValidForRead True
LogicalName createdonbehalfby
RequiredLevel None
Targets systemuser
Type Lookup

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

ModifiedBy

Property Value
Description Unique identifier of the user who last modified the knowledge base article comment.
DisplayName Modified By
IsValidForForm False
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 None
Type String

ModifiedOn

Property Value
DateTimeBehavior UserLocal
Description Date and time when the knowledge base article comment was last modified.
DisplayName Modified On
Format DateAndTime
IsValidForForm False
IsValidForRead True
LogicalName modifiedon
RequiredLevel None
Type DateTime

ModifiedOnBehalfBy

Property Value
Description Unique identifier of the delegate user who last modified the kbarticlecomment.
DisplayName Modified By (Delegate)
IsValidForForm False
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 None
Type String

OrganizationId

Property Value
Description Unique identifier of the organization with which the article comment is associated.
DisplayName Organization
IsValidForForm False
IsValidForRead True
LogicalName organizationid
RequiredLevel SystemRequired
Type Uniqueidentifier

VersionNumber

Property Value
Description
DisplayName
IsValidForForm False
IsValidForRead True
LogicalName versionnumber
MaxValue 9223372036854775807
MinValue -9223372036854775808
RequiredLevel None
Type BigInt

One-To-Many Relationships

Listed by SchemaName.

KbArticleComment_ProcessSessions

Same as the KbArticleComment_ProcessSessions many-to-one relationship for the processsession table/entity.

Property Value
ReferencingEntity processsession
ReferencingAttribute regardingobjectid
IsHierarchical False
IsCustomizable False
ReferencedEntityNavigationPropertyName KbArticleComment_ProcessSessions
AssociatedMenuConfiguration Behavior: UseCollectionName
Group: Details
Label:
Order: 110
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

KbArticleComment_AsyncOperations

Same as the KbArticleComment_AsyncOperations many-to-one relationship for the asyncoperation table/entity.

Property Value
ReferencingEntity asyncoperation
ReferencingAttribute regardingobjectid
IsHierarchical False
IsCustomizable False
ReferencedEntityNavigationPropertyName KbArticleComment_AsyncOperations
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

KbArticleComment_BulkDeleteFailures

Same as the KbArticleComment_BulkDeleteFailures many-to-one relationship for the bulkdeletefailure table/entity.

Property Value
ReferencingEntity bulkdeletefailure
ReferencingAttribute regardingobjectid
IsHierarchical False
IsCustomizable False
ReferencedEntityNavigationPropertyName KbArticleComment_BulkDeleteFailures
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_kbarticlecomment_modifiedonbehalfby

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

lk_kbarticlecommentbase_createdby

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

lk_kbarticlecomment_createdonbehalfby

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

lk_kbarticlecommentbase_modifiedby

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

kbarticle_comments

See the kbarticle_comments one-to-many relationship for the kbarticle table/entity.

See also

Dataverse table/entity reference
Web API Reference
kbarticlecomment EntityType