Sales Org

****UPDATE: We have updated our Documentation site - please click the below link****

John runs a Music shop and wants to motivate his sales team to achieve greater success and sell more instruments this quarter.

John will be able to split his 6 staff into 2 teams of 3 members. He can place the teams into a Challenge where he knows his staff will respond well to friendly competition. John is hoping this will keep motivating his staff to succeed through a combination of rewards and recognition throughout the Challenge.

John decides that success this quarter will be through a combination of:

  1. Closing larger value Opportunities
  2. Closing Opportunities faster

John wants to award challenge points based on the size of the closed won opportunity and the time taken to close them. Larger opportunities will attract more points, but a smaller opportunity closed faster may just be more valuable.

John wants his staff to be able to see their points and how they are ranking against peers in a leader board.

To achieve this in RIO DriveSuccess, John's Salesforce Admin will then need to create the Challenge in Salesforce by:

  1. Creating the Team Categories
  2. Creating the Teams
  3. Setting up his Attributes
  4. Creating his Challenge

How to Create Attribute Points in the Challenge

John has decided that he wants to create a complex points system where he can enter his points for amount and can add his multiplier for closed date.

  1. John needs to Navigate to “RDS Challenges” Tab
  2. Select the 'New' button to create a New Challenge
  3. Select type (Either Team Challenge or Personal Challenge). If you wish to Clone from a previous challenge you can, or you can just clone the challengers or attributes.
  4. Select the Next button and fill in Name, Start Date, End Date, Status (Draft until ready to start challenge), Recurring Type and have added your challengers.
  5. Click on the “Save & Next” button once completed
  6. 'Add Row' and Start typing name of Attribute into the bock and then select 'New Attribute'
  7. Enter an Attribute Name (e.g Sales Opportunity)
  8. Define a Points Method (e.g Calculated from Input )
  9. Enter Challenge Points (e.g below shows multiple points given in between certain amounts)
  10. Click on the “Save” button

The member receiving the Endorsement will receive an email and notification will appear in chatter.

Find out more: Attributes & Automatic Endorsement

How to Manually Award Points in the Challenge

  1. Navigate to “RDS Endorsement” tab
  2. Click on the “New” button
  3. Select the User being awarded points
  4. Type in selected Attribute
  5. There is also the option to link an endorsement to a record.
  6. Select Endorsement Date (Date endorsement was created).
  7. Point Multiplier (e.g If you multiple Blog by 2, it will equal 14 points in total).
  8. Select a Description if applicable and the there is the option to disable chatter post notification.
  9. Click on the “Save” button.

Find out more here: Endorsement

How to Create an Automatic Point using Process Builder

If John wants his points to be awarded automatically he will need to:

  1. Select 'Setup' and search 'Process Builder' in Quick Find
  2. Select 'New' to create your flowchart
  3. Fill in 'Process Name' and tab for API Name. There is the option to add a description, and when the process starts. Select Save
  4. Select '+ Add Object'
  5. Select 'Object' (Opportunity) and 'Start the Process' (Only when a record is created)
  6. Select '+ Add Criteria'
  7. Enter 'Criteria Name' (Opportunity Closed-Won), 'Criteria for Executing Actions' (Conditions are met), 'Set Conditions' (Opportuntiy is Closed Equals Boolean False) and 'Conditions' (All of the conditions are met (AND).
  8. In 'Immediate Actions' select '+ Add Action', add the 'Action Type' (Create a Record), 'Action Name' (Create RDS Endoresment), 'Record Type' (RDS Endorsement).
  9. Then proceed to set 5 'Set Field Values'
  • Attribute - ID - (Value = Find ID by selecting endoresment from RDS Endoresment)
  • Endoresment Date - Formula - Today()
  • Related Record Id - Reference - [Opportunity].Id
  • User - Reference - [Opportunity].Owner.Id
  • Points Awarded - Number - 1

10. Once you have completed, select 'Activate'.