Skip to main content
3 risposte
  1. 6 lug 2015, 15:37
    Hi Stan,

     

    You may be out of luck with this one, but here are a few possible options

     

    1 - If you can use a different report type like Activities with Contacts, you can create a custom Contact field with something like 

    FirstName & " " & LastName & " -- " & Phone & " -- " & Email

    and group by that field instead of name

     

    2 - You can use Apex to push something similar to #1 down to Activity records on Save, and then use that field in reports if you can't get away from the Tasks & Events record type.
0/9000