function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
CHACKO CherianCHACKO Cherian 

Add field to an account that can be tracked monthly

Can somebody help with the below issue

I need to add 5 fields to a sales rep account. The fields are
  1. Bonus (currency)
  2. Elite Joining Date (date field)
  3. Match Amount (Currency)
  4. Match Earning (Match Amount * 2)
  5. Total Stash (Bonus + My Stash + Match Earning)
The fields must be able to track history in case the amount is changed on a monthly basis.  For ex:
------------------------------
Month | Match Earning | Bonus
-----------------------------
Jan      | $50                  |  $160
Feb      | $70                 |  $150


I was able to add to add the fields. But was not able to find how to track the changes on the monthly basics?

Thanks
Patcs_1Patcs_1
Hi

First you need to set the History tracking for this field in the object. Then you do a report on Field History of that particular object.

Thanks
CLKCLK
https://help.salesforce.com/HTViewHelpDoc?id=data_about_analytic_snap.htm&language=en_US