Microsoft CRM ? Client Relationship Management package from Microsoft Business Solutions was initially designed to be customizable with Microsoft Visual Studio.Net and one of its programming languages ? C#.Net or VB.Net. You can use ADO.Net, Web Service, Transact SQL scripting and stored procedures, deploy such SQL Server tools as Linked Server to all ODBC/OLEDB compliant database, including ORACLE, Sybase, Ingress, DB2, Unidata, Pervasive SQL, Ctree and even Lotus Notes/Domino.
In this small article we would like to give you the clue on programming the integration with SQL third party Database.
First ? use Microsoft CRM SDK to initiate communication with Microsoft CRM, we have it in C#:
String[] arr1 = coll.AllKeys;
int loop1, loop2;
for (loop1 = 0; loop1 0?1:arr1.Length); loop1++)
{
String[] arr2 = coll.GetValues(arr1[loop1]);
for (loop2 = 0; loop2 < arr2.Length; loop2++)
{
strAccountId = arr2[loop2].Replace("}",null);
strAccountId = strAccountId.Replace("{",null);
}
}
if (Page.IsPostBack==false)
{
// Server should be set with the name of the platform Web server
string Server = ConfigurationSettings.AppSettings["ServerName"];
// VirtualDirectory should be set with the name of the Microsoft
// CRM Virtual Directory on the platform Web server
string VirtualDirectory = "mscrmservices";
string strDir = "http://" + Server + "/" + VirtualDirectory + "/";
// BizUser proxy object
Microsoft.CRM.Proxy.BizUser oBizUser = new Microsoft.CRM.Proxy.BizUser ();
oBizUser.Credentials = System.Net.CredentialCache.DefaultCredentials;
oBizUser.Url = strDir + "BizUser.srf";
// CRMAccount proxy object
Microsoft.CRM.Proxy.CRMAccount account = new Microsoft.CRM.Proxy.CRMAccount ();
account.Credentials = System.Net.CredentialCache.DefaultCredentials;
account.Url = strDir + "CRMAccount.srf";
Then you use ADO.Net for calling stored procedure with parameters to do the integration job:
try
{
string SQLStatement="ICS_UpdateAccountPrivate '"+
strAccountId +"' , '" + this.TextBoxWorkPerformed.Text +
"' , "+doubleEncode(System.Double.Parse(this.TextBoxAnnualRevenue.Text))+" , "+
intEncode(System.Int32.Parse(this.TextBoxNumberOfEmployees.Text.Replace(",","")))+" , "+
doubleEncode(System.Double.Parse(this.TextBoxAverageGrowthRate.Text))+" , "+
"'"+this.DropDownListOwnership.SelectedItem.Text +"' , "+
intEncode(System.Int32.Parse(this.RadioButtonList.SelectedItem.Value))+" , "+
intEncode(System.Int32.Parse(this.TextBoxCredit.Text.Replace(",","")))+" , '"+
this.TextBoxComments.Text+"'";
System.Data.SqlClient.SqlConnection tmpConnection =
new System.Data.SqlClient.SqlConnection(ConfigurationSettings.AppSettings["ConnectionStringICS"]
) ;
About The Author
Andrew Karasev is Chief Technology Officer in Alba Spectrum Technologies ? USA nationwide Great Plains, Microsoft CRM customization company, based in Chicago, California, Texas, Florida, New York, Georgia, Colorado, Oregon, Washington, Canada, UK, Australia and having locations in multiple states and internationally (www.albaspectrum.com), he is CMA, Great Plains Certified Master, Dexterity, SQL, C#.Net, Crystal Reports and Microsoft CRM SDK developer. You can contact Andrew: 1-866-528-0577 www.albaspectrum.com.
tidy up service Northbrook ..Stop the Runaway MouseWhat's the "runaway mouse?" You've seen it...you... Read More
Microsoft Client Relation Management system (Microsoft CRM) and Microsoft RMS... Read More
Linux essentials:It's free for download but you have to pay... Read More
What is installation in the language of technology? Installation... Read More
This is a short article, written in question/answer/FAQ style to... Read More
This article is for advanced Microsoft CRM SDK C# developers.... Read More
In the previous ISDN article, we looked at how and... Read More
2005 ? Back to the Future.What does the future hold?... Read More
Well, even if the combination might look very unusual, we... Read More
The first thing that you will notice about Linux Red... Read More
Microsoft Business Solutions Great Plains has several options to enable... Read More
Microsoft Business Solutions Great Plains, former Great Plains Software Dynamics... Read More
In a previous article, I wrote about OpenOffice... Read More
An integral part of any quality CRM system is lead... Read More
If someone entered your home, uninvited and installed numerous cameras... Read More
The Internet is reshaping every form of communications medium, and... Read More
XML Server can be a Web Server that stores the... Read More
Costs of fleet maintenance software can vary widely. It is... Read More
Viruses and spyware usually show up on your computer one... Read More
Did you ever give a thought to the number of... Read More
If you have Microsoft Great Plains and support it for... Read More
You have gotten those E_Mails buy software at deep discounts.... Read More
Each Industry and market niche has business specific and unique... Read More
When making a decision to buy any piece of software... Read More
1. Replace Dexterity cursor with SQL Stored Procedure Dexterity... Read More
reliable home cleaners Buffalo Grove ..The adware and spyware definitions list is very long. But... Read More
Finally, you have some time to personalize your desktop with... Read More
Microsoft Great Plains, designed back in 1990th as database transferable... Read More
We would like to give you pluses and minuses of... Read More
Fleet Maintenance Management is a critical position in any company... Read More
Shareware has been fighting the stigma of being misunderstood for... Read More
Healthcare facilities such as clinics, hospitals, and biomedical laboratories can... Read More
When you double-click a layer in the Layer Palette, you... Read More
Case study: A secretary using Corel WordPerfect 7 is often... Read More
When Great Plains Software was designing and developing Great Plains... Read More
Looks like Microsoft Great Plains becomes more and more popular,... Read More
There are two approaches for application integration:? Programmer's approach ?... Read More
I've been active in the Cisco Certification track for four... Read More
ERP is the acronym of Enterprise Resource Planning. Multi-module ERP... Read More
Ok... Where to start?Well, I guess I will start at... Read More
With the advent of 'Service Pack 2' for Windows XP... Read More
After almost two decades of existence, Quark has become the... Read More
The most important things you can do for your computer... Read More
Microsoft Business Solutions CRM and IBM Lotus Notes Domino, being... Read More
The first thing that you will notice about Linux Red... Read More
Innovative Maintenance Systems (IMS) is one company that offers solutions... Read More
This article is for advanced Microsoft CRM SDK C# developers.... Read More
Most people don't use Photoshop to its fullest capabilities. Here... Read More
Microsoft Business Solutions Small Business Manager is scaled down Great... Read More
Imagine something that follows you home and sets itself up... Read More
Software |