XeWare Document Drop Plug-in

Nowadays various business softwares are relying largely on ActiveX components for using third party tools. After all, it is one reliable of the many ways available for using software components in programming language independent way as an integral part of Component Object Model. Document Drop is one of the functionality in Sage CRM which uses… Read More: XeWare Document Drop Plug-in »

Providing an Hyperlink to a related entity through Communication screen

In today’s software world reducing number of clicks is an essential task. In CRM we can have communications against all the entities. How helpful it would be; if I can provide link to parent entity on communication screen itself? This way I can go from communication find screen and then also visit the relevant entity… Read More: Providing an Hyperlink to a related entity through Communication screen »

Change font color for Textboxes on standard screens

Let’s say I want to change the way text appears in a textbox when the screen loads as well as when I type in the field. Here is the function you can write in Custom Content of the screen to achieve the same. Script //’Function to change text color in function ChangeTextColor(FldName,TextColor) { FldName =… Read More: Change font color for Textboxes on standard screens »

Table Level Scripts

In SQL we use “Triggers” to handle some activity after insert, update and delete operations on some SQL records. Sage CRM provides a similar option within the application in the form of TLS (Table Level Scripts). The predefined events in TLS i.e. Update(), Post Insert(), Delete() and Insert() allows you to have operations on insert,… Read More: Table Level Scripts »

Service CRM for Sage CRM

For any business firm, monitoring and optimizing services is an imperative task. Considering the fact that whatever is sold needs to be serviced sometime, today’s business demands need to concentrate not only on the Sales, but also on the after sales services. Sage CRM has provided Lead, Opportunity, Quotes, and Orders to maintain the Sales… Read More: Service CRM for Sage CRM »