Favoritesamit daragari (Cognizant) asked in #Reports & DashboardsOct 5, 2020, 7:15 AMIs there a way to track unique numbers of users visit to a particular SFDC dashboard?Is there a way to track unique numbers of users visit to a particular SFDC dashboard?1 answerSortSort by DateSort by Most HelpfulSort by DateGuy Keshet (TCS)Oct 5, 2020, 9:16 AMthe short answer is no, or at least not easily - salesforce does not track user activities by default you CAN track ALL user's activities by buying the event monitoring feature of Salesfroce shield (https://trailhead.salesforce.com/content/learn/modules/event_monitoring) but that would be overkill for your requirement so likely to be too expensive you can code a solution (create a lightning componenet that logs users activities to a custom object) - that would require hiring a developer Write an answer...BoldItalicUnderlineStrikethroughBulleted ListNumbered ListAdd linkCode blockInsert imageAttach filesLink URLCancelSave0/9000Reply
Guy Keshet (TCS)Oct 5, 2020, 9:16 AMthe short answer is no, or at least not easily - salesforce does not track user activities by default you CAN track ALL user's activities by buying the event monitoring feature of Salesfroce shield (https://trailhead.salesforce.com/content/learn/modules/event_monitoring) but that would be overkill for your requirement so likely to be too expensive you can code a solution (create a lightning componenet that logs users activities to a custom object) - that would require hiring a developer