The date on which the iMIS user should be reminded of this Activity, e.g. to follow-up with the customer

Namespace:  Asi.iBO.ContactManagement
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public DateTime TicklerDate { get; set; }
Visual Basic (Declaration)
Public Property TicklerDate As DateTime
Visual C++
public:
property DateTime TicklerDate {
	DateTime get ();
	void set (DateTime value);
}

See Also