How to use dashlets in custom module SugarCE-6.5.12?

1.3k views Asked by At

I have created a custom module, now i want to display in my module listview of Accounts and listview of Meetings. I wonder how to use dashlet to add two listview into my module. Can someone give me a clue? Excuse for my English. Thank you very much!

1

There are 1 answers

1
jmertic On

Depends on how the data is related. If there is a one-to-many or many-to-many relationship, there should be subpanels with related Accounts and Meetings on the detail view of each record.

If you just want to drop in a listview for each module that isn't filtered, look at this blog post...

http://developers.sugarcrm.com/wordpress/2012/05/15/howto-drop-a-listview-in-anywhere-with-the-listviewfacade/