Author Topic: Contacts column option on Workspace Report  (Read 2962 times)

schrags

  • Newbie
  • *
  • Posts: 1
    • View Profile
Contacts column option on Workspace Report
« on: January 12, 2011, 05:58:35 pm »
I'm looking to be able to report all contacts or users in a certain workspace on a workspace custom report.  For example, when you create a custom report for a workspace, you would be able to choose "contacts" and the report would list all the contacts for that workspace in the report.  Currently there is no option for this.  To get a list of contacts currently, it would need to be it's own custom "Contacts" report.

Is this possible with an object_definition hook?  And then would you need to define getter methods for that column which would simply just make the function calls to generate a comma delimited list of all contacts for a certain workspace to return for the reporting?

Thanks!