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
ts44ts44 

Quick Question on Auditing

Hello!

 

I haven't released a Salesforce app yet but will be soon. I've been coding and something I thought of and can't seem to find any information on is auditing. After releasing a product, is there a simple way to view activities on objects? There is the CreatedBy, and LastModifiedBy fields, but I was hoping for finer details such as which user changed this <randomField> or anything similar. Or perhaps a report showing which features of the application they are using the most. I just wanted to know so in future releases I have a way of telling which new features to implement, or which older ones need work on. Basically, is there a way to see metrics on which portions of the app the customer is utilized the most so that in future releases I can determine more easily what to create to make it more successful?

 

Thank You

Best Answer chosen by Admin (Salesforce Developers) 
BewitchedBewitched

Hi,

 

I explored some options available in salesforce to track this.

 

One that I found was to Set Up an Audit Trail, this would help you in monitoring setup changes made by admin and other users.

 

https://login.salesforce.com/help/doc/en/admin_monitorsetup.htm

 

Let me know your views on this suggestion.

 

Thanks,

Tulika

All Answers

BewitchedBewitched

Hi,

 

I explored some options available in salesforce to track this.

 

One that I found was to Set Up an Audit Trail, this would help you in monitoring setup changes made by admin and other users.

 

https://login.salesforce.com/help/doc/en/admin_monitorsetup.htm

 

Let me know your views on this suggestion.

 

Thanks,

Tulika

This was selected as the best answer
ts44ts44

Thank You Bewtiched!

 

This is what I needed.