Sage CRM and crm@greytrix.com

One fine day my dad called some Help service in Mumbai to ask them assist for taking a cab to airport. He was quite surprised when as soon the person picked up the phone; he said “Hi Mr. Ramesh, how can I help you?”  He was like how did you come to know my name?… Read More »

Migrate Contact Person to Sage CRM using GUMU

In our previous blog, we discussed about Migrate your Documents to Sage CRM using GUMU now let’s see “How Persons are migrated to Sage CRM” during the GUMU™ Migration process. GUMU™ migrates contacts from Sage ACT!, Goldmine, Maximizer, Salesforce.com, Custom DB’s as persons in Sage CRM for the corresponding company. Primary Contact migration from ACT!… Read More »

Enabling entities for web service access

Standard CRM web service allows CRM to communicate with external applications. In client application all we need to do is to accesses the WSDL URL of service and prepare and send the request. The web services then processes the request and sends the response back to the client. These request response samples can be found… Read More »

Inherit parent entity security settings on child

In Sage CRM, I have created an entity as child of company entity through ASP pages. I wanted to assign the security rights to this entity similar to its parent i.e. Company entity. All the buttons, must be applied the predefined security settings for Company entity. Let’s take an example of New button which uses… Read More »

Making fields Read-only at runtime based on some criteria

New record creation in Sage CRM is quite a straight forward work using the context based screens and the buttons that are available on several screens. The process can be as simple as mentioned below. 1) Log into Sage CRM 2) Right Click on the New button 3) Select Company option from list 4) Enter the Required details. 5) Click… Read More »

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 »