Sage CRM .Net Tips and Tricks

In my earlier post I had explained checkpoints that needs to be checked before using .Net API. http://sagecrmaddons.blogspot.com/2011/04/sage-crm-net-api-check-points.html Today I will be explaining the some of the development tricks that I have observed while writing Sage CRM code in .Net API. 1. Tab focus: After clicking on Continue button and navigating to Summary tab, the… Read More: Sage CRM .Net Tips and Tricks »

Set Quote reference id when creating quotes from COM API

Whenever we create quotes through standard screen, it calls the internal methods to generated Quote reference id based on reference format and updates the new quote record with the same. When we create quote using CreateRecord method in COMP API we don’t get this value automatically set. Below is the function you can use in… Read More: Set Quote reference id when creating quotes from COM API »

Attached Multiple Documents in the Communication

In the communication list screen we have the Document Drop functionality where we can drag the document and it will open the communication task screen with the attached document. But in this functionality we can attach only one document. In case of a scenario where you need attach multiple files to a communication on the… Read More: Attached Multiple Documents in the Communication »

Integrating the Sage Payment Gateway from Sage CRM

GUMU integration for MAS 90 – Sage CRM now capable enough to handle the payment methods of MAS in Sage CRM. With the new enhancement in GUMU for MAS90 – Sage CRM integration has now replicated the credit card payment functionalities from MAS90/200 through Sage CRM With the user friendly interface to make payments while… Read More: Integrating the Sage Payment Gateway from Sage CRM »