EntityMetadata.IsQuickCreateEnabled Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the value indicating if the entity is enabled for quick create forms.
public:
property Nullable<bool> IsQuickCreateEnabled { Nullable<bool> get(); void set(Nullable<bool> value); };
[System.Runtime.Serialization.DataMember]
public bool? IsQuickCreateEnabled { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.IsQuickCreateEnabled : Nullable<bool> with get, set
Public Property IsQuickCreateEnabled As Nullable(Of Boolean)
Property Value
true
if the entity is enabled for quick create forms ; otherwise, false
.
- Attributes
Remarks
For activity entities or any system entities where IsAIRUpdated is false, setting this value to true will not enable quick create forms.