Skip to main content
I am trying to build a Contact History report based on the account owner.  The contact history report does not allow me filter by field and account owner.  I attempted to build custom report but failed...any ideas?Contact History Report - Based on Account OwnerUser-added image
1 respuesta
  1. 6 ene 2016, 03:06
    Are you trying to filter by the current Account Owner?  

     

    Or are you trying to report on changes made to the Account Owner field?  

     

    If you just need the current Account Owner you could just create a Formula(Text) field with a Cross-Object formula like this: 

    Account.Owner.Username

    or 

    Account.Owner.FirstName + " " + Account.Owner.LastName

     

     
0/9000