Tag Archives: Client Script

Confirm Button using .NET API

Recently, while working on an implementation we came to know how easily we can do the customization using .Net API. Well, we were supposed to create a screen in Sage CRM which should ultimately get the confirmation from user before submitting the record into Database. By referring the .Net methods we found one method which… Read More: Confirm Button using .NET API »

Selecting multiple fields using Client Side API

For Sage CRM customizations, Client Side API has always been proved stress- free and effortless to work with client side customizations. It has reduced complexity as compared to JavaScript, to much better extent by introducing built in functions. Today I would share one such amazing trick related to screen customization which highlights key info as… Read More: Selecting multiple fields using Client Side API »

Changing Link text of URL fields

Sage CRM allows to create different types of fields as per the requirement e.g. Text, Date, Search Select Advance, Selection etc. But sometimes to capture complex requirements we need to twist the appearance of fields on screen. New Stuff: Where to search for Sage CRM Configuration components One such field type is “WWW URL”.   If… Read More: Changing Link text of URL fields »