public interface IFollowUpManager
extends com4j.Com4jObject
Modifier and Type | Method and Description |
---|---|
void |
cancelFollowUp()
Removes the current entity's follow-up.
|
boolean |
hasFollowUp()
Checks if the object has at least one follow-up associated with it.
|
boolean |
isFollowUpOverdue()
Checks if the date of the unsent follow-up is earlier than the current database server date.
|
void |
setFollowUp(Date followUpDate,
String description)
Sets an alert for follow-up for the current object.
|
void setFollowUp(Date followUpDate, String description)
Sets an alert for follow-up for the current object.
followUpDate
- Mandatory java.util.Date parameter.description
- Mandatory java.lang.String parameter.void cancelFollowUp()
Removes the current entity's follow-up.
boolean hasFollowUp()
Checks if the object has at least one follow-up associated with it.
boolean isFollowUpOverdue()
Checks if the date of the unsent follow-up is earlier than the current database server date.
Copyright © 2020. All rights reserved.