• Can I use CRM escalation to send out an email that is currently filed as a communication with it's filed attachment?

    I am using Sage CRM 2020 R1. I am using the email manager service to pick up emails and create a communication in CRM. Every email has attachments. Depending on some logic, I want to be able to send the email and attachment out to another recipient…
  • Updated fields not showing on communication screen

    I made some changes to fields on the Communications screen, however we're seeing an issue where not every screen is showing the update. We changed the date fields to: ^^this is a communication accessed from Communication Search>click into Subject…
  • vCommunication - Show unique/distinct Comm_CommunicationID

    Hi all, Apologies if this has been asked before. I could not find it, if it exists. In a lead, under communications, if a user has filled in a recepient, a CC and a BCC, there will be 3 records in the CommunicationLeadList Is there a way to only…
  • Data migration Sage CRM to Sage CRM -- insert failed

    I am currently working on migrating data from one Sage CRM system to another. The current system was established in 2006 and for many reasons needs a "fresh start". My biggest challenge has been the communications records. There are about 350,000 records…
  • Email Reply to different than sender

    Client is using CRM 2020 R1 and they would like to be able to select a different "Reply to" mail box. I don't see the field on their version but in My CRM 2021 R1, the field is there for template creation and in the email editor. Was this added in CRM…
  • Run a report/search of all companies/clients who have not been communicated with from a specific date

    I want to know if it's possible to run a report or run an advanced search to find all companies/clients where my company has not filed a communication in the company record since May 1, 2018. Is this possible to do without writing a SQL code? Is there…
  • Send email from Order to other than customer

    When sending an email from an order, the "To" field automatically defaults to the customer's email when sending the email from the communications tab. Is it possible to default to another email address after selecting a specific email template? During…
  • Hide the new appointment entry screen

    Hi, Can someone show me how to hide the new appointment screen from certain users.
  • Increase File Size Limitation

    Can someone advise if there is a way to increase the file upload restriction. You can set it to 10, 20, 30 but no more. I've followed various articles that say you can just add more options in the selection list through through Inline Translation. However…
  • Outbound Call List. View Person Communications.

    When using the outbound call list feature, users would like to be able to see the communications tab of the person being called. I don't currently see how to add that. Is it possible? When you click on "Get a Call", you are presented with a screen.…
  • Suppressing Display of Duplicate Meeting Records in Company and Person Context

    A component that implements this feature can be found in the download folder " Example components and developer resources ". You will need to be logged on to the community with the correct rights to be able to access this library of resources. The…
  • An approach to recording completed marketing communications sent by an external system

    A customer uses an external system to generate marketing emails to contacts. These contacts exist as records in their accounting system that is integrated with Sage CRM. This means that the contact exists in both Sage CRM and the Sage BMS but because…
  • Adding a selection list of Person email addresses to the Email screen

    When sending emails from within CRM it's sometimes useful to be able to add in multiple people from the associated Company. To do this you can (this example uses sdata): 1) Create a view on the system to expose the necessary person information. 2…
  • Customizing the Communication List to display 'Emails Only'

    A customer had a requirement from their sales users to be able to filter the communication screen to show all Emails, both inbound and outbound. You can see below that I have managed this by creating the option to filter 'Emails Only'. Emails get…
  • Mailchimp Logs and Settings

    The Mailchimp configuration settings are available in the metadata table custom_SysParams. You can inspect these using the query select * from Custom_SysParams where Parm_Name like '%MailChimp%' The integration is carried out by the main CRM webapp…
  • Mailchimp and Communication Records

    When you read the documentation it confirms that a communication record will be created as part of the synchronization of data from Mailchimp to Sage CRM. " A communication record is created for each email recipient. Your system administrator specifies…
  • Collecting Information from Checkboxes in TableLevel Scripts

    A customer had a requirement to add a series of check boxes to the Lead screen. The check boxes would allow the user to quickly classify and collect the different interests of a prospect as it the new Lead was entered into the system. Once the lead was…
  • Working with 'Create Follow-Up Task' and 'Create Follow-Up Appointments' using Server Side code

    The image above shows the New Task screen. Both the New Task and New Appointment screens allow a user to Create Follow-up Communications. A customer might have a business requirement to know whether the communication a user is currently entering is…
  • How do I hide the 'Follow-up' check boxes on a New Appointment or New Task Screen Screen?

    Below is a screen shot that shows the New Task Screen. You'll see there are some checkboxes that if selected will launch another new communication screen once the New Communication is saved. The HTML that generates these Checkboxes looks like this…
  • Creating a Task in Web Services

    Below is some example C# code that shows how to add a communication of type "Task" using the SOAP web service interface. ewarebase[] CRMBase = new ewarebase[1]; communication newTask = new communication(); newTask.action = "ToDo"; newTask.type = …
  • How to Include Custom Entities into the Communication "Regarding" field (using the Tied Fields property of a Search Select Advanced field)

    A customer had a requirement that several new custom entities should be added to their Sage CRM system. The entities were added using the Advanced Customization Wizard. In this example these entities were called "Projects" and "Events". The new entities…
  • Checking Progress in Mass Emails

    In Sage CRM you are able to send mass emails from either the Search screens or from the Group screens via the email button. For example if you logon as the System Administrator you will be able to navigate to the person find screen and search for people…
  • Communication tab not working for custom entities in Sage CRM 2019 R1

    I am trying to create custom entity (say Contract) in Sage CRM 2019 R1 with Advanced Customization wizard. While creating Entity with Advanced Customization wizard, we have selected Owned By Opportunities , Has Communications and Has Library options…
  • Adding new field 'country' to Phone/Email screen

    Hi , I would like to add a new drop down field country onto the Phone/email screen of the company. The phone number field of the company needs to be validated upon the country entered. As european numbers differ from other numbers, this would be better…
  • Adding a new field to 'Proposal Submitted Page'

    Hi, I am a beginner to sage crm. I played around with the application but I wanted to add a new field "probablity%" onto proposal submitted page. I tried for inline customization,but I am not able to see inline customization that page, whereas it was…