EntityMetadata.IsQuickCreateEnabled Property

Definition

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.

Applies to