FollowupActivityReason
A description of why a follow-up activity has been suggested. This enum controls what message the user interface should use to ask the user.
enum FollowupActivityReason {
ACCOUNT_VISIT_INTERVAL
ACCOUNT_ALTERNATE_VISIT_INTERVAL
}
Values
FollowupActivityReason.ACCOUNT_VISIT_INTERVAL
The account has a visit interval set for the responsible user.
FollowupActivityReason.ACCOUNT_ALTERNATE_VISIT_INTERVAL
The account has a visit interval set for the alternate responsible user.
Member of
FollowupActivity
object