In the end, regardless of whether you followed a sales guide or not, a sale is either sold or lost. It is time to wrap things up and at the same time make sure the seller and others can learn from it either way.
Sold
The date and amount are no longer estimates, and you can record the actual values. Also, keeping track of why the sales rep made the sale can prove beneficial.
List available reasons for winning
List the latest successful sales
You can get the won sales directly from the agent without filtering by date and status.
When calling GetRecentSales(), you can optionally limit the result by an amount and/or count.
To ignore a filter, set it to -1.
The result is sorted descending with the most recent at the top.
Lost
Lessons learned: why the sale was lost and to which competitor.
List available reasons for a loss
List sales lost in a given month
GetSalesByDate() returns the simple NSSale type. If you want to dig into details such as reasons for losing the sale, you need to also fetch the corresponding NSSaleEntity based on the sale ID.
List sales lost by reason
Stalled sales
reasonStalled_id: reference to why the sale is stalled
reopenDate: when the sale should be reopened