Skip to main content

Hi Everyone 

 

The concept here would be to set a goal (quota) for  users (quarterly/annually/monthly), then report on their progress against that goal based on Opportunities closed won

I am thinking  the best route for scalability will be creating a custom Object for Quotas related to the User and Opportunity Objects. Will need:

  1. custom Quota Object
  2. fields on Quota records (page layout) to hold User lookup, goal values, etc.
  3. relationship configuration (User, Quota, Opportunity)
  4. Flows (to update fields?)

Fields needed:

  1. Annual Goal Amount (manual entry currency field)
  2. Quarterly Goal Amount (formula field = Annual_Goal_Amount__c/4)
  3. Monthly Goal Amount (formula field = Annual_Goal_Amount__c/12)

Fields 'nice to have':

  1. Annual Attainment % (formula field = SUM('all Opps Closed Won' / Annual_Goal_Amount__c)
  2. Quarterly Attainment % (formula field = SUM('all Opps Closed Won this Qtr' / Quarterly_Goal_Amount__c)

(would like these 'nice to have' fields on the Goal record but if not possible, build logic at the report level)

Once the above is in place, we will need to figure out custom report types and dashboards to show the data we're building.

 

ASK: I am confused about creating relationship between QUOTA (custom object) USER and QUOTA and OPPORTUNITY

 

should i create lookup field on QUOTA which look up Opportunity or vise versa ?

should i create lookup field on QUOTA which look up User or vise versa ?

 

Please help me

 

@Trailblazer Community Cove@* Salesforce Platform *@* Sales Cloud - Best Practices *@Admin Group, Tunis, TN@All About AppExchange

2 answers
0/9000