KbArticle (Article) Entity OptionSet Attribute Metadata

[Applies to: Microsoft Dynamics CRM 2011]

The knowledge base article entity contains a number of attributes with the underlying type of OptionSetMetadata. This includes attributes of type PicklistAttributeMetadata, StateAttributeMetadata, and StatusAttributeMetadata. This topic shows the values for these attributes in a default, uncustomized installation of Microsoft Dynamics CRM. For information on how to generate and use enumerations for these values in your code, see Helper Code: Enumerations for Option Sets.

OptionSet Values

The following table lists the attributes and option set values for the knowledge base article entity.

LogicalName Type OptionValue OptionDescription

statecode

State

1

Draft

State

2

Unapproved

State

3

Published

statuscode

Status

1

Draft

Status

2

Unapproved

Status

3

Published

Statecode to Statuscode Mapping

The following table shows the mapping between the default statecode and statuscode picklist values.

State State value Status Status value

Draft

1

Draft

1

Unapproved

2

Unapproved

2

Published

3

Published

3

See Also

Concepts

KbArticle (Article) Entity Metadata
KbArticle (Article) Entity Messages and Methods

Other Resources

Knowledge Base Entities

Microsoft Dynamics CRM 2011
Send comments about this topic to Microsoft.
© 2013 Microsoft Corporation. All rights reserved.