Category Archives: Control

Easiest way to filter Custom list By Context Id in Entity’s List Page

Sage CRM has its own .NET API (Application Programming Interface) that allows a developer to extend Sage CRM functionality by creating and using .NET DLLs (Dynamic Link Libraries). Developers can add references of DLLs from and within Sage CRM and thus call methods exposed by the DLLs to perform certain actions. The Sage CRM .NET… Read More »

Deselect Create Communication during Mail Merge in Sage CRM

Sage CRM’s Mail Merge functionality is well known for merging all the details of CRM records into the Word or PDF documents. Mail Merge being a server – side process, doesn’t make it obligatory for the client machine to get Microsoft Word installed to perform mail merge. The merge process is cross-browser compatible which simply… Read More »

Limit the number of Log files generated by the Sage CRM’s Services

Sage CRM has inbuilt set of internal logging mechanisms which tracks all the activities performed in CRM as well as records the errors generated. These logs are mainly segregated into various types such as SQL logs, System logs, .Net logs etc. Apart from this, Sage CRM generate logs for the inbuilt services which are installed… Read More »

Cloning Interactive Dashboard

Sage CRM Interactive Dashboard is on of the great feature. Where in you can see all data on same page. But creating Dashboard is very time consuming process. To overcome this we can Clone Interactive Dashboard feature of Sage CRM. In this blog we are going to explain you how to create the Interactive Dashboard… Read More »

Mass Update Territory in Sage CRM

The “Update Territory” function allows you to simultaneously update same fields in selected records within a group. Due to changes in the business structure such as size, geography, type etc companies are required to change its territory. Then Sage CRM Update Territory function can be used effectively. New Stuff:  Signature in Sage CRM In the… Read More »

Control Display Format of Search Select Advanced fields in Sage CRM-II

In our earlier blog, we have explained how to Control Display Format for Person SSA field in Sage CRM. In this blog, we will explain how to format 2 fields and then display concatenated string within Search Select Advanced (SSA) fields. New Stuff: Mark Business Email field as Optional on Company Entry screen of Mobile… Read More »

Control Display Format for Person SSA field in Sage CRM

Sage CRM is so easy to customize that some of the customizations can be configured without even scripting. In today’s post, we will explain one such configuration which allows the changing of Display format for Person SSA field. In Standard Sage CRM, Person SSA field is displayed in below format. i.e. First Name + Last… Read More »

Control Access to Merge to Word button in Sage CRM v7.3

In our previous blog post, we discussed about the new features that have been introduced in Sage CRM v7.3. Here is the link. Quote Summary Screen Enhancements in Sage CRM 7.3 In this blog post, we will explain how Sage CRM administrator can add restrictions on any user for merging Quote template to word document. New… Read More »

Control Selection Lookup in Sage CRM

You can control Sage CRM selection field lookup as per your convenience but it allows you to select only a single lookup at a time. But what if a user wants to control multiple lookup values? New Stuff: Lead De-duplication nice to have featured in Sage CRM 7.3 Let us elaborate with an example. Let’s… Read More »

Tab Control in Sage CRM v7.2

Sage CRM v7.2 has introduced a new feature in client side scripting library which helps to customize Sage CRM as per our needs. Recently we came across similar features that can be used to control Sage CRM tabs. New Stuff:  Increase the size of Search SQL text Let’s consider an example where the user wants… Read More »