• set email opt_in when creating contact bean

    Can anyone help with how you set a contacts primary email and set opt_out to 1 when a new contact bean is crated $contactbean = BeanFactory : : newBean ( "Contacts" ) ; $contactbean - > first_name = $args [ 'FirstName' ] ; $contactbean - > last_name …
  • How to add module case in email template?

    I need to create an email template, with information of cases, like case number, the subject and the description. How can I add this information, since only the account modules, contacts / lead / targets and users, can it be added to the template? Im…
  • Create custom email and send it to Email Queue

    Hello there We are using SugarCRM 6.5 CE and let me share a new functionality I am trying to add to my sugarcrm configuration. I am creating a new button that launches a process which reads a custom "status field" of all accounts, and for all those which…
  • Disable Assignment Notification On Module In SugarCRM

    How can I disable assignment notifications for a particular custom module in SugarCRM? Eg. When I create a new Case or Task and assign it to a User, the User receives an email about the assignment. If I turn off "Assignment Notifications" through Email…
  • Hide or remove email settings message from module list view

    Hi, I see message on each module list view regarding email settings. I don't want to configure email but I will do in future. I want to hide this message. "Note: To send record assignment notifications, an SMTP server must be configured in Email Settings…
  • how to add custom javascript to compose page of email module in sugarcrm v6.5?

    How can I add a new custom javascript to the email module during the compose action without using any logic hooks? I tried using logic hooks but it gives me errors so I would like to know if there are other alternatives. thank you