Greetings!
I have a requirement where I need to develop a CRM 4 report which displays a list of all CRM users and for each user all the entities of the CRM system and for each entity display a count as below. What would be the best efficient way to develop this kind of report. Thanks.
UserName Records Created by User Records Modified by User
<User1Name>
Lead: 25 3
Account 3
Case 7 5
Campaign 9
.
.
.
Total 39 8
<User2 Name>
Lead 10 5
Account
Case
Campaign 1 3
.
.
Total
...
TOTAL 50 16