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.
same day cleaning service Glencoe ...I have always had a tendency to focus on the... Read More
I have yet to see a business that, sometimes in... Read More
The COSMIC FP (function point) software quality metric, is no... Read More
After seeing many people complain about their weak Internet security... Read More
Let's say that you have a software project that's under... Read More
In the case when you represent mid-size or mid-size-to-large business,... Read More
Our hosted solution allow you to run your own search... Read More
Mapping Software Improves Data VisualizationFrom the outset, it is important... Read More
Microsoft Great Plains is now standard mid-market ERP application, serving... Read More
Spyware and Adware infest over 90 percent of computers in... Read More
When you think... Read More
Creating a new markup language.Introduction.General Reuse Markup Langauge, or GRML,... Read More
Microsoft has never released a service pack for Windows98 SE,... Read More
This article illustrates the best practices to improve the performance... Read More
Midsize business or non-profit organization should decide if one-vendor solution... Read More
(1) Avoid using the same variable again and again for... Read More
Sticky Noteshttp://www.deprice.com/stickynote.htmWith StickyNote 9.0, you can create beautiful 3D notes... Read More
Are you a whiz at calculating financial information? Not the... Read More
Microsoft Business Solutions Small Business Manager is scaled down Great... Read More
Since Version 8.0 Microsoft Business Solutions Great Plains & Great... Read More
It's all about turn times in the eMedia industry! The... Read More
Logistics automation is often considered as barcoding extension to Sales... Read More
Great Plains Purchase Order Processing (POP) module makes up one-third... Read More
Microsoft Great Plains ? ERM from Microsoft Business Solutions and... Read More
The destruction of the Soviet Union about 15 years ago,... Read More
scheduled maid service Lake Forest ...As you probably know, when Microsoft purchased Great Plains Software... Read More
Microsoft Retail Management (RMS) and Microsoft Great Plains are retail... Read More
Buying accounting software is a major investment. It's an important... Read More
Microsoft Business Solutions Great Plains has several options to enable... Read More
Ok... Where to start?Well, I guess I will start at... Read More
Current Microsoft Business Solutions Great Plains has more that 10... Read More
In 2004 Oracle, Inc. made its new step toward J2EE... Read More
Assertion facility is added in J2SE 1.4. In order to... Read More
Case study: A secretary using Corel WordPerfect 7 is often... Read More
After seeing many people complain about their weak Internet security... Read More
During the years of our consulting practice, which comes back... Read More
This article will not attempt to advocate the use of... Read More
It's not very often I get excited about a software... Read More
Some companies that are in need of fleet management may... Read More
First we had the original Google search that evolved into... Read More
When you think... Read More
How to delete the user? This is the first problem... Read More
Here is some free software tools to help you build... Read More
It won't matter how effective your WinRunner Team is if... Read More
We'll give you non formal view, based on our consulting... Read More
Microsoft Great Plains is main Microsoft Business Solutions accounting package... Read More
Security flaws have long plagued Internet Explorer (IE), the market-dominating... Read More
Java has come along a long way. Many would agree... Read More
ERP is the acronym of Enterprise Resource Planning. Multi-module ERP... Read More
According to a survey conducted by InfoTrends/CAP Ventures entitled "Content-Centric... Read More
Software |