skip to Main Content

CRM 2011: Skype and Bing Integration

With Skype being integrated with MS CRM 2011 out of the box, it gives greater access to people/customers and changes the way we communicate with customers.

Skype Integration:

With Skype we can make calls straight from CRM without the need for a Phone Integration. Of course for this to work, Skype needs to be installed on the user’s machine and we should have the facility to call from Skype

Read more

SSIS with WMI Event Watcher and Security Issues

Download Source Code

MS SQL Server integration service (SSIS) is very widely used in data acquisition that subsequently goes through the ETL (Extract, Transform, and Load) process which makes the data available for immediate use or can be used by other sources as input. Many organizations get data from outside sources in common formats such as CSV or MS EXCEL and those files are dropped into a folder at regular intervals. Since it is humanely not possible to monitor the folder 24×7, it would be ideal to have a monitoring application that kicks into picture as soon as files are dropped into the folder and parses it, and logs any failures occurred during the process.

Read more

Adding Default Tax to Quote Products

When we create a CRM Quote, the Total Tax of the quote is calculated as the sum of individual taxes of the respective Quote Products. i.e., Tax can only be declared for Quote Products. There could be situations where default tax % has to be set instead of asking the end user to enter the tax manually. Since MS CRM doesn’t provide a direct way of doing this, either of the options explained below can be adapted.

  • Use JavaScript to calculate the tax on OnSave’ event of the Quote Product

Read more

Upgrading CRM 4.0 to CRM 2011

The latest version of CRM is out and many of the CRM users would like to upgrade to the latest without losing the data. This post explains the step by step procedure to be followed to upgrade the CRM 4.0 On-premise to CRM 2011 On-Premise.

1) Backup existing 4.0 CRM database:
For this login to SQL server (on which the current database exists) . Go to that database, right click and click on Tasks –> Backup, then it will show SQL database backup wizard. Give a name to backup and browse for a location where we want to keep the database and click OK.

Read more

CRM 2011 Features -Part II

From developer’s perspective, CRM 2011 has a lot of new features to offer. In this post we take a peep into the below listed concepts,
– Customization of forms
– Filtered lookup
– Field level security

Customizations can be done in the Settings area. And as stated in earlier post, a form of an entity can be customized right within the entity itself.
One of the exciting new features in CRM 2011 is the ability of having different forms for different user roles. There are two forms (named as Information) by default one for main form and one for mobile.

Read more

Kuntala Waterfalls

We went on a trip to KUNTALA WATERFALLS, Adilabad. It is approximately 250kms from Hyderabad and is situated on NH7 Nirmal-Nagpur highway. Kuntala waterfalls are about 40kms from Nirmal. We were 30 in number and engaged a mini-bus for the trip.

We started from our office (Tarnaka, Hyderabad) at midnight and reached Nirmal town at 5 am next day morning. We checked into the hotels in Nirmal and started for Kuntala at 9 in the morning. Another 1.5 hour and we were into the dense forest with lots of fresh breeze and the sound of water flow. We parked our vehicle and started walking.

Read more

CRM Organization Import

Recently we did a CRM Organization import where the SQL Database dump was provided by the client. Restoring the database and Importing it into CRM happened smoothly, but when we tried to access the new organization 404 – Not Found’ error was displayed.
Restarted the machine as the database restoration and organization import took considerable time and CPU/Memory. This time got an error as shown below:

Read more
Search