Custom Editable Bulk Entry with New Entry on Tab Click

In my earlier post: http://sagecrmaddons.blogspot.com/2008/07/multiple-line-items-entry-on-single.html I had mentioned that we have a tool that can add Multiple Line Items entry on Single Button Click. This tool provides an interface which includes an editable grid. Using this grid user is able to add the record data row-wise by using New Entry button and can save the… Read More »

Importance of prevURL property

Recently in a customization I was doing for a client I had to add a list block in a custom page. On clicking on the hyperlink on the list the page redirects to the communication summary page. I noticed a strange thing happen, whenever I am on the standard communication summary screen redirected from this… Read More »

Key Attribute Data

Everyone must be aware of SageCRM standard functionality of Key attribute Data which is used for setting dynamic data associated with primary entities. (i.e. Companies, Cases, Leads, Opportunities) These Key Attribute sets are divided into user defined categories and System categories. See screen shot below. Recently I came across a scenario of displaying Key attribute… Read More »

GUMU for Sage Saleslogix – Sage Accpac

Greytrix has released GUMU™ for Sage Saleslogix – Accpac Integration for Sage Saleslogix version 7.5 and Sage Accpac version 5.6. This is a real time bi directional integration between Sage Saleslogix and Accpac Integration. Features: Multiple Company Integration – GUMU™ for Sage Saleslogix – Accpac Integration allows you to integrate multiple Accpac companies with a… Read More »

Error saving value in Date field

What all methods do we need while updating data to the CRM database? We can use CreateRecord, FindRecord or either simple Update query and ExecSql can also update the data in CRM database as per our need. Now the hitch is always when the date field comes into picture. Consider the scenario, you have created… Read More »

Recurring Tasks in SageCRM

“I am going to tweak our SageCRM to allow recurring tasks”, I told my boss. This was soon after our meeting where a task was assigned to me which and needed to be done every week. We knew that SageCRM does not allow recurring tasks like it does for recurring appointments. I took up the… Read More »

CRM database daily backup

Backup task is something that is very much required to be done every day in order to maintain working system over the time and recover through potential system crashes. However scheduling the one is not a great task, but needs accuracy in execution Through my observations of the processes I would not recommend third party… Read More »