Can you add a link to 'Mass Emails' into the menu bar?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • bruce185
    Member
    • Feb 2016
    • 71

    Can you add a link to 'Mass Emails' into the menu bar?

    Can you add a link to 'Mass Emails' into the menu bar?

    Is this possible right now? I'm on version 4.6?

    I've never seen this as a customisation option...
  • tanya
    Senior Member
    • Jun 2014
    • 4308

    #2
    Hello

    Don't know, wherever Mass Email be added to tabList.
    You can allow it in your espocrm application/Espo/Modules/Crm/Resources/metadata/scopes/MassEmail.json, "tab":true . Rebuild. MassEmail will be visable in UI configuration.

    Comment

    • bruce185
      Member
      • Feb 2016
      • 71

      #3
      Thanks Tanya, but isn't this option non-upgrade safe? i.e. this will need to be redone on every upgrade, or at least upgrades that edit the file you mention?

      Comment

      • tanya
        Senior Member
        • Jun 2014
        • 4308

        #4
        Hello

        create a file custom/Espo/Custom/Resources/metadata/scopes/MassEmail.php with
        Code:
        {
            "tab": true
        }

        Comment

        • bruce185
          Member
          • Feb 2016
          • 71

          #5
          Thanks Tanya, is this upgrade safe?

          Comment

          • tanya
            Senior Member
            • Jun 2014
            • 4308

            #6
            all customization you do in custom folder is upgrade safe

            Comment

            • bruce185
              Member
              • Feb 2016
              • 71

              #7
              Hi Tanya, I just created custom/Espo/Custom/Resources/metadata/scopes/MassEmail.php as per the attached, did a 'rebuild' from the admininstration interface and tried to add 'Mass Email' but the option wasn't showing in the User Interface section... I've also attached a screenshot of that...

              Do you know what I might be doing wrong?

              Thanks...

              Attached Files

              Comment

              • tanya
                Senior Member
                • Jun 2014
                • 4308

                #8
                ouch....MassEmail.json

                Comment

                • bruce185
                  Member
                  • Feb 2016
                  • 71

                  #9
                  Great, thank you, that did it...

                  Comment

                  Working...