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
Eric_SalesForceEric_SalesForce 

Determining when a new Page View is created

I was wondering if there was a way to track when a new Page View was created using an apex trigger. We want to be able to see what users are using what pages to help troubleshoot if a user isn't able to see content because of a view that was created incorrectly. Is there a class called PageView that we can access or a list of Page Views with a creater field that we can see?

thanks,
Sonam_SFDCSonam_SFDC
Hi Eric,

List views are stored as metadata and are only available through the metadata API. The Force.com IDE can be used to retrieve this information.
Read more on the same : https://help.salesforce.com/apex/HTViewSolution?urlname=How-can-I-get-a-list-of-list-views-1327109389751&language=en_US