Sage CRM has numerous built-in functionalities which helps to manage Customer Relationship all through a single system. Be it recording Customer data, capturing Enquiries, tracking support cases or maintaining follow-up data.
Sage CRM’s Email functionality helps in managing both the inbound and outbound communications with ease. But have you ever noticed these Email Communications fails to display multiple recipients name in CRM?
New Stuff: Modifying the values of User Select field of Email Editor Screen in Sage CRM
While working on the email functionality in CRM, I faced an issue wherein Email communication records did not display the multiple recipients name i.e. those added in CC or Bcc.
On analyzing the CRM log files, we found that “Comm_targetlistid” holds the value as ‘-1’ when the email is sent to multiple recipients. However, in case of single recipient; this column holds null value. Hence, we updated this field value as NULL using Table Level Script on Communication table as explained below.
- Login to CRM
- Go to Administrator section.
- Select Customization->Communication.
- Select -> TableScripts->New.
- Give name as Communication and remove all script from body and add below given script, and click on save button.
function InsertRecord()
{ // Handle insert record actions here}
function PostInsertRecord()
{ Values(“comm_targetlistid”)=NULL;}
function UpdateRecord()
{Values(“comm_targetlistid”)=NULL;}
function DeleteRecord()
{ // Handle delete record actions here}
After adding above script, if user sends email to multiple recipients; Email record will display all the recipient names as shown below.
About Us
Greytrix a globally recognized Premier Sage Gold Development Partner is a one stop solution provider for Sage ERP and Sage CRM needs. Being recognized and rewarded for multi-man years of experience, we bring complete end-to-end assistance for your technical consultations, product customizations, data migration, system integrations, third party add-on development and implementation expertise.
Greytrix has some unique integration solutions for Sage CRM with Sage ERPs (Sage Enterprise Management (Sage X3), Sage Intacct, Sage 100, Sage 500 and Sage 300).We also offer best-in-class Sage ERP and Sage CRM customization and development services to Business Partners, End Users and Sage PSG worldwide. Greytrix helps in migrating of Sage CRM from Salesforce | ACT! | SalesLogix | Goldmine | Sugar CRM | Maximizer. Our Sage CRM Product Suite includes Greytrix Business Manager, Sage CRM Project Manager, Sage CRM Resource Planner, Sage CRM Contract Manager, Sage CRM Event Manager, Sage CRM Budget Planner, Gmail Integration, Sage CRM Mobile Service Signature and Sage CRM CTI Framework.
Greytrix is a recognized Sage Rockstar ISV Partner for GUMU™ Sage Enterprise Management – Sage CRM integration also listed on Sage Marketplace.
For more information on our integration solutions, please contact us at sage@greytrix.com. We will be glad to assist you.