Module: MoveToGo::HistoryClassification
- Defined in:
- lib/move-to-go/model/history_classification.rb
Overview
Defines a history type. This defines what kind of action that happened before the history was written.
Constant Summary collapse
- SalesCall =
We talked to the client about a sale. This might be a phone call or a talk in person.
'SalesCall'
- Comment =
This is a general comment about the organization or deal.
'Comment'
- TalkedTo =
This is a general comment regarding a talk we had with someone at the client.
'TalkedTo'
- TriedToReach =
We tried to reach someone but failed.
'TriedToReach'
- ClientVisit =
We had a meeting at the client’s site.
'ClientVisit'
- MailMessage =
We had Email correspondence
'MailMessage'