Module Builder by VTExperts
  • 1. How to delete or a modify a custom module created via Module builder
  • 2. Custom module shows error on record saving
  • 3. Changing the name of the custom module
  • 4. Mass sending emails through a custom module
  • 5. Can we change the custom module icon?
Powered by GitBook
On this page
  • Problem
  • Solution
Export as PDF

4. Mass sending emails through a custom module

Module created through custom module builder does not support to mass send the emails though list view

Previous3. Changing the name of the custom moduleNext5. Can we change the custom module icon?

Last updated 9 months ago

Problem

Unlike conventional modules, custom module created through custom module builder does not allow to send mass emails from list view

  • Conventional module allows to mass email sending

  • Custom module

Solution

Mass email send option can be added into the list view. You can resolve this issue by following the below mentioned steps.

Assume your custom module name "Opts".

  • You can find the correct module name in the URL:

  • Place this file:

  • in /modules/Issues/models/ListView.php

  • Modify ListView.php and replace "XXXXXX" with "Opts":

  • You should now see "Send Email" in the listview.

Once done, send email option will start appearing in the list view button

Extension
Custom Module Builder

Description

Module created through custom module builder does not support to mass send the emails though list view

Created by

Salman (April 11, 2022)

2KB
File.txt
Conventional module mass email feature in list view
Custom module not showing mass email feature in list view