SharePointSite Entity OptionSet Attribute Metadata

[Applies to: Microsoft Dynamics CRM 2011]

The SharePoint site 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 SharePoint site entity.

LogicalName Type OptionValue OptionDescription

statecode

State

0

Active

State

1

Inactive

statuscode

Status

1

Active

Status

2

Inactive

validationstatus

Picklist

1

Not Validated

Picklist

2

In Progress

Picklist

3

Invalid

Picklist

4

Valid

Picklist

5

Could not validate

validationstatuserrorcode

Picklist

1

This record's URL has not been validated.

Picklist

2

This record's URL is valid.

Picklist

3

This record's URL is not valid.

Picklist

4

The URL schemes of Microsoft Dynamics CRM and SharePoint are different.

Picklist

5

The URL could not be accessed because of Internet Explorer security settings.

Picklist

6

Authentication failure.

Picklist

7

Invalid certificates.

Statecode to Statuscode Mapping

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

State State value Status Status value

Active

0

Active

1

Inactive

1

Inactive

2

See Also

Concepts

SharePointSite Entity Metadata
SharePointSite Entity Messages and Methods

Other Resources

SharePoint Integration Entities

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