Tag Archives: Client Side Script

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 »

SageCRM 7.2 URL parameters through Client Side API

In Sage CRM customizations most of the times we need query string (URL) parameters to be used in the code. As far as server side programming is concerned, there are several ways by which we can get URL values and use them. Complexity increases when it comes to client side scripting. One needs to write… Read More »

Handling URL’s in COM API part 2

In my previous blog, I had explained how to handle the crashing of pages by passing the parameters in URL. http://sagecrmaddons.blogspot.com/2011/01/handling-urls-in-com-api-part-1.html In this blog, I would like to explain how to create the URL at Server side, access them and use them at the client side scripting. Well, this scenario mostly comes when you are… Read More »