Is it possible to calculate how many users viewed a record in MS CRM and how many users clicked 'export to excel' option from a view
Is it possible to calculate how many users viewed a record in MS CRM and how many users clicked 'export to excel' option from a view
Hello,
As said by Charles, there is no OOB solution for your scenario. You can implement a plugin in retrieve message and store each retrieve in a custom entity.
Hello,
I don't think there is a OOB solution for this. If you want, you can do it by adding a js code that will be triggered on load of the form and will save the user who accessed the record in a separate entity for exemple.
As for the export to excel button, you can do it using ribbon workbench by adding a function call on click of the button that will create as well a new record in a separate entity (the same entity of the user access on the records can be used)
André Arnaud de Cal... 291,711 Super User 2024 Season 2
Martin Dráb 230,458 Most Valuable Professional
nmaenpaa 101,156