• Reply customer with email for new case

    Hello! Our bussiness has the create case from an inbound email implemented right now. Just like the next guide: https://support.sugarcrm.com/Knowledge_Base/Email/Automatically_Creating_Cases_From_Inbound_Emails/ We had the auto reply email configured…
  • 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 can I add the people that received a scheduled report on the CC email form of each user that recieve the report

    Hello, I have the requirement of How can I add on the CC of the email result of scheduled report all the people added on the destination list of that scheduled report. I appreciate all the ideas!, Thank you.
  • How to assign email template with related module values ?

    Hi All, I talking about the Email module. I need to integrate the related module values in email templates. how can I do it ? Please help me find a solution.
  • how to add custom module fields in email templates

    Hi All, I need to add custom modules field in Email template. How can I map or add the custom module fields in Email template
  • How to send email using email template from edit/record view ?

    Hi All, I need to send email using email template from edit/record view ?
  • How to get scheduled report in .csv format?

    Currently scheduled report get in pdf format but is there any way to get scheduled report in .csv format? #scheduled #report csv
  • send an email after contact updates in backbone.js

    following from my previous question, I have a button to reset a contacts password field and want to send the contact an email once the update is complete the function that updates the row is resetUserPassword: function(model) { var id = this.model.get…
  • Create an account by REST API without sending user assigned notification

    Hello There is something equivalent to the php version of $bean->save(false); to avoid user email notificacion by API REST Calls? Or some variable flag on the json of rest/v10/Accounts POST? Something like the last part of this fake json example { "id…
  • 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…
  • EMail Template via HTML - after saving just Text

    Hi, We're using Sugar Prof. Ver. 7.9.5 I try to create a Email Template with HTML Code. So i put the HTML Code in the Editor and after the update the Template looks fine as it should. But after Saving there is just some Text and when i open the Template…
  • Create Email (compose.js) - how do I access the pre-populated contacts from the render function?

    Hello, For context: I am attempting to extend compose.js to set up some default values based on the number of contacts initially added. I am creating the email from the email subpanel on a case, which adds the case contacts into the email recipients by…
  • 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