Tuesday, July 11, 2017

Dynamics 365 and Activity Timer

In CRM as a developer we always want to show how much time spent on an activity.

But in Dyanmics CRM/365 there is no provision to capture this information.













I have create a solution with the help of this web resource you are able to capture time spent in activity.
  1. It will capture each time user open and close an activity.
  2. I have enable this web resource on Task activity. 
  3. You can enable on other activities or entity by adding web resource "sav_/WS/ActivityTimer.html".
  4. Select any user from user drop down list, it will show all "Personal view" whose owner is selected user.
  5. It will show time when last time activity was opened. 
  6. It will show time how much time spent on opened activity.
Download and install solution in your Dynamics 365.


No comments:

Post a Comment

Print Preview in Dynamics CE

After moving to new unified interface from legacy web interface. We are moving one important feature Print Preview.  With print Preview we w...