Category Archives: Uncategorized

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 »

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 »

Sending Emails to multiple Persons

In my previous post I had explained how to add multiple email addresses in the “To” field by checking the checkboxes in custom grid (http://sagecrmaddons.blogspot.com/2010/06/multiple-recipients-in-email.html). This involved a relatively more customizations by creating a tab etc. We have now come up with a component which follows a refined method which will enable you to add… Read More »