Click or drag to resize

ReminderIsDefault Property

True when this is the defult reminder for a task. The default reminder is controlled through the task, while non-default reminders are manipulated through separate form. [Required] [Default(false)] [Filter(eq)]

Namespace:  Aloe.EnterpriseOne.Model.General.Contacts
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public bool IsDefault { get; set; }

Property Value

Type: Boolean
See Also