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
TIC GumsTIC Gums 

Products table: How to track changes to some fields in the products table.

I'm trying to figure out a way yo keep track of when changes are made to a handfull of fields in the Products table. There is about 30 custom fields in my products table. I only care about when changes are made to 10 of them. I was going to just use the date last modified field but that would change when any of the fields are modified and I need to track changes to 10 specific fields and store a date. ca I do this with a validation rule? I have DBAmp, and thought about just writing a trigger in SQL 2005 to handle this with an update back to sales force but wanted to find out if there was a better way of doing this.
 
Thanks for any help you can give.