kbarticlecomment EntityType
Updated: November 29, 2016
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
Description: Comment on a knowledge base article.
Entity Set path:[organization URI]/api/data/v8.2/kbarticlecomments
Base Type: crmbaseentity EntityType
Display Name: Article Comment
Primary Key: kbarticlecommentid
Primary Name Attribute: title
Properties represent fields of data stored in the entity. Some properties are read-only.
Name | Type | Details |
|---|---|---|
commenttext | Edm.String | Description: Comment text for the knowledge base article. Display Name: Comment Text |
createdon | Edm.DateTimeOffset | Description: Date and time when the knowledge base article comment was created. Display Name: Created On Read-only property |
kbarticlecommentid | Edm.Guid | Description: Unique identifier of the knowledge base article comment. Display Name: Article Comment |
modifiedon | Edm.DateTimeOffset | Description: Date and time when the knowledge base article comment was last modified. Display Name: Modified On Read-only property |
organizationid | Edm.Guid | Description: Unique identifier of the organization with which the article comment is associated. Display Name: Organization Read-only property |
title | Edm.String | Description: Title of the knowledge base article comment. Display Name: Title |
versionnumber | Edm.Int64 | Description: Read-only property |
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 Retrieve data about lookup properties
Name | Single-valued navigation property | Description |
|---|---|---|
_createdby_value | createdby | Unique identifier of the user who created the knowledge base article comment. |
_createdonbehalfby_value | createdonbehalfby | Unique identifier of the delegate user who created the kbarticlecomment. |
_kbarticleid_value | kbarticleid | Unique identifier of the knowledge base article to which the comment applies. |
_modifiedby_value | modifiedby | Unique identifier of the user who last modified the knowledge base article comment. |
_modifiedonbehalfby_value | modifiedonbehalfby | Unique identifier of the delegate user who last modified the kbarticlecomment. |
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 |
|---|---|---|
createdby | lk_kbarticlecommentbase_createdby | |
createdonbehalfby | lk_kbarticlecomment_createdonbehalfby | |
kbarticleid | kbarticle_comments | |
modifiedby | lk_kbarticlecommentbase_modifiedby | |
modifiedonbehalfby | lk_kbarticlecomment_modifiedonbehalfby |
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 |
|---|---|---|
KbArticleComment_AsyncOperations | regardingobjectid_kbarticlecomment | |
KbArticleComment_BulkDeleteFailures | regardingobjectid_kbarticlecomment |
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright