Custom Views

Hi,

Is there anyway that I can create a new view or module to view customers that belong to a certain account in the customers module?

Many thanks,
Davy141.

There are several options to do that.

  1. Create a new dashlet at your dashboard for showing your filtered accounts.
  2. Create a new report for your Account list and display at your dashboard.
  3. Create a dummy module , override it’s create_new_list_query function with putting your own custom filter query.
  4. Create a new view for your current module ie Account like customlistview, extends this with default view.list.php and override functions that you need.

Hope that helps.