Tag Archives: button

Clone a record using the COM ASP API in Sage CRM

The combination of Sage CRM API with the application itself has helped many of the technical implementer to manage the customization of the system as per the business requirements. Sage CRM API’s has come a long way to pro-grammatically perform various operations on the entity records such as read, create, update or delete. Moreover, the… Read More: Clone a record using the COM ASP API in Sage… »

Hide Edit Button on Quote SWT screen

Sage CRM and Sage 300 ERP standard integration is one of the awesome feature provided by Sage. This integration includes various functionalities such as customer/vendor information from Sage 300 ERP, invoice and order details, or even creating, editing quotes and orders to Sage 300 ERP through Sage CRM. New Stuff: Greytrix Development Services for Sage CRM… Read More: Hide Edit Button on Quote SWT screen »

Hide Summary Report Button in Sage CRM

As you all know, Summary Report button is available on all Standard entities like Company, Person, and Opportunity. You can view the summarized data of all these entities in one single screen in just one click. New Stuff: Restrict access to certain entity with SQL conditions What if one doesn’t want this button on the entity.… Read More: Hide Summary Report Button in Sage CRM »

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 »

View Sage CRM Reports in PDF format from any Sage CRM screen

In our previous posts on Sage CRM reports, we had explained how to, 1) Get impressive reports by adjusting Report Styles in Sage CRM 2) Get impressive PDF Reports by adjusting Report Styles in Sage CRM – Part 2 3) Include your Company Logo in Sage CRM Reports GUMU Sage CRM Integrations : Sage ERP X3 | Sage 100 | Sage… Read More: View Sage CRM Reports in PDF format from any Sage… »

Add Print Button to Print Entity information in Sage CRM v7.2

Sage has introduced a Client Side API in Sage CRM v7.2. In this blog post, we will explain a feature which is used to add a Print button on screen. This button is used to print the entity information. New Stuff: Apply Desktop Theme for Sage CRM Tablet Version Let’s consider that you want to… Read More: Add Print Button to Print Entity information in Sage CRM… »

An alternate approach to Confirm Delete functionality

CRM follows a nice procedure of soft deletion of records for all the tables to maintain the consistency of the data. It also has a confirm delete functionality wherein when any user deletes any entity record he is redirected to new screen with Confirm Delete button. When we design custom entity through wizard, we get… Read More: An alternate approach to Confirm Delete functionality »

Sending Emails to multiple Persons

In my previous post I had explained how to add multiple email addresses in the “To” field by checking the checkboxes in custom grid (http://sagecrmaddons.blogspot.com/2010/06/multiple-recipients-in-email.html). This involved a relatively more customizations by creating a tab etc. We have now come up with a component which follows a refined method which will enable you to add… Read More: Sending Emails to multiple Persons »