Editing a block list title

In my previous post I had explained, how we can change the title of the list block at runtime. Here is the link. https://www.greytrix.com/blogs/sagecrm/2012/03/11/change-list-block-title/ In this blog post I will explain how block titles can be handled through code and how they can be used to configure the hidden variables to be used for customization.… Read More: Editing a block list title »

Override subject line with details line while creating Communication

Just a tricky JavaScript here. I came across one interesting scenario where I want to override the subject line with the details if the Subject line contains within the details while creating communication. Consider the scenario, if the subject line is “This meeting is important” and the details line is “We should attend it because… Read More: Override subject line with details line while creating Communication »

GUMU for Salesforce to Sage CRM Migration

GUMU™ is now compatible to migrate from Salesforce to Sage CRM. However, we treat migration from Salesforce as a custom migration service mainly due to the challenging nature of retrieving the Salesforce database from Cloud to Desktop. Migration is performed at our migration labs, where we perform one test and one live migration. It is… Read More: GUMU for Salesforce to Sage CRM Migration »

Standard blocks with predefined width in CRM and SelfService

A pretty straightforward problem and solution scenario here today. I was designing a list block for self-service site where cases for the person are loaded in a tab. Check the screenshot below. However when I used to navigate through the navigation buttons the layout was getting disturbed as list was contracting and expanding as per… Read More: Standard blocks with predefined width in CRM and SelfService »

Self Service List Design

Nowadays CRM Self Service has become more popular as it runs on web and provides basic CRM access to end users which ensures better connectivity to improve relations. Though self-service design has improved over the period of last couple of years, we keep on getting out of the box feature requests from customers every day… Read More: Self Service List Design »

Changing the order of view fields in Search Select Advanced field

We come across this scenario very often where we have to change columns order in Search Select Advance view fields. Consider the below scenario. On New Opportunity page there is Search Select Advanced field named “Campaign\Wave Activity:”  It has two columns in its search criteria as “Campaign Name”, “Wave Activity Name” respectively. These two fields… Read More: Changing the order of view fields in Search Select Advanced… »

Active directory sync for Person entity

We have designed data import routines for several standard as well as non standard Sage CRM entities. You can find information on the same by going through below link. https://www.greytrix.com/blogs/sagecrm/2010/04/08/data-import-routines/ We have designed another interesting import module recently. The module is used to import the users from Active directory in Person and related tables of… Read More: Active directory sync for Person entity »