Category Archives: Uncategorized

Meaning and Usage of “#” symbol in Sage CRM

Hi Folks! In standard CRM escalation conditions you must have seen “#” symbol used to get certain values on run time. Through this article I would be explaining you in detail about the usage of “#” symbol. New Stuff: How to bind Custom List in Dot net using Select SQL The #Codes are a set of… Read More: Meaning and Usage of “#” symbol in Sage CRM »

How to bind Custom List in Dot net using Select SQL

As we know we can create list in Sage CRM which can be attached to a table or view. Using .net technology, we can filter the list with specific record with certain condition given to it. But, what if we need to bind the custom list with Select SQL statement. This blog article will help… Read More: How to bind Custom List in Dot net using Select… »

Troubleshooting Apache Tomcat Service issue of Sage CRM

‘Windows could not start the Apache Tomcat CRM Tomcat7 service’ is the most terrifying error found in Sage CRM 7.x history. Sage CRM with failed tomcat service affects large amount of features of CRM application such as Dashboards, Mail merge functionality, Documents uploading etc. There can be various reasons for failure of Tomcat service, however,… Read More: Troubleshooting Apache Tomcat Service issue of Sage CRM »

Steps to Verify Sage X3 Web Services running at Sage X3 server

GUMU™ for Sage CRM – Sage X3 integration link is real time bi-directional link which sync customer data (Customer/Address/Contact) from Sage CRM to Sage X3 and vice versa. New Stuff: How to resolve error while reading webservices description – Troubleshooting Tips In our GUMU™ for Sage CRM – Sage X3 Integration link, we use Sage X3 Web Services… Read More: Steps to Verify Sage X3 Web Services running at Sage… »

Create Sage X3 ERP Primary contact from Sage CRM

In our previous blog post, we went through the steps to create additional addresses and contacts from Sage CRM to Sage X3 ERP. In this blog, we will discuss how to create primary Contact at Sage X3 using GUMU™ Integration. New Stuff: How to resolve error while reading webservices description – Troubleshooting Tips Sage CRM user will have… Read More: Create Sage X3 ERP Primary contact from Sage CRM »

Create Sage Pro ERP Primary contact from Sage CRM

Our GUMU for Sage CRM – Sage Pro is a real time bi-directional link which synchronize data from Sage CRM to Sage Pro and vice versa. Today, in this blog we will discuss creating or setting up the Primary person at Sage PRO ERP using GUMU™ Integration. New Stuff: GUMU Sage CRM side configuration for Sage 100… Read More: Create Sage Pro ERP Primary contact from Sage CRM »

Display Current User Name under Custom Tab using jQuery

JQuery helps us to customize our Sage CRM as per customer needs and in this blog I will be explaining how to assign logged in Username to one of the custom tab. In our previous blog, I have explained that how we can highlight checked checkboxes using jQuery. Please refer below link. New Stuff: Hide options… Read More: Display Current User Name under Custom Tab using jQuery »

Hide options for specific users from Menu bar

Sage CRM has number of built in functions using which user can make most out of the system. Similarly, using client side API we can help our customers by incorporating their requirement with the help of scripting. New Stuff: Center Align List/Grid Data Recently, for one of our customers we wanted to restrict Menu bar for… Read More: Hide options for specific users from Menu bar »

Center Align List/Grid Data

Dear folks! Here comes one more exciting blog for you all. You all must be familiar of List/Grid in CRM. It’s nothing but tabular representation of the data present in your CRM. It contains “Rows” and “Columns”, columns starts from serial no “0” (i.e. the index value of the first column is “0”). Now, you… Read More: Center Align List/Grid Data »

Disable Double click property on SSA field

As we know that in SAGE CRM, we can link a record to Search Select Advance (SSA) field and on double click, it redirects to summary page of that record in pop up screen. But if we want to hide the details of that record from users, then we can disable this functionality using JavaScript… Read More: Disable Double click property on SSA field »