Category Archives: js file

Align field data to Right Hand Side on Edit and Summary Screen

Hello All! In previous blogs, we had seen that how we can make our SAGE CRM screens and grids more visually effective by applying JAVASCRIPT, JQuery, HTML, etc. like by highlighting checkboxes, underlining to column header, printing amount in words, and others. Here, we will see how we can align field data to Right Hand… Read More »

How to modify Field’s Caption and Data box alignment in Sage CRM?

As we all know Sage CRM is considered to be an easily customizable software solution as per the client needs. The standard CRM solution itself allows many easy ways to make the customization whereas, it also supports Client Side Scripting to achieve the same. New Stuff: Business Manager in Sage CRM The field’s arrangement in standard… Read More »

Calling Javascript function from Workflow progress screen

By far we all know, Sage CRM has been proved very much capable to handle various tricky scenarios through implementation. Client side API has reduced lot of customization efforts through the JavaScript codes used in it. We have already posted few blogs about writing JavaScript codes in .js files and calling the same in Custom… Read More »

How to avoid filing of Junk emails in Sage CRM

In today’s fast growing business world, communication plays a very vital role. And when communication comes into picture, Emails has been proved as the widely used and very effective tool of communication. As we all know, Outbound and Inbound email functionalities are properly embedded through Sage CRM keeping its ease of use in mind. But… Read More »

Tips and Tricks about Calling function in Custom Content of Sage CRM 7.2

Even from Technical Point of view Sage CRM is very much capable to handle various critical solutions. We have already posted few blogs about writing JavaScript codes in .js files and calling the same in Custom Content of any screen. This blog explains such a nice and timesaving trick to call JavaScript function written in… 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 »

CRM database auto-backup on SQL express Editions

Database backup is very essential in business environment to keep disaster recovery options open. Maintaining every day database backup is routine practise for all software friendly industries. However doing this task manually is very tedious job and involves lot of risk if someone forgets to backup.  New Stuff: Sage 100 user mapping with Sage CRM… Read More »

Additional Information in Entity Top Content Screens – Sage CRM v7.2

Entity Top Content screens in Sage CRM are used to give quick overview of an entity without actually having to scroll down all the way on Summary screens.  These Top Content screens can be further customized to add eye-catching information in the Top Content screen using client side SDK introduced in Sage CRM v7.2. New… Read More »

Sage CRM 7.2 Client Side API Manipulate List Block Columns

Grid customizations in Sage CRM are bit time consuming and sometimes need complex coding. But with Sage CRM client side API it has become much easier to work with grid customizations. One of our clients came up with requirement that there should not be an hyperlink on Quote Items grid. Now, this hyperlink is not… Read More »

Run the External JavaScript file in 64-bit Operating system

Sage CRM allows running External JavaScript file to create new record or update the existing records. For example if we create new company records in bulk based on the certain specified condition or want to update the same; Importing or updating the company data by using the external JavaScript file is relatively very easy as… Read More »