EntityMetadata.CanModifyAdditionalSettings Property

Definition

Gets or sets the property that determines whether any other entity properties not represented by a managed property can be changed.

public:
 property Microsoft::Xrm::Sdk::BooleanManagedProperty ^ CanModifyAdditionalSettings { Microsoft::Xrm::Sdk::BooleanManagedProperty ^ get(); void set(Microsoft::Xrm::Sdk::BooleanManagedProperty ^ value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.Xrm.Sdk.BooleanManagedProperty CanModifyAdditionalSettings { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.CanModifyAdditionalSettings : Microsoft.Xrm.Sdk.BooleanManagedProperty with get, set
Public Property CanModifyAdditionalSettings As BooleanManagedProperty

Property Value

The property that determines whether any other entity properties not represented by a managed property can be changed.

Attributes

Remarks

Set this property to false if you want to prevent changes to the following properties when the Entity is added as part of a managed solution.

PropertyDescription

HasActivities

This is a property of the CreateEntityRequest and UpdateEntityRequest that creates a special entity relationship with the ActivityPointer (activity) entity that allows activities to be associated with the entity.

HasNotes

This is a property of the CreateEntityRequest and UpdateEntityRequest that creates a special entity relationship to the Annotation (note) entity that allows notes to be associated with the entity.

IsAvailableOffline

This property allows users of Microsoft Dynamics 365 for Microsoft Office Outlook with Offline Access to access entity records while offline.

IsDocumentManagementEnabled

This property allows documents in an organization with an integrated Sharepoint instance to be associated with this entity.

Applies to