Recipe - How To Configure Ramped Quotas

Recipe - How To Configure Ramped Quotas


This article applies if you want to use ramped quotas - i.e. quotas whose value increases over time. Ramped quotas are typically used for new hires who should not be subject to a full quota (because they are still building a pipeline or in-training).

Becoming Familiar With General Plan Setup
We first recommend first reading this article to become familiar with fundamental mechanisms of plan configuration.

Choosing An Approach
Let's say that you want to use the following ramped quotas:
  • After 1 month with the company, Joe's monthly quota is $10,000
  • After 2 months with the company, Joe's monthly quota is $20,000
  • After 3 months with the company, Joe's monthly quota is $30,000
  • After this, Joe's monthly quota is $45,000

There are 2 primary ways you can accomplish this.
  • Approach 1 - define per-user custom variables 
  • Approach 2 - define a dynamic quota formula based on start dates

Approach 1 - Define Per-User Custom Variables
You can specify each user's quota with different effective dates.

For each target:
  1. Edit the user
  2. Go to the "Custom" tab
  3. Define a custom variable called "Quota"
  4. Set appropriate values
  5. Set effective dates



As you can see, the effective quota starts at $10,000 in January, but increases to $45,000 over time.

Next, update your plan:
  1. Edit your plan
  2. Go to the "Incentives" tab
  3. Select this option from the dropdown
  4. Enter @@Quota



Sales Cookie will automatically resolve the value of @@Quota for each credited user. The period you are calculating for will determine which value is effective.

Advanced - Bulk-Entering Quota Values
To bulk enter values across multiple users, you can use the bulk quota tool:
1. Go to Settings > Tools
2. Select "Bulk Set User Quotas"

Note: you can select users by tag when bulk-setting quotas.



Approach 2 - Define a Dynamic Quota Formula Based On Dates
Another solution consists in defining a dynamic quota formula. This formula can lookup each credited user's start date, and return a quota value.

For each target:
  1. Edit the user
  2. Go to the "Custom" tab
  3. Define a custom variable called "StartDate"
  4. Set appropriate values
  5. Make the value effective always



Next, update your plan:
  1. Edit your plan
  2. Go to the "Incentives" tab
  3. Select this option from the dropdown



Then, in the quota formula, enter something like this:



As you can see, this formula retrieves the @@StartDate custom variable from each credited user. Then, depending on the difference between [the calculation period's end date] vs. [the user's start date], it returns a quota value.

Advanced - Avoiding Hardcoded Values
In the formula above, we've hardcoded values. Instead, you could refer to plan-level custom variables like this:



On the "Custom" tab of your plan, you can now define values for @@4Months, @@3Months, etc. Sales Cookie will automatically resolve the value of @@4Months, @@3Months, etc. The period you are calculating for will determine which value is effective.



Advanced - Hybrid Explicit Quota OR Start Date
Perhaps you have a situation where most reps have explicit quotas defined as custom variables (ex: @@Quota). However, for new reps, you want to use a ramped quota automatically calculated based on their start date.

In the formula below, we first check if an explicit quota is set for the calculation period. If not, we fall back to using the start date defined on the credited user.



    • Related Articles

    • Recipe - How To Set Quotas Based On Job Titles

      This article applies if you want to set the same quotas for multiple users with the same job title. Becoming Familiar With General Plan Setup We first recommend first reading this article to become familiar with fundamental mechanisms of plan ...
    • Recipe - How To Efficiently Setup A New Plan

      This article describes a recipe to efficiently create plans based on common patterns. Those patterns work for 75% of plans. This article is intended to be a compact reference and provide general guidelines. Initialize Plan The goal here is to quickly ...
    • How Can I Set Per-User Quotas?

      You can configure your incentive plans to use per-user quotas. This lets you re-use the same plan across many users, each user having a different attainment threshold. To create an incentive plan with per-user quotas: Edit your incentive plan Click ...
    • Recipe - How To Configure Draw Plans

      This article applies if you require draws, but payees can receive commissions from multiple plans, and commissions from all these plans should be taken into account when calculating draw amounts. Draws & Multiple Plans If you have a single plan, you ...
    • How Can I Create a Single Plan Which Applies Different Quotas to Different Users?

      This article explains how you can create a single sales incentive plan but apply different quotas to different users. For more information about how to configure attainment levels and thresholds, click here. When you configure attainment levels for ...